diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-31 14:15:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-31 14:15:44 +0000 |
commit | ab1ed08f82625cd02f4cdd4698c6b13b40179181 (patch) | |
tree | 95afeb842993e8ddfa60e9bcb353a1ce4ac820bb /dev-texlive/texlive-documentation-english | |
parent | Use stricter deps for texlive 2008 to require the 2008 version of a package, ... (diff) | |
download | gentoo-2-ab1ed08f82625cd02f4cdd4698c6b13b40179181.tar.gz gentoo-2-ab1ed08f82625cd02f4cdd4698c6b13b40179181.tar.bz2 gentoo-2-ab1ed08f82625cd02f4cdd4698c6b13b40179181.zip |
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
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'dev-texlive/texlive-documentation-english')
-rw-r--r-- | dev-texlive/texlive-documentation-english/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-documentation-english/texlive-documentation-english-2008.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-texlive/texlive-documentation-english/ChangeLog b/dev-texlive/texlive-documentation-english/ChangeLog index ffec9c58c027..36ca96fd8473 100644 --- a/dev-texlive/texlive-documentation-english/ChangeLog +++ b/dev-texlive/texlive-documentation-english/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-documentation-english # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v 1.17 2008/09/09 18:03:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v 1.18 2008/10/31 14:15:44 aballier Exp $ + + 31 Oct 2008; Alexis Ballier <aballier@gentoo.org> + texlive-documentation-english-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-documentation-english-2007.ebuild: diff --git a/dev-texlive/texlive-documentation-english/texlive-documentation-english-2008.ebuild b/dev-texlive/texlive-documentation-english/texlive-documentation-english-2008.ebuild index 333f504e193c..759bab21ab68 100644 --- a/dev-texlive/texlive-documentation-english/texlive-documentation-english-2008.ebuild +++ b/dev-texlive/texlive-documentation-english/texlive-documentation-english-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-documentation-english/texlive-documentation-english-2008.ebuild,v 1.1 2008/09/09 16:16:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/texlive-documentation-english-2008.ebuild,v 1.2 2008/10/31 14:15:44 aballier Exp $ -TEXLIVE_MODULES_DEPS="dev-texlive/texlive-documentation-base -" TEXLIVE_MODULE_CONTENTS="AroBend FAQ-en MemoirChapStyles Type1fonts amslatex-primer compact components-of-TeX comprehensive dtxtut firststeps free-math-font-survey gentle guide-to-latex help impatient knuth l2tabu-english latex2e-help-texinfo latex-course latex-graphics-companion latex-web-companion lshort-english math-into-latex mathmode metafont-for-beginners metafp metapost-examples pdf-forms-tutorial-en pstricks-tutorial tamethebeast tds tex-refs texbytopic tlc2 truetype visualfaq webguide wp-conv xetexref collection-documentation-english " TEXLIVE_MODULE_DOC_CONTENTS="AroBend.doc FAQ-en.doc MemoirChapStyles.doc Type1fonts.doc amslatex-primer.doc compact.doc components-of-TeX.doc comprehensive.doc dtxtut.doc firststeps.doc free-math-font-survey.doc gentle.doc guide-to-latex.doc help.doc impatient.doc knuth.doc l2tabu-english.doc latex2e-help-texinfo.doc latex-course.doc latex-graphics-companion.doc latex-web-companion.doc lshort-english.doc math-into-latex.doc mathmode.doc metafont-for-beginners.doc metafp.doc metapost-examples.doc pdf-forms-tutorial-en.doc pstricks-tutorial.doc tamethebeast.doc tds.doc tex-refs.doc texbytopic.doc tlc2.doc truetype.doc visualfaq.doc webguide.doc wp-conv.doc xetexref.doc " @@ -15,3 +13,6 @@ LICENSE="GPL-2 as-is FDL-1.1 freedist GPL-1 LPPL-1.3 " SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" +DEPEND=">=dev-texlive/texlive-documentation-base-2008 +" +RDEPEND="${DEPEND}" |