diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-31 14:45:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-31 14:45:46 +0000 |
commit | 93002faecaeaa9205c30d5292b8f4cfdd97fb72d (patch) | |
tree | 48820a37085f2876e8b1cc0111a83cef4a39d72f /dev-texlive/texlive-pictures | |
parent | Use stricter deps for texlive 2008 to require the 2008 version of a package, ... (diff) | |
download | gentoo-2-93002faecaeaa9205c30d5292b8f4cfdd97fb72d.tar.gz gentoo-2-93002faecaeaa9205c30d5292b8f4cfdd97fb72d.tar.bz2 gentoo-2-93002faecaeaa9205c30d5292b8f4cfdd97fb72d.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-pictures')
-rw-r--r-- | dev-texlive/texlive-pictures/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-texlive/texlive-pictures/ChangeLog b/dev-texlive/texlive-pictures/ChangeLog index 0cdd038e291f..fc228962c7cc 100644 --- a/dev-texlive/texlive-pictures/ChangeLog +++ b/dev-texlive/texlive-pictures/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-pictures # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.17 2008/09/09 18:37:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.18 2008/10/31 14:45:46 aballier Exp $ + + 31 Oct 2008; Alexis Ballier <aballier@gentoo.org> + texlive-pictures-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-pictures-2007.ebuild: diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild b/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild index bc17e900e102..e7370430b857 100644 --- a/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild +++ b/dev-texlive/texlive-pictures/texlive-pictures-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-pictures/texlive-pictures-2008.ebuild,v 1.1 2008/09/09 16:51:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild,v 1.2 2008/10/31 14:45:46 aballier Exp $ -TEXLIVE_MODULES_DEPS="dev-texlive/texlive-basic -" TEXLIVE_MODULE_CONTENTS="autoarea bardiag curve curve2e curves dcpic dottex dratex eepic epspdf epspdfconversion gnuplottex miniplot pb-diagram petri-nets pgf-soroban pgfopts pgfplots picinpar pict2e pictex pictex2 pinlabel pmgraph randbild swimgraf texdraw tikz-inet tufte-latex xypic collection-pictures " TEXLIVE_MODULE_DOC_CONTENTS="autoarea.doc bardiag.doc curve.doc curve2e.doc curves.doc dcpic.doc dottex.doc dratex.doc eepic.doc epspdf.doc epspdfconversion.doc gnuplottex.doc miniplot.doc pb-diagram.doc petri-nets.doc pgf-soroban.doc pgfopts.doc pgfplots.doc picinpar.doc pict2e.doc pictex.doc pinlabel.doc pmgraph.doc randbild.doc swimgraf.doc texdraw.doc tikz-inet.doc tufte-latex.doc xypic.doc " @@ -15,4 +13,7 @@ LICENSE="GPL-2 Apache-2.0 as-is freedist GPL-1 LPPL-1.3 " SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2008 +" +RDEPEND="${DEPEND}" TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/epspdf/epspdf texmf-dist/scripts/epspdf/epspdftk" |