summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-01-10 08:35:45 +0000
committerMarkus Meier <maekke@gentoo.org>2008-01-10 08:35:45 +0000
commitff1e5a0e23fe219592d878cff555817b7f88d025 (patch)
tree99ca33cc89d761a0df712f59a241885603eb1af1 /media-gfx/inkscape
parentversion bump (diff)
downloadgentoo-2-ff1e5a0e23fe219592d878cff555817b7f88d025.tar.gz
gentoo-2-ff1e5a0e23fe219592d878cff555817b7f88d025.tar.bz2
gentoo-2-ff1e5a0e23fe219592d878cff555817b7f88d025.zip
remove old ebuilds and cruft
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'media-gfx/inkscape')
-rw-r--r--media-gfx/inkscape/ChangeLog9
-rw-r--r--media-gfx/inkscape/files/0.40-radial.patch16
-rw-r--r--media-gfx/inkscape/files/digest-inkscape-0.443
-rw-r--r--media-gfx/inkscape/files/digest-inkscape-0.44.13
-rw-r--r--media-gfx/inkscape/files/digest-inkscape-0.453
-rw-r--r--media-gfx/inkscape/files/inkscape-0.41-configure.ac.patch14
-rw-r--r--media-gfx/inkscape/files/inkscape-0.41_gnome-print.patch16
-rw-r--r--media-gfx/inkscape/files/inkscape-0.43-gcc41.patch94
-rw-r--r--media-gfx/inkscape/files/inkscape-gcc42.diff18
-rw-r--r--media-gfx/inkscape/files/string.patch11
-rw-r--r--media-gfx/inkscape/inkscape-0.44.1.ebuild58
-rw-r--r--media-gfx/inkscape/inkscape-0.44.ebuild70
-rw-r--r--media-gfx/inkscape/inkscape-0.45.ebuild58
13 files changed, 8 insertions, 365 deletions
diff --git a/media-gfx/inkscape/ChangeLog b/media-gfx/inkscape/ChangeLog
index aaa9c9d468b1..13e3dc89935c 100644
--- a/media-gfx/inkscape/ChangeLog
+++ b/media-gfx/inkscape/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-gfx/inkscape
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.73 2008/01/05 15:47:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.74 2008/01/10 08:35:45 maekke Exp $
+
+ 10 Jan 2008; Markus Meier <maekke@gentoo.org>
+ -files/inkscape-0.41-configure.ac.patch,
+ -files/inkscape-0.41_gnome-print.patch, -files/inkscape-0.43-gcc41.patch,
+ -files/inkscape-gcc42.diff, -files/0.40-radial.patch, -files/string.patch,
+ -inkscape-0.44.ebuild, -inkscape-0.44.1.ebuild, -inkscape-0.45.ebuild:
+ remove old ebuilds and cruft
05 Jan 2008; Markus Meier <maekke@gentoo.org> inkscape-0.45.1-r1.ebuild:
remove loudmouth dep, bug #204414
diff --git a/media-gfx/inkscape/files/0.40-radial.patch b/media-gfx/inkscape/files/0.40-radial.patch
deleted file mode 100644
index 212983d88437..000000000000
--- a/media-gfx/inkscape/files/0.40-radial.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/nodepath.cpp 2004-11-27 21:09:15.000000000
--0600
-+++ src/nodepath.cpp 2004-12-13 04:06:14.000000000 -0600
-@@ -2217,9 +2217,9 @@
-
- // remember the origin of the control
- if (n->p.knot == knot) {
-- n->p.origin = Radial(n->p.pos - n->pos);
-+ n->p.origin = n->p.pos - n->pos;
- } else if (n->n.knot == knot) {
-- n->n.origin = Radial(n->n.pos - n->pos);
-+ n->n.origin = n->n.pos - n->pos;
- } else {
- g_assert_not_reached();
- }
-
diff --git a/media-gfx/inkscape/files/digest-inkscape-0.44 b/media-gfx/inkscape/files/digest-inkscape-0.44
deleted file mode 100644
index 7bc9c8d690a7..000000000000
--- a/media-gfx/inkscape/files/digest-inkscape-0.44
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f0bf316e15ddc6009976d97388522f85 inkscape-0.44.tar.bz2 6506018
-RMD160 1edc657fe42ab7041c43998ab9ec9c4d8721b601 inkscape-0.44.tar.bz2 6506018
-SHA256 9ac5a5b7cd262454c7ceee3bb0e088040b9be1e8c9d1a25d679ea211c2fe1dd1 inkscape-0.44.tar.bz2 6506018
diff --git a/media-gfx/inkscape/files/digest-inkscape-0.44.1 b/media-gfx/inkscape/files/digest-inkscape-0.44.1
deleted file mode 100644
index 43a8d1c6532c..000000000000
--- a/media-gfx/inkscape/files/digest-inkscape-0.44.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ae2929f70403004038963ef2448728f3 inkscape-0.44.1.tar.gz 10702187
-RMD160 2781febf20e3fcc9e630328ee4ec18b7ddda2aeb inkscape-0.44.1.tar.gz 10702187
-SHA256 6ebc59520336a5f2552f016105c0aefbb9598efa76ac20ad5298ac5110008dd7 inkscape-0.44.1.tar.gz 10702187
diff --git a/media-gfx/inkscape/files/digest-inkscape-0.45 b/media-gfx/inkscape/files/digest-inkscape-0.45
deleted file mode 100644
index 1353a4c1e624..000000000000
--- a/media-gfx/inkscape/files/digest-inkscape-0.45
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 82d7cff90a7de42460e65d289e0d4d33 inkscape-0.45.tar.gz 13122340
-RMD160 967a9b2b461303a1992c6b0713045990bf73e413 inkscape-0.45.tar.gz 13122340
-SHA256 66ff95fe5a05501a62b8804b7646991606b69093376c9ba3ac1e7a05af673856 inkscape-0.45.tar.gz 13122340
diff --git a/media-gfx/inkscape/files/inkscape-0.41-configure.ac.patch b/media-gfx/inkscape/files/inkscape-0.41-configure.ac.patch
deleted file mode 100644
index e456ed197b78..000000000000
--- a/media-gfx/inkscape/files/inkscape-0.41-configure.ac.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.ac.orig 2005-03-06 19:44:10.242884936 +0100
-+++ configure.ac 2005-03-06 19:50:52.266768016 +0100
-@@ -207,8 +207,10 @@
- fi
- AM_CONDITIONAL(INKJAR, test "$with_ij" = "yes")
-
-+AC_ARG_WITH(gtkspell,
-+ AC_HELP_STRING([--with-gtkspell], [disable gtkspell support]),[with_gtkspell=$withval], [with_gtkspell=no])
- ink_spell_pkg=
--if pkg-config --exists gtkspell-2.0; then
-+if [ "x$gtkspell"="xyes" ] ; then
- ink_spell_pkg=gtkspell-2.0
- AC_DEFINE(WITH_GTKSPELL, 1, [enable gtk spelling widget])
- fi
diff --git a/media-gfx/inkscape/files/inkscape-0.41_gnome-print.patch b/media-gfx/inkscape/files/inkscape-0.41_gnome-print.patch
deleted file mode 100644
index 10fa49aea555..000000000000
--- a/media-gfx/inkscape/files/inkscape-0.41_gnome-print.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/extension/internal/gnome.cpp
-+++ src/extension/internal/gnome.cpp
-@@ -183,6 +183,13 @@
- return 0;
- }
-
-+unsigned int PrintGNOME::comment (Inkscape::Extension::Print * module,
-+ const char * comment)
-+{
-+ // ignore comment
-+ return 0;
-+}
-+
- unsigned int
- PrintGNOME::fill(Inkscape::Extension::Print *mod,
- NRBPath const *bpath, NRMatrix const *ctm, SPStyle const *style,
diff --git a/media-gfx/inkscape/files/inkscape-0.43-gcc41.patch b/media-gfx/inkscape/files/inkscape-0.43-gcc41.patch
deleted file mode 100644
index e11de06b645c..000000000000
--- a/media-gfx/inkscape/files/inkscape-0.43-gcc41.patch
+++ /dev/null
@@ -1,94 +0,0 @@
---- src/dialogs/tiledialog.h
-+++ src/dialogs/tiledialog.h
-@@ -58,7 +58,7 @@
- /**
- * Respond to selection change
- */
-- void TileDialog::updateSelection();
-+ void updateSelection();
-
-
- /**
---- src/extension/internal/ps.h
-+++ src/extension/internal/ps.h
-@@ -36,10 +36,10 @@
-
- void print_bpath (SVGOStringStream &os, const NArtBpath *bp);
-
-- void PrintPS::print_fill_style (SVGOStringStream &os, const SPStyle *style, const NRRect *pbox);
-- void PrintPS::print_stroke_style (SVGOStringStream &os, const SPStyle *style);
-+ void print_fill_style (SVGOStringStream &os, const SPStyle *style, const NRRect *pbox);
-+ void print_stroke_style (SVGOStringStream &os, const SPStyle *style);
-
-- const char* PrintPS::PSFontName (const SPStyle *style);
-+ const char* PSFontName (const SPStyle *style);
-
- unsigned int print_image (FILE *ofp, guchar *px, unsigned int width, unsigned int height, unsigned int rs,
- const NRMatrix *transform);
---- src/jabber_whiteboard/pedroxmpp.cpp
-+++ src/jabber_whiteboard/pedroxmpp.cpp
-@@ -614,7 +614,7 @@
- static void hash(unsigned char *dataIn,
- unsigned long len, unsigned char *digest);
-
-- static DOMString Md5::hashHex(unsigned char *dataIn, unsigned long len);
-+ static DOMString hashHex(unsigned char *dataIn, unsigned long len);
-
- /**
- * Initialize the context (also zeroizes contents)
---- src/jabber_whiteboard/pedroxmpp.h
-+++ src/jabber_whiteboard/pedroxmpp.h
-@@ -746,7 +746,7 @@
- *
- */
- virtual std::vector<XmppUser>
-- XmppClient::groupChatGetUserList(const DOMString &groupJid);
-+ groupChatGetUserList(const DOMString &groupJid);
-
- /**
- *
---- src/libavoid/connector.h
-+++ src/libavoid/connector.h
-@@ -59,7 +59,7 @@
- bool isInitialised(void);
- void unInitialise(void);
- void setCallback(void (*cb)(void *), void *ptr);
-- void ConnRef::handleInvalid(void);
-+ void handleInvalid(void);
- int generatePath(Point p0, Point p1);
- void makePathInvalid(void);
-
---- src/livarot/Path.h
-+++ src/livarot/Path.h
-@@ -198,7 +198,7 @@
- cut_position* CurvilignToPosition(int nbCv,double* cvAbs,int &nbCut);
- cut_position PointToCurvilignPosition(NR::Point const &pos) const;
- //Should this take a cut_position as a param?
-- double Path::PositionToLength(int piece, double t);
-+ double PositionToLength(int piece, double t);
-
- // caution: not tested on quadratic b-splines, most certainly buggy
- void ConvertPositionsToMoveTo(int nbPos,cut_position* poss);
---- src/ui/dialog/aboutbox.h
-+++ src/ui/dialog/aboutbox.h
-@@ -28,7 +28,7 @@
- class AboutBoxChild: public Gtk::Dialog
- {
- public:
-- AboutBoxChild::AboutBoxChild(Gtk::Window& parent, gchar * title)
-+ AboutBoxChild(Gtk::Window& parent, gchar * title)
- : Gtk::Dialog(title,parent) {};
- protected:
- virtual void on_response(int response_id);
-
---- src/ui/dialog/align-and-distribute.cpp
-+++ src/ui/dialog/align-and-distribute.cpp
-@@ -955,7 +955,7 @@
- break;
-
- } // end of switch statement
-- return NULL;
-+ return (std::list<SPItem *>::iterator)NULL;
- }
-
- AlignAndDistribute::AlignTarget AlignAndDistribute::getAlignTarget()const {
diff --git a/media-gfx/inkscape/files/inkscape-gcc42.diff b/media-gfx/inkscape/files/inkscape-gcc42.diff
deleted file mode 100644
index f34bfdadc783..000000000000
--- a/media-gfx/inkscape/files/inkscape-gcc42.diff
+++ /dev/null
@@ -1,18 +0,0 @@
---- inkscape/trunk/src/ui/widget/selected-style.cpp 2006/04/26 23:50:47 11420
-+++ inkscape/trunk/src/ui/widget/selected-style.cpp 2006/06/27 15:52:56 12521
-@@ -109,11 +109,12 @@
-
- _sw_unit(NULL),
-
-- _tooltips (),
-+ _tooltips ()
-
-- _drop((void*[]){0,0}),
-- _dropEnabled((bool[]){false, false})
- {
-+ _drop[0] = _drop[1] = 0;
-+ _dropEnabled[0] = _dropEnabled[1] = false;
-+
- _fill_label.set_alignment(0.0, 0.5);
- _fill_label.set_padding(0, 0);
- _stroke_label.set_alignment(0.0, 0.5);
diff --git a/media-gfx/inkscape/files/string.patch b/media-gfx/inkscape/files/string.patch
deleted file mode 100644
index 06490a8ffed1..000000000000
--- a/media-gfx/inkscape/files/string.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- inkscape-0.38.1/src/libnr/nr-maybe.h 2004/04/22 11:17:19 1.1
-+++ inkscape-0.38.1/src/libnr/nr-maybe.h 2004/04/22 11:17:52
-@@ -24,7 +24,7 @@
- /** An exception class for run-time type errors */
- template <typename T>
- class IsNot : public std::domain_error {
-- IsNot() : domain_error(string("Is not ") + typeid(T).name()) {}
-+ IsNot() : domain_error(std::string("Is not ") + typeid(T).name()) {}
- };
-
- /** A type with only one value, which (in principle) is only equal to itself.
diff --git a/media-gfx/inkscape/inkscape-0.44.1.ebuild b/media-gfx/inkscape/inkscape-0.44.1.ebuild
deleted file mode 100644
index 7c248175b9f5..000000000000
--- a/media-gfx/inkscape/inkscape-0.44.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.44.1.ebuild,v 1.2 2007/02/05 20:27:50 jer Exp $
-
-inherit gnome2
-
-DESCRIPTION="A SVG based generic vector-drawing program"
-HOMEPAGE="http://www.inkscape.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 hppa ~ppc ~ppc64 sparc ~x86"
-IUSE="gnome mmx bonobo inkjar lcms boost doc plugin spell"
-RESTRICT="test"
-
-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
- dev-perl/XML-XQL
- dev-python/pyxml
- virtual/xft
- dev-libs/popt
- media-libs/fontconfig
- sys-libs/zlib
- media-libs/libpng
- >=sys-devel/gcc-3
- >=dev-libs/libsigc++-2.0.12
- >=dev-cpp/gtkmm-2.4
- dev-cpp/glibmm
- >=dev-libs/boehm-gc-6.4
- gnome? ( >=gnome-base/gnome-vfs-2.0 )
- lcms? ( >=media-libs/lcms-1.14 )
- boost? ( dev-libs/boost )
- plugin? ( >=media-gfx/pstoedit-3.33
- >=media-gfx/skencil-0.6.16
- media-libs/libwmf
- app-office/dia )
- spell? ( app-text/gtkspell )"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- >=dev-util/intltool-0.29"
-
-G2CONF="${G2CONF} --with-xft"
-G2CONF="${G2CONF} `use_with spell gtkspell`"
-#G2CONF="${G2CONF} `use_with jabber inkboard`"
-use mmx || G2CONF="${G2CONF} --disable-mmx"
-use inkjar || G2CONF="${G2CONF} --without-inkjar"
-use gnome && G2CONF="${G2CONF} --with-gnome-vfs"
-use lcms || G2CONF="${G2CONF} --disable-lcms"
-
-DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README"
diff --git a/media-gfx/inkscape/inkscape-0.44.ebuild b/media-gfx/inkscape/inkscape-0.44.ebuild
deleted file mode 100644
index bd54c7d7b680..000000000000
--- a/media-gfx/inkscape/inkscape-0.44.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.44.ebuild,v 1.9 2007/07/12 04:08:47 mr_bones_ Exp $
-
-WANT_AUTOMAKE="1.9"
-WANT_AUTOCONF="latest"
-
-inherit gnome2 eutils autotools
-
-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 ~hppa ~ppc ~ppc64 sparc ~x86"
-IUSE="gnome mmx bonobo inkjar lcms boost doc plugin 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
- dev-perl/XML-XQL
- dev-python/pyxml
- virtual/xft
- dev-libs/popt
- media-libs/fontconfig
- sys-libs/zlib
- media-libs/libpng
- >=sys-devel/gcc-3
- >=dev-libs/libsigc++-2.0.12
- >=dev-cpp/gtkmm-2.4
- dev-cpp/glibmm
- >=dev-libs/boehm-gc-6.4
- gnome? ( >=gnome-base/gnome-vfs-2.0 )
- lcms? ( >=media-libs/lcms-1.14 )
- boost? ( dev-libs/boost )
- plugin? ( >=media-gfx/pstoedit-3.33
- >=media-gfx/skencil-0.6.16
- media-libs/libwmf
- app-office/dia )
- spell? ( app-text/gtkspell )"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- >=dev-util/intltool-0.29"
-
-G2CONF="${G2CONF} --with-xft"
-G2CONF="${G2CONF} `use_with spell gtkspell`"
-#G2CONF="${G2CONF} `use_with jabber inkboard`"
-use mmx || G2CONF="${G2CONF} --disable-mmx"
-use inkjar || G2CONF="${G2CONF} --without-inkjar"
-use gnome && G2CONF="${G2CONF} --with-gnome-vfs"
-use lcms || G2CONF="${G2CONF} --disable-lcms"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
-
- epatch ${FILESDIR}/inkscape-gcc42.diff
-
- eautoreconf
-}
-
-DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README"
diff --git a/media-gfx/inkscape/inkscape-0.45.ebuild b/media-gfx/inkscape/inkscape-0.45.ebuild
deleted file mode 100644
index 4155608b3f7c..000000000000
--- a/media-gfx/inkscape/inkscape-0.45.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.45.ebuild,v 1.2 2007/02/06 04:51:19 jer Exp $
-
-inherit gnome2
-
-DESCRIPTION="A SVG based generic vector-drawing program"
-HOMEPAGE="http://www.inkscape.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gnome mmx bonobo inkjar lcms boost doc plugin spell"
-RESTRICT="test"
-
-RDEPEND=">=x11-libs/gtk+-2.10.7
- >=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
- dev-perl/XML-XQL
- dev-python/pyxml
- virtual/xft
- dev-libs/popt
- media-libs/fontconfig
- sys-libs/zlib
- media-libs/libpng
- >=sys-devel/gcc-3
- >=dev-libs/libsigc++-2.0.12
- >=dev-cpp/gtkmm-2.4
- dev-cpp/glibmm
- >=dev-libs/boehm-gc-6.4
- gnome? ( >=gnome-base/gnome-vfs-2.0 )
- lcms? ( >=media-libs/lcms-1.14 )
- boost? ( dev-libs/boost )
- plugin? ( >=media-gfx/pstoedit-3.33
- >=media-gfx/skencil-0.6.16
- media-libs/libwmf
- app-office/dia )
- spell? ( app-text/gtkspell )"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- >=dev-util/intltool-0.29"
-
-G2CONF="${G2CONF} --with-xft"
-G2CONF="${G2CONF} `use_with spell gtkspell`"
-#G2CONF="${G2CONF} `use_with jabber inkboard`"
-use mmx || G2CONF="${G2CONF} --disable-mmx"
-use inkjar || G2CONF="${G2CONF} --without-inkjar"
-use gnome && G2CONF="${G2CONF} --with-gnome-vfs"
-use lcms || G2CONF="${G2CONF} --disable-lcms"
-
-DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README"