diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-08 21:02:30 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-08 21:02:30 +0000 |
commit | f4a0fb4394f219d24283771a790251f334b8e1c8 (patch) | |
tree | ecd4e496db668551d298de61f58f0affda09319e /gnome-base/librsvg | |
parent | clean up old revisions. (diff) | |
download | gentoo-2-f4a0fb4394f219d24283771a790251f334b8e1c8.tar.gz gentoo-2-f4a0fb4394f219d24283771a790251f334b8e1c8.tar.bz2 gentoo-2-f4a0fb4394f219d24283771a790251f334b8e1c8.zip |
clean up old revisions.
(Portage version: 2.1.5.4)
Diffstat (limited to 'gnome-base/librsvg')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.16.1-r2.ebuild | 78 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.18.2.ebuild | 69 |
3 files changed, 5 insertions, 148 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index b17b84fc5332..05dc7d9c7a97 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/librsvg # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.173 2008/05/05 05:29:28 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.174 2008/06/08 21:02:30 eva Exp $ + + 08 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + -librsvg-2.16.1-r2.ebuild, -librsvg-2.18.2.ebuild: + clean up old revisions. 05 May 2008; Ryan Hill <dirtyepic@gentoo.org> librsvg-2.22.2.ebuild: Rekeyword for mips. diff --git a/gnome-base/librsvg/librsvg-2.16.1-r2.ebuild b/gnome-base/librsvg/librsvg-2.16.1-r2.ebuild deleted file mode 100644 index b25330366209..000000000000 --- a/gnome-base/librsvg/librsvg-2.16.1-r2.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.16.1-r2.ebuild,v 1.11 2007/09/25 04:57:46 kumba Exp $ - -inherit multilib gnome2 eutils - -DESCRIPTION="Scalable Vector Graphics (SVG) rendering library" -HOMEPAGE="http://librsvg.sourceforge.net/" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc gnome zlib" - -RDEPEND=">=media-libs/fontconfig-1.0.1 - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.12 - >=dev-libs/libxml2-2.4.7 - >=x11-libs/cairo-1.2 - >=x11-libs/pango-1.2 - >=dev-libs/libcroco-0.6.1 - >=media-libs/freetype-2 - gnome? ( >=gnome-base/gnome-vfs-2 ) - zlib? ( >=gnome-extra/libgsf-1.6 )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - doc? ( >=dev-util/gtk-doc-0.9 )" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -set_gtk_confdir() { - # An arch specific config directory is used on multilib systems - has_multilib_profile && GTK2_CONFDIR="/etc/gtk-2.0/${CHOST}" - GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0} -} - -pkg_setup() { - G2CONF="--enable-gtk-theme --enable-pixbuf-loader \ - --disable-mozilla-plugin --with-croco \ - --disable-gnome-print \ - $(use_enable gnome gnome-vfs) \ - $(use_with zlib svgz)" -} - -src_unpack() { - gnome2_src_unpack - - # Still fails even with disable-gtk-doc - if ! use doc; then - epatch ${FILESDIR}/${PN}-2.15.90-die-gtk-doc-die.patch - fi - - # Patch from truedfx to prevent floating point exceptions - epatch ${FILESDIR}/${PN}-2.16.1-uninit.patch - - # Fix leaks; bug #181532 - epatch ${FILESDIR}/${PN}-2.16.1-leak-fixes.patch -} - -src_install() { - gnome2_src_install plugindir=/usr/$(get_libdir)/nsbrowser/plugins/ - - # remove gdk-pixbuf loaders (#47766) - rm -fr ${D}/etc - - # remove plugins dir since we disable the plugin - rm -fr ${D}/usr/lib/nsbrowser -} - -pkg_postinst() { - set_gtk_confdir - gdk-pixbuf-query-loaders > ${GTK2_CONFDIR}/gdk-pixbuf.loaders -} - -pkg_postrm() { - set_gtk_confdir - gdk-pixbuf-query-loaders > ${GTK2_CONFDIR}/gdk-pixbuf.loaders -} diff --git a/gnome-base/librsvg/librsvg-2.18.2.ebuild b/gnome-base/librsvg/librsvg-2.18.2.ebuild deleted file mode 100644 index 23a644712a98..000000000000 --- a/gnome-base/librsvg/librsvg-2.18.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.18.2.ebuild,v 1.9 2008/05/02 15:12:48 cardoe Exp $ - -inherit gnome2 multilib - -DESCRIPTION="Scalable Vector Graphics (SVG) rendering library" -HOMEPAGE="http://librsvg.sourceforge.net/" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc gnome zlib" - -RDEPEND=" - >=media-libs/fontconfig-1.0.1 - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.12 - >=dev-libs/libxml2-2.4.7 - >=x11-libs/cairo-1.2 - >=x11-libs/pango-1.2 - >=media-libs/freetype-2 - zlib? ( >=gnome-extra/libgsf-1.6 ) - >=dev-libs/libcroco-0.6.1 - gnome? ( - >=gnome-base/gnome-vfs-2 - >=gnome-base/libgnomeprint-2.2 - >=gnome-base/libgnomeprintui-2.2 - )" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12 - doc? ( >=dev-util/gtk-doc-1 )" - -pkg_setup() { - # FIXME: USEify croco support (?) - G2CONF="${G2CONF} \ - $(use_with zlib svgz) \ - $(use_enable gnome gnome-vfs) \ - $(use_enable gnome gnome-print) \ - --disable-mozilla-plugin --with-croco \ - --enable-pixbuf-loader \ - --enable-gtk-theme" - - DOCS="AUTHORS ChangeLog README NEWS TODO" -} - -set_gtk_confdir() { - # An arch specific config directory is used on multilib systems - has_multilib_profile && GTK2_CONFDIR="/etc/gtk-2.0/${CHOST}" - GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0} -} - -src_install() { - gnome2_src_install - - # remove gdk-pixbuf loaders (#47766) - rm -fr "${D}/etc" -} - -pkg_postinst() { - set_gtk_confdir - gdk-pixbuf-query-loaders > ${GTK2_CONFDIR}/gdk-pixbuf.loaders -} - -pkg_postrm() { - set_gtk_confdir - gdk-pixbuf-query-loaders > ${GTK2_CONFDIR}/gdk-pixbuf.loaders -} |