diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-16 16:30:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-16 16:30:05 +0000 |
commit | 793938cbcb797ec96cb51772e2eb80e5431510bd (patch) | |
tree | 294800f6d6ed3a378f64562a6f5585ef1298951e /media-gfx | |
parent | Use global USE flag "postscript" instead of local USE flag "gs" for PostScrip... (diff) | |
download | gentoo-2-793938cbcb797ec96cb51772e2eb80e5431510bd.tar.gz gentoo-2-793938cbcb797ec96cb51772e2eb80e5431510bd.tar.bz2 gentoo-2-793938cbcb797ec96cb51772e2eb80e5431510bd.zip |
Use global USE flag "postscript" instead of local USE flag "gs" for PostScript support
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-0.48.2.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-0.48.3.1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/inkscape/metadata.xml | 3 |
4 files changed, 12 insertions, 10 deletions
diff --git a/media-gfx/inkscape/ChangeLog b/media-gfx/inkscape/ChangeLog index 726f3a22c953..93026a0f3755 100644 --- a/media-gfx/inkscape/ChangeLog +++ b/media-gfx/inkscape/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/inkscape # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.176 2012/05/31 17:37:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.177 2012/06/16 16:30:05 ssuominen Exp $ + + 16 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> inkscape-0.48.2.ebuild, + inkscape-0.48.3.1.ebuild, metadata.xml: + Use global USE flag "postscript" instead of local USE flag "gs" for + PostScript support 31 May 2012; Tim Harder <radhermit@gentoo.org> inkscape-0.48.3.1.ebuild: Conditionally apply fix for >=poppler-0.20 (bug #418167 by James Cloos, patch diff --git a/media-gfx/inkscape/inkscape-0.48.2.ebuild b/media-gfx/inkscape/inkscape-0.48.2.ebuild index 249cb788a236..d523b1dcabab 100644 --- a/media-gfx/inkscape/inkscape-0.48.2.ebuild +++ b/media-gfx/inkscape/inkscape-0.48.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.12 2012/05/05 07:00:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.13 2012/06/16 16:30:05 ssuominen Exp $ EAPI=4 inherit eutils flag-o-matic autotools gnome2 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.inkscape.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="dia gnome gs inkjar lcms nls spell wmf" +IUSE="dia gnome postscript inkjar lcms nls spell wmf" RESTRICT="test" @@ -57,7 +57,7 @@ RDEPEND=" dev-python/numpy media-gfx/uniconvertor dia? ( app-office/dia ) - gs? ( app-text/ghostscript-gpl ) + postscript? ( app-text/ghostscript-gpl ) wmf? ( media-libs/libwmf )" DEPEND="${COMMON_DEPEND} diff --git a/media-gfx/inkscape/inkscape-0.48.3.1.ebuild b/media-gfx/inkscape/inkscape-0.48.3.1.ebuild index ac35f7cea13d..8e2c25fca55e 100644 --- a/media-gfx/inkscape/inkscape-0.48.3.1.ebuild +++ b/media-gfx/inkscape/inkscape-0.48.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.3.1.ebuild,v 1.4 2012/05/31 17:37:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.3.1.ebuild,v 1.5 2012/06/16 16:30:05 ssuominen Exp $ EAPI=4 @@ -20,7 +20,7 @@ HOMEPAGE="http://www.inkscape.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="dia gnome gs inkjar lcms nls spell wmf" +IUSE="dia gnome postscript inkjar lcms nls spell wmf" RESTRICT="test" @@ -61,7 +61,7 @@ RDEPEND=" dev-python/numpy media-gfx/uniconvertor dia? ( app-office/dia ) - gs? ( app-text/ghostscript-gpl ) + postscript? ( app-text/ghostscript-gpl ) wmf? ( media-libs/libwmf )" DEPEND="${COMMON_DEPEND} diff --git a/media-gfx/inkscape/metadata.xml b/media-gfx/inkscape/metadata.xml index 4d0502de5eb6..5e939ec0f02e 100644 --- a/media-gfx/inkscape/metadata.xml +++ b/media-gfx/inkscape/metadata.xml @@ -9,8 +9,5 @@ <flag name='inkjar'> enables support for OpenOffice.org SVG jar files </flag> - <flag name='gs'> - enables support for the PostScript import extension - </flag> </use> </pkgmetadata> |