diff options
author | 2008-10-31 14:12:56 +0000 | |
---|---|---|
committer | 2008-10-31 14:12:56 +0000 | |
commit | e2241a000f81629aad2b4709e97403c2fc1c6986 (patch) | |
tree | 8a615c969b205e9b7fd1dfea018d5ddac3167c7a | |
parent | Use stricter deps for texlive 2008 to require the 2008 version of a package, ... (diff) | |
download | gentoo-2-e2241a000f81629aad2b4709e97403c2fc1c6986.tar.gz gentoo-2-e2241a000f81629aad2b4709e97403c2fc1c6986.tar.bz2 gentoo-2-e2241a000f81629aad2b4709e97403c2fc1c6986.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)
-rw-r--r-- | dev-texlive/texlive-context/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-context/texlive-context-2008.ebuild | 11 |
2 files changed, 13 insertions, 6 deletions
diff --git a/dev-texlive/texlive-context/ChangeLog b/dev-texlive/texlive-context/ChangeLog index c8756068bf23..4050839c704f 100644 --- a/dev-texlive/texlive-context/ChangeLog +++ b/dev-texlive/texlive-context/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-context # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.19 2008/09/09 18:00:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.20 2008/10/31 14:12:56 aballier Exp $ + + 31 Oct 2008; Alexis Ballier <aballier@gentoo.org> + texlive-context-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-context-2007.ebuild: diff --git a/dev-texlive/texlive-context/texlive-context-2008.ebuild b/dev-texlive/texlive-context/texlive-context-2008.ebuild index 40121d877ee2..7e694110ff04 100644 --- a/dev-texlive/texlive-context/texlive-context-2008.ebuild +++ b/dev-texlive/texlive-context/texlive-context-2008.ebuild @@ -1,11 +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-context/texlive-context-2008.ebuild,v 1.1 2008/09/09 16:13:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v 1.2 2008/10/31 14:12:56 aballier Exp $ -TEXLIVE_MODULES_DEPS="dev-texlive/texlive-metapost -dev-texlive/texlive-basic -dev-texlive/texlive-latex -" TEXLIVE_MODULE_CONTENTS="context jmn lmextra bin-context context-account context-bnf context-chromato context-construction-plan context-degrade context-french context-letter context-lettrine context-lilypond context-mathsets context-taspresent context-typearea context-vim collection-context " TEXLIVE_MODULE_DOC_CONTENTS="context.doc bin-context.doc context-account.doc context-bnf.doc context-chromato.doc context-construction-plan.doc context-degrade.doc context-french.doc context-letter.doc context-lettrine.doc context-lilypond.doc context-mathsets.doc context-taspresent.doc context-typearea.doc context-vim.doc " @@ -17,6 +13,11 @@ LICENSE="GPL-2 as-is freedist GPL-1 GPL-2 public-domain " SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" +DEPEND=">=dev-texlive/texlive-metapost-2008 +>=dev-texlive/texlive-basic-2008 +>=dev-texlive/texlive-latex-2008 +" +RDEPEND="${DEPEND}" TL_CONTEXT_UNIX_STUBS="context ctxtools exatools luatools makempy mpstools mptopdf mtxrun mtxtools pdftools pdftrimwhite pstopdf rlxtools runtools texexec texfind texfont texshow textools texutil tmftools xmltools" TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/context/ruby/texmfstart.rb" for i in ${TL_CONTEXT_UNIX_STUBS} ; do |