diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-31 14:47:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-31 14:47:16 +0000 |
commit | 986422ec3bbc4ec4a4ddd2368d783429c08e4de5 (patch) | |
tree | 32175ec922c058235c415080b281fdfa12b547a3 /dev-texlive | |
parent | Use stricter deps for texlive 2008 to require the 2008 version of a package, ... (diff) | |
download | gentoo-2-986422ec3bbc4ec4a4ddd2368d783429c08e4de5.tar.gz gentoo-2-986422ec3bbc4ec4a4ddd2368d783429c08e4de5.tar.bz2 gentoo-2-986422ec3bbc4ec4a4ddd2368d783429c08e4de5.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')
-rw-r--r-- | dev-texlive/texlive-psutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-psutils/texlive-psutils-2008.ebuild | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-texlive/texlive-psutils/ChangeLog b/dev-texlive/texlive-psutils/ChangeLog index 24f629d3e7bd..7ff858715186 100644 --- a/dev-texlive/texlive-psutils/ChangeLog +++ b/dev-texlive/texlive-psutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-psutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-psutils/ChangeLog,v 1.17 2008/09/09 18:38:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-psutils/ChangeLog,v 1.18 2008/10/31 14:47:16 aballier Exp $ + + 31 Oct 2008; Alexis Ballier <aballier@gentoo.org> + texlive-psutils-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-psutils-2007.ebuild: diff --git a/dev-texlive/texlive-psutils/texlive-psutils-2008.ebuild b/dev-texlive/texlive-psutils/texlive-psutils-2008.ebuild index 9c15d4910a99..c8b9d2308208 100644 --- a/dev-texlive/texlive-psutils/texlive-psutils-2008.ebuild +++ b/dev-texlive/texlive-psutils/texlive-psutils-2008.ebuild @@ -1,8 +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-psutils/texlive-psutils-2008.ebuild,v 1.1 2008/09/09 16:52:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-psutils/texlive-psutils-2008.ebuild,v 1.2 2008/10/31 14:47:16 aballier Exp $ -TEXLIVE_MODULES_DEPS="" TEXLIVE_MODULE_CONTENTS="dvipsconfig bin-getafm bin-pstools bin-psutils bin-t1utils collection-psutils " TEXLIVE_MODULE_DOC_CONTENTS="bin-getafm.doc bin-pstools.doc bin-psutils.doc bin-t1utils.doc " @@ -14,3 +13,5 @@ LICENSE="GPL-2 GPL-1 LPPL-1.3 public-domain " SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" +DEPEND="" +RDEPEND="${DEPEND}" |