diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-24 04:58:47 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-24 04:58:47 +0000 |
commit | 7c16204c857d01ec531461ce2bc45ec73a260c2c (patch) | |
tree | 142eb7444c54a5e91981ade8f5d5499442eccf97 /media-gfx | |
parent | Move G2CONF to src_configure and fix build with >=boost-1.50. (diff) | |
download | gentoo-2-7c16204c857d01ec531461ce2bc45ec73a260c2c.tar.gz gentoo-2-7c16204c857d01ec531461ce2bc45ec73a260c2c.tar.bz2 gentoo-2-7c16204c857d01ec531461ce2bc45ec73a260c2c.zip |
Remove old.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/inkscape/files/inkscape-0.48.1-lcms.patch | 20 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-0.48.2.ebuild | 96 |
3 files changed, 5 insertions, 117 deletions
diff --git a/media-gfx/inkscape/ChangeLog b/media-gfx/inkscape/ChangeLog index 61baeeb387c7..7cc0cdf1878f 100644 --- a/media-gfx/inkscape/ChangeLog +++ b/media-gfx/inkscape/ChangeLog @@ -1,6 +1,10 @@ # 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.185 2012/09/24 04:56:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.186 2012/09/24 04:58:47 radhermit Exp $ + + 24 Sep 2012; Tim Harder <radhermit@gentoo.org> + -files/inkscape-0.48.1-lcms.patch, -inkscape-0.48.2.ebuild: + Remove old. 24 Sep 2012; Tim Harder <radhermit@gentoo.org> inkscape-0.48.3.1.ebuild: Move G2CONF to src_configure and fix build with >=boost-1.50. diff --git a/media-gfx/inkscape/files/inkscape-0.48.1-lcms.patch b/media-gfx/inkscape/files/inkscape-0.48.1-lcms.patch deleted file mode 100644 index 0b19188cca57..000000000000 --- a/media-gfx/inkscape/files/inkscape-0.48.1-lcms.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- inkscape-0.48.1/src/color-profile.cpp.orig -+++ inkscape-0.48.1/src/color-profile.cpp -@@ -31,6 +31,7 @@ - #include "inkscape.h" - #include "document.h" - #include "preferences.h" -+#include "io/sys.h" - - #include "dom/uri.h" - #include "dom/util/digest.h" -@@ -557,9 +558,6 @@ - return (outofgamut == 255); - } - -- --#include <io/sys.h> -- - class ProfileInfo - { - public: diff --git a/media-gfx/inkscape/inkscape-0.48.2.ebuild b/media-gfx/inkscape/inkscape-0.48.2.ebuild deleted file mode 100644 index 968ea9cf778f..000000000000 --- a/media-gfx/inkscape/inkscape-0.48.2.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# 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.14 2012/08/08 16:31:42 dilfridge Exp $ - -EAPI=4 -inherit eutils flag-o-matic autotools gnome2 - -MY_P="${P/_/}" -S="${WORKDIR}/${MY_P}" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -DESCRIPTION="A SVG based generic vector-drawing program" -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 postscript inkjar lcms nls spell wmf" - -RESTRICT="test" - -COMMON_DEPEND=" - >=app-text/poppler-0.12.3-r3[cairo,xpdf-headers(+)] - dev-cpp/glibmm - >=dev-cpp/gtkmm-2.18.0:2.4 - >=dev-libs/boehm-gc-6.4 - >=dev-libs/glib-2.6.5 - >=dev-libs/libsigc++-2.0.12 - >=dev-libs/libxml2-2.6.20 - >=dev-libs/libxslt-1.0.15 - dev-libs/popt - dev-python/lxml - media-gfx/imagemagick[cxx] - media-libs/fontconfig - media-libs/freetype:2 - >=media-libs/libpng-1.2 - app-text/libwpd:0.9 - app-text/libwpg:0.2 - sci-libs/gsl - x11-libs/libXft - >=x11-libs/gtk+-2.10.7:2 - >=x11-libs/pango-1.4.0 - || ( dev-lang/python[xml] dev-python/pyxml ) - gnome? ( >=gnome-base/gnome-vfs-2.0 ) - lcms? ( media-libs/lcms:0 ) - spell? ( - app-text/aspell - app-text/gtkspell:2 - )" - -# These only use executables provided by these packages -# See share/extensions for more details. inkscape can tell you to -# install these so we could of course just not depend on those and rely -# on that. -RDEPEND=" - ${COMMON_DEPEND} - dev-python/numpy - media-gfx/uniconvertor - dia? ( app-office/dia ) - postscript? ( app-text/ghostscript-gpl ) - wmf? ( media-libs/libwmf )" - -DEPEND="${COMMON_DEPEND} - dev-libs/boost - sys-devel/gettext - virtual/pkgconfig - x11-libs/libX11 - >=dev-util/intltool-0.29" - -pkg_setup() { - G2CONF="${G2CONF} --without-perl" - G2CONF="${G2CONF} --enable-poppler-cairo" - G2CONF="${G2CONF} --with-xft" - G2CONF="${G2CONF} $(use_with gnome gnome-vfs)" - G2CONF="${G2CONF} $(use_with inkjar)" - G2CONF="${G2CONF} $(use_enable lcms)" - G2CONF="${G2CONF} $(use_enable nls)" - G2CONF="${G2CONF} $(use_with spell aspell)" - G2CONF="${G2CONF} $(use_with spell gtkspell)" - DOCS="AUTHORS ChangeLog NEWS README*" -} - -src_prepare() { - gnome2_src_prepare - epatch "${FILESDIR}"/${PN}-0.48.0-spell.patch \ - "${FILESDIR}"/${PN}-0.48.1-libpng15.patch \ - "${FILESDIR}"/${PN}-0.48.1-lcms.patch \ - "${FILESDIR}"/${P}-libwpg.patch - eautoreconf -} - -src_configure() { - # aliasing unsafe wrt #310393 - append-flags -fno-strict-aliasing - gnome2_src_configure -} |