diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-03 06:29:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-03 06:29:16 +0000 |
commit | 3958c8fc2dcac3607c4ed5258a3f9d3dc0527cdb (patch) | |
tree | a7084b0ac7f9c8fb326a0ff78c29af368ed1c345 /dev-tex/bibtex2html | |
parent | Version bump (diff) | |
download | gentoo-2-3958c8fc2dcac3607c4ed5258a3f9d3dc0527cdb.tar.gz gentoo-2-3958c8fc2dcac3607c4ed5258a3f9d3dc0527cdb.tar.bz2 gentoo-2-3958c8fc2dcac3607c4ed5258a3f9d3dc0527cdb.zip |
rdepend on latex-base for bibtex and some bibtex styles, bug #239352
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'dev-tex/bibtex2html')
-rw-r--r-- | dev-tex/bibtex2html/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/bibtex2html/bibtex2html-1.80.ebuild | 6 | ||||
-rw-r--r-- | dev-tex/bibtex2html/bibtex2html-1.91.ebuild | 7 |
3 files changed, 13 insertions, 6 deletions
diff --git a/dev-tex/bibtex2html/ChangeLog b/dev-tex/bibtex2html/ChangeLog index 86d9ca646538..cc3d1b44f713 100644 --- a/dev-tex/bibtex2html/ChangeLog +++ b/dev-tex/bibtex2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/bibtex2html # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.13 2008/04/13 18:22:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.14 2008/10/03 06:29:16 aballier Exp $ + + 03 Oct 2008; Alexis Ballier <aballier@gentoo.org> bibtex2html-1.80.ebuild, + bibtex2html-1.91.ebuild: + rdepend on latex-base for bibtex and some bibtex styles, bug #239352 13 Apr 2008; Alexis Ballier <aballier@gentoo.org> -bibtex2html-1.70.ebuild, -bibtex2html-1.88.ebuild: diff --git a/dev-tex/bibtex2html/bibtex2html-1.80.ebuild b/dev-tex/bibtex2html/bibtex2html-1.80.ebuild index 16adaea6c1d3..483bad37c8cb 100644 --- a/dev-tex/bibtex2html/bibtex2html-1.80.ebuild +++ b/dev-tex/bibtex2html/bibtex2html-1.80.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.3 2007/11/05 15:09:47 cryos Exp $ +# $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 @@ -16,6 +16,8 @@ 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* diff --git a/dev-tex/bibtex2html/bibtex2html-1.91.ebuild b/dev-tex/bibtex2html/bibtex2html-1.91.ebuild index 2d213ee6d5eb..130a2b561672 100644 --- a/dev-tex/bibtex2html/bibtex2html-1.91.ebuild +++ b/dev-tex/bibtex2html/bibtex2html-1.91.ebuild @@ -1,6 +1,6 @@ # 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.91.ebuild,v 1.1 2008/04/08 21:28:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.91.ebuild,v 1.2 2008/10/03 06:29:16 aballier Exp $ inherit eutils @@ -16,14 +16,15 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" RESTRICT="test" -RDEPEND=">=dev-lang/ocaml-3.09" # With use doc we need a latex compiler to generate manual.ps # hevea is used for manual.html # manual.tex needs fullpage.sty -DEPEND="${RDEPEND} +DEPEND=">=dev-lang/ocaml-3.09 doc? ( virtual/latex-base || ( dev-texlive/texlive-latexextra app-text/tetex 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} |