diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-24 16:10:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-24 16:10:37 +0000 |
commit | baab5520d1a150321097e972d880a720c14be0b9 (patch) | |
tree | decf483abf6d65ad5932b9540b3f184f63769ee6 /dev-tex/bibtex2html | |
parent | Version bump. (diff) | |
download | gentoo-2-baab5520d1a150321097e972d880a720c14be0b9.tar.gz gentoo-2-baab5520d1a150321097e972d880a720c14be0b9.tar.bz2 gentoo-2-baab5520d1a150321097e972d880a720c14be0b9.zip |
remove old
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/bibtex2html')
-rw-r--r-- | dev-tex/bibtex2html/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/bibtex2html/bibtex2html-1.80.ebuild | 32 |
2 files changed, 4 insertions, 33 deletions
diff --git a/dev-tex/bibtex2html/ChangeLog b/dev-tex/bibtex2html/ChangeLog index 1cad1eae7cae..f1a1c861231c 100644 --- a/dev-tex/bibtex2html/ChangeLog +++ b/dev-tex/bibtex2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/bibtex2html # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.24 2011/07/23 11:25:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.25 2011/07/24 16:10:37 aballier Exp $ + + 24 Jul 2011; Alexis Ballier <aballier@gentoo.org> -bibtex2html-1.80.ebuild: + remove old 23 Jul 2011; Markus Meier <maekke@gentoo.org> bibtex2html-1.96.ebuild: x86 stable, bug #374977 diff --git a/dev-tex/bibtex2html/bibtex2html-1.80.ebuild b/dev-tex/bibtex2html/bibtex2html-1.80.ebuild deleted file mode 100644 index 483bad37c8cb..000000000000 --- a/dev-tex/bibtex2html/bibtex2html-1.80.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild,v 1.4 2008/10/03 06:29:16 aballier Exp $ - -inherit fixheadtails - -IUSE="" - -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" - -DEPEND=">=dev-lang/ocaml-3.07" -# We need tex-base for bibtex but also some bibtex styles, so we use latex-base -RDEPEND="virtual/latex-base" - -src_compile() { - ht_fix_file configure* - econf --prefix=/usr || die "could not configure bibtex2html" - emake || die "could not make bibtex2html" -} - -src_install() { - dobin aux2bib bib2bib bibtex2html - doman aux2bib.1 bib2bib.1 bibtex2html.1 - dodoc README CHANGES -} |