summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-04-16 15:34:12 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-04-16 15:34:12 +0000
commitbc00ea609835e132cfd435e9dcf35012d20f643c (patch)
tree6b3f2a6466329181562867001b74aee1e373d3fb /media-gfx/inkscape/inkscape-0.43-r1.ebuild
parentCleaning up unused lines (commented and such) (diff)
downloadgentoo-2-bc00ea609835e132cfd435e9dcf35012d20f643c.tar.gz
gentoo-2-bc00ea609835e132cfd435e9dcf35012d20f643c.tar.bz2
gentoo-2-bc00ea609835e132cfd435e9dcf35012d20f643c.zip
Remove old version with broken autotools handling for bug #160013.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-gfx/inkscape/inkscape-0.43-r1.ebuild')
-rw-r--r--media-gfx/inkscape/inkscape-0.43-r1.ebuild71
1 files changed, 0 insertions, 71 deletions
diff --git a/media-gfx/inkscape/inkscape-0.43-r1.ebuild b/media-gfx/inkscape/inkscape-0.43-r1.ebuild
deleted file mode 100644
index ebaefdc0e93a..000000000000
--- a/media-gfx/inkscape/inkscape-0.43-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.43-r1.ebuild,v 1.4 2006/10/11 20:28:43 hanno Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="A SVG based generic vector-drawing program"
-HOMEPAGE="http://www.inkscape.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gnome mmx perl python bonobo inkjar jabber doc plugin effects spell"
-
-RDEPEND=">=x11-libs/gtk+-2.4.1
- >=dev-libs/glib-2.6.5
- >=media-libs/libart_lgpl-2.3.16
- >=dev-libs/libxml2-2.6.20
- >=x11-libs/pango-1.4.0
- >=dev-libs/libxslt-1.0.15
- dev-perl/XML-Parser
- virtual/xft
- dev-libs/popt
- media-libs/fontconfig
- sys-libs/zlib
- media-libs/libpng
- >=sys-devel/gcc-3
- >=dev-libs/libsigc++-2.0.3
- >=dev-cpp/gtkmm-2.4
- dev-cpp/glibmm
- gnome? ( >=gnome-base/libgnomeprint-2.2
- >=gnome-base/libgnomeprintui-2.2 )
- >=dev-libs/boehm-gc-6.4
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )
- plugin? ( >=media-gfx/pstoedit-3.33
- >=media-gfx/skencil-0.6.16
- media-libs/libwmf
- app-office/dia )
- effects? ( dev-python/pyxml
- dev-perl/XML-XQL )
- spell? ( app-text/gtkspell )
- jabber? ( >=net-libs/loudmouth-1.0 )"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- >=dev-util/intltool-0.29"
-
-G2CONF="${G2CONF} --with-xft"
-G2CONF="${G2CONF} `use_with spell gtkspell`"
-use mmx || G2CONF="${G2CONF} --disable-mmx"
-use inkjar || G2CONF="${G2CONF} --without-inkjar"
-use gnome && G2CONF="${G2CONF} --with-gnome-print"
-use perl && G2CONF="${G2CONF} --with-perl"
-use python && G2CONF="${G2CONF} --with-python"
-use jabber && G2CONF="${G2CONF} --enable-inkboard"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
-
- epatch ${FILESDIR}/inkscape-0.43-gcc41.patch
-
- autoconf || die
- libtoolize --copy --force || die
-}
-
-DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README"