summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-10-13 06:02:57 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-10-13 06:02:57 +0000
commit78cd6c090af18c40215113be15a1d93c90e450d2 (patch)
tree5581aaebb977cec98c337298f42ad6e56362056b /dev-tex
parentremove old (diff)
downloadgentoo-2-78cd6c090af18c40215113be15a1d93c90e450d2.tar.gz
gentoo-2-78cd6c090af18c40215113be15a1d93c90e450d2.tar.bz2
gentoo-2-78cd6c090af18c40215113be15a1d93c90e450d2.zip
remove old
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/bibtex2html/ChangeLog6
-rw-r--r--dev-tex/bibtex2html/bibtex2html-1.91.ebuild54
-rw-r--r--dev-tex/bibtex2html/bibtex2html-1.92.ebuild54
3 files changed, 5 insertions, 109 deletions
diff --git a/dev-tex/bibtex2html/ChangeLog b/dev-tex/bibtex2html/ChangeLog
index f39fc41b1d70..243ec1860f4a 100644
--- a/dev-tex/bibtex2html/ChangeLog
+++ b/dev-tex/bibtex2html/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/bibtex2html
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.18 2009/09/20 15:49:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.19 2009/10/13 06:02:57 aballier Exp $
+
+ 13 Oct 2009; Alexis Ballier <aballier@gentoo.org>
+ -bibtex2html-1.91.ebuild, -bibtex2html-1.92.ebuild:
+ remove old
20 Sep 2009; Alexis Ballier <aballier@gentoo.org> bibtex2html-1.94.ebuild:
keyword ~ppc64, working fine on a PowerMac 970
diff --git a/dev-tex/bibtex2html/bibtex2html-1.91.ebuild b/dev-tex/bibtex2html/bibtex2html-1.91.ebuild
deleted file mode 100644
index be9220801b8b..000000000000
--- a/dev-tex/bibtex2html/bibtex2html-1.91.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.91.ebuild,v 1.3 2009/05/30 09:24:18 ulm Exp $
-
-inherit eutils
-
-IUSE="doc"
-
-DESCRIPTION="A bibtex to HTML converter"
-SRC_URI="http://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz"
-HOMEPAGE="http://www.lri.fr/~filliatr/bibtex2html/"
-
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-RESTRICT="test"
-
-# With use doc we need a latex compiler to generate manual.ps
-# hevea is used for manual.html
-# manual.tex needs fullpage.sty
-DEPEND=">=dev-lang/ocaml-3.09
- doc? ( virtual/latex-base
- || ( dev-texlive/texlive-latexextra app-text/ptex )
- dev-tex/hevea )"
-# We need tex-base for bibtex but also some bibtex styles, so we use latex-base
-RDEPEND="virtual/latex-base"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-1.88-destdir.patch"
- # Avoid pre-stripped files
- sed -i -e "s/strip/true/" Makefile.in
-}
-
-src_compile() {
- export VARTEXFONTS="${T}/fonts"
- econf || die "could not configure bibtex2html"
- emake || die "could not make bibtex2html"
- if use doc; then
- emake doc || die "failed to create doc"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "failed to install"
- dodoc README CHANGES
- if use doc; then
- dodoc manual.ps
- dohtml manual.html
- fi
-}
diff --git a/dev-tex/bibtex2html/bibtex2html-1.92.ebuild b/dev-tex/bibtex2html/bibtex2html-1.92.ebuild
deleted file mode 100644
index ce4d98dad677..000000000000
--- a/dev-tex/bibtex2html/bibtex2html-1.92.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.92.ebuild,v 1.2 2009/05/30 09:24:18 ulm Exp $
-
-inherit eutils
-
-IUSE="doc"
-
-DESCRIPTION="A bibtex to HTML converter"
-SRC_URI="http://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz"
-HOMEPAGE="http://www.lri.fr/~filliatr/bibtex2html/"
-
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-RESTRICT="test"
-
-# With use doc we need a latex compiler to generate manual.ps
-# hevea is used for manual.html
-# manual.tex needs fullpage.sty
-DEPEND=">=dev-lang/ocaml-3.09
- doc? ( virtual/latex-base
- || ( dev-texlive/texlive-latexextra app-text/ptex )
- dev-tex/hevea )"
-# We need tex-base for bibtex but also some bibtex styles, so we use latex-base
-RDEPEND="virtual/latex-base"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-1.88-destdir.patch"
- # Avoid pre-stripped files
- sed -i -e "s/strip/true/" Makefile.in
-}
-
-src_compile() {
- export VARTEXFONTS="${T}/fonts"
- econf || die "could not configure bibtex2html"
- emake || die "could not make bibtex2html"
- if use doc; then
- emake doc || die "failed to create doc"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "failed to install"
- dodoc README CHANGES
- if use doc; then
- dodoc manual.ps
- dohtml manual.html
- fi
-}