diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-11-05 09:54:48 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-11-05 09:54:48 +0000 |
commit | f45f1b7870e5df4ac5e22b2d367b5458f35dc3ca (patch) | |
tree | 2ec83109e6e2d3b45170a5d45ebcb49786584484 /dev-tex | |
parent | go to the correct directory in src_unpack(), so epatch actually works (diff) | |
download | gentoo-2-f45f1b7870e5df4ac5e22b2d367b5458f35dc3ca.tar.gz gentoo-2-f45f1b7870e5df4ac5e22b2d367b5458f35dc3ca.tar.bz2 gentoo-2-f45f1b7870e5df4ac5e22b2d367b5458f35dc3ca.zip |
stable x86, bug 197381
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/bibtex2html/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/bibtex2html/bibtex2html-1.80.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-tex/bibtex2html/ChangeLog b/dev-tex/bibtex2html/ChangeLog index 11f7a4ac2575..fafefbe0e8fd 100644 --- a/dev-tex/bibtex2html/ChangeLog +++ b/dev-tex/bibtex2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/bibtex2html # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.6 2007/03/13 00:09:36 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.7 2007/11/05 09:54:48 opfer Exp $ + + 05 Nov 2007; Christian Faulhammer <opfer@gentoo.org> + bibtex2html-1.80.ebuild: + stable x86, bug 197381 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/dev-tex/bibtex2html/bibtex2html-1.80.ebuild b/dev-tex/bibtex2html/bibtex2html-1.80.ebuild index 00a1f088ae33..20a3cdbdec22 100644 --- a/dev-tex/bibtex2html/bibtex2html-1.80.ebuild +++ b/dev-tex/bibtex2html/bibtex2html-1.80.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.1 2006/05/05 16:52:10 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild,v 1.2 2007/11/05 09:54:48 opfer Exp $ inherit fixheadtails @@ -13,7 +13,7 @@ HOMEPAGE="http://www.lri.fr/~filliatr/bibtex2html/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" DEPEND=">=dev-lang/ocaml-3.07" |