summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-texlive')
-rw-r--r--dev-texlive/texlive-publishers/ChangeLog8
-rw-r--r--dev-texlive/texlive-publishers/texlive-publishers-2008.ebuild7
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-texlive/texlive-publishers/ChangeLog b/dev-texlive/texlive-publishers/ChangeLog
index 7c6c5f995f6a..628fd917349c 100644
--- a/dev-texlive/texlive-publishers/ChangeLog
+++ b/dev-texlive/texlive-publishers/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-texlive/texlive-publishers
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-publishers/ChangeLog,v 1.17 2008/09/09 18:39:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-publishers/ChangeLog,v 1.18 2008/10/31 14:47:49 aballier Exp $
+
+ 31 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ texlive-publishers-2008.ebuild:
+ Use stricter deps for texlive 2008 to require the 2008 version of a
+ package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND
+ fields
09 Sep 2008; Alexis Ballier <aballier@gentoo.org>
texlive-publishers-2007.ebuild:
diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2008.ebuild b/dev-texlive/texlive-publishers/texlive-publishers-2008.ebuild
index 1fbf504f8a7f..66030f96c238 100644
--- a/dev-texlive/texlive-publishers/texlive-publishers-2008.ebuild
+++ b/dev-texlive/texlive-publishers/texlive-publishers-2008.ebuild
@@ -1,9 +1,7 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-publishers/texlive-publishers-2008.ebuild,v 1.1 2008/09/09 16:53:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-publishers/texlive-publishers-2008.ebuild,v 1.2 2008/10/31 14:47:49 aballier Exp $
-TEXLIVE_MODULES_DEPS="dev-texlive/texlive-latex
-"
TEXLIVE_MODULE_CONTENTS="ANUfinalexam IEEEconf IEEEtran aastex acmconf acmtrans active-conf afthesis aguplus aiaa ametsoc apa asaetr ascelike chem-journal classicthesis confproc ebsthesis economic elsevier euproposal gaceta gatech-thesis har2nat icsv ieeepes ijmart imac imtekda jhep jpsj kluwer lps mentis muthesis nature nddiss nih nostarch nrc philosophersimprint pracjourn procIAGssymp ptptex revtex siggraph spie stellenbosch sugconf thesis-titlepage-fhac thuthesis toptesi tugboat tugboat-plain uaclasses ucthesis uiucthesis umthesis umich-thesis uwthesis vancouver vxu york-thesis collection-publishers
"
TEXLIVE_MODULE_DOC_CONTENTS="ANUfinalexam.doc IEEEconf.doc IEEEtran.doc aastex.doc acmconf.doc acmtrans.doc active-conf.doc afthesis.doc aguplus.doc aiaa.doc ametsoc.doc apa.doc asaetr.doc ascelike.doc classicthesis.doc confproc.doc ebsthesis.doc economic.doc elsevier.doc euproposal.doc gaceta.doc gatech-thesis.doc har2nat.doc icsv.doc ieeepes.doc ijmart.doc imac.doc imtekda.doc jpsj.doc kluwer.doc lps.doc mentis.doc muthesis.doc nature.doc nddiss.doc nih.doc nostarch.doc nrc.doc philosophersimprint.doc pracjourn.doc procIAGssymp.doc ptptex.doc revtex.doc siggraph.doc spie.doc stellenbosch.doc sugconf.doc thesis-titlepage-fhac.doc thuthesis.doc toptesi.doc tugboat.doc tugboat-plain.doc uaclasses.doc ucthesis.doc uiucthesis.doc umthesis.doc umich-thesis.doc uwthesis.doc vancouver.doc vxu.doc york-thesis.doc "
@@ -15,3 +13,6 @@ LICENSE="GPL-2 as-is freedist GPL-1 LPPL-1.3 public-domain "
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
+DEPEND=">=dev-texlive/texlive-latex-2008
+"
+RDEPEND="${DEPEND}"