diff options
author | 2008-11-03 10:06:13 +0000 | |
---|---|---|
committer | 2008-11-03 10:06:13 +0000 | |
commit | 44beb0bd77fc30d55d70d5ba253e9d197015dee5 (patch) | |
tree | 238a5154dd61e04510dd2b40644ee3277a62e215 /dev-texlive/texlive-pictures | |
parent | We still need to RDEPEND on ruby for the 2008 version... (diff) | |
download | gentoo-2-44beb0bd77fc30d55d70d5ba253e9d197015dee5.tar.gz gentoo-2-44beb0bd77fc30d55d70d5ba253e9d197015dee5.tar.bz2 gentoo-2-44beb0bd77fc30d55d70d5ba253e9d197015dee5.zip |
RDEPEND on ruby for the epspdf script, spotted by Ivan <Ivan.Miljenovic@gmail.com>, part of bug #245117
(Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'dev-texlive/texlive-pictures')
-rw-r--r-- | dev-texlive/texlive-pictures/ChangeLog | 7 | ||||
-rw-r--r-- | dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-texlive/texlive-pictures/ChangeLog b/dev-texlive/texlive-pictures/ChangeLog index fc228962c7cc..6537d0a07c8c 100644 --- a/dev-texlive/texlive-pictures/ChangeLog +++ b/dev-texlive/texlive-pictures/ChangeLog @@ -1,6 +1,11 @@ # 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.18 2008/10/31 14:45:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.19 2008/11/03 10:06:13 aballier Exp $ + + 03 Nov 2008; Alexis Ballier <aballier@gentoo.org> + texlive-pictures-2008.ebuild: + RDEPEND on ruby for the epspdf script, spotted by Ivan + <Ivan.Miljenovic@gmail.com>, part of bug #245117 31 Oct 2008; Alexis Ballier <aballier@gentoo.org> texlive-pictures-2008.ebuild: diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild b/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild index e7370430b857..37b3cebefb13 100644 --- a/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild +++ b/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild @@ -1,6 +1,6 @@ # 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.2 2008/10/31 14:45:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild,v 1.3 2008/11/03 10:06:13 aballier Exp $ 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 " @@ -15,5 +15,6 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-texlive/texlive-basic-2008 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} dev-lang/ruby +" TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/epspdf/epspdf texmf-dist/scripts/epspdf/epspdftk" |