diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-11-03 10:06:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-11-03 10:06:13 +0000 |
commit | dc58c972543b03f20002d42e9ebe7bbe3fcef504 (patch) | |
tree | 411f84b2c1251162a9509276286ac2404a96480d /dev-texlive | |
parent | We still need to RDEPEND on ruby for the 2008 version... (diff) | |
download | historical-dc58c972543b03f20002d42e9ebe7bbe3fcef504.tar.gz historical-dc58c972543b03f20002d42e9ebe7bbe3fcef504.tar.bz2 historical-dc58c972543b03f20002d42e9ebe7bbe3fcef504.zip |
RDEPEND on ruby for the epspdf script, spotted by Ivan <Ivan.Miljenovic@gmail.com>, part of bug #245117
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.27.4 x86_64
Diffstat (limited to 'dev-texlive')
-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" |