diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-03 22:12:02 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-03 22:12:02 +0000 |
commit | fc2be1cdc43d0e1fc1f91ec5331e6f2fd88c9ce3 (patch) | |
tree | 9ddcdecbf615b3f8ae5bde729d420c8f0ad8eb9a /gnome-base | |
parent | Use eclass to handle gdk-pixbuf cache. (diff) | |
download | gentoo-2-fc2be1cdc43d0e1fc1f91ec5331e6f2fd88c9ce3.tar.gz gentoo-2-fc2be1cdc43d0e1fc1f91ec5331e6f2fd88c9ce3.tar.bz2 gentoo-2-fc2be1cdc43d0e1fc1f91ec5331e6f2fd88c9ce3.zip |
Clean up old revision and keywords.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.36.1.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.36.3.ebuild | 86 |
3 files changed, 7 insertions, 89 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index d7813be8cb12..b2efc067fcdf 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/librsvg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.308 2013/09/03 22:10:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.309 2013/09/03 22:12:02 eva Exp $ + + 03 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> librsvg-2.36.1.ebuild, + -librsvg-2.36.3.ebuild: + Clean up old revision and keywords. 03 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> librsvg-2.36.1.ebuild, librsvg-2.36.3.ebuild, librsvg-2.36.4.ebuild, librsvg-2.37.0.ebuild: diff --git a/gnome-base/librsvg/librsvg-2.36.1.ebuild b/gnome-base/librsvg/librsvg-2.36.1.ebuild index d65ed4af1d78..3b9fd1a1d238 100644 --- a/gnome-base/librsvg/librsvg-2.36.1.ebuild +++ b/gnome-base/librsvg/librsvg-2.36.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.36.1.ebuild,v 1.15 2013/09/03 22:10:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.36.1.ebuild,v 1.16 2013/09/03 22:12:02 eva Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -14,7 +14,7 @@ SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="s390 sh sparc" +KEYWORDS="s390" IUSE="doc +gtk +introspection tools" RDEPEND=">=dev-libs/glib-2.24:2 diff --git a/gnome-base/librsvg/librsvg-2.36.3.ebuild b/gnome-base/librsvg/librsvg-2.36.3.ebuild deleted file mode 100644 index b167ed4b91c1..000000000000 --- a/gnome-base/librsvg/librsvg-2.36.3.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.36.3.ebuild,v 1.7 2013/09/03 22:10:11 eva Exp $ - -EAPI="4" -GNOME2_LA_PUNT="yes" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.18" -VALA_USE_DEPEND="vapigen" - -inherit autotools eutils gnome2 multilib vala - -DESCRIPTION="Scalable Vector Graphics (SVG) rendering library" -HOMEPAGE="http://librsvg.sourceforge.net/" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha" -IUSE="doc +gtk +introspection tools vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=">=dev-libs/glib-2.24:2 - >=x11-libs/cairo-1.2 - >=x11-libs/pango-1.16 - >=dev-libs/libxml2-2.7:2 - >=dev-libs/libcroco-0.6.1 - x11-libs/gdk-pixbuf:2[introspection?] - gtk? ( - >=x11-libs/gtk+-2.16:2 - tools? ( >=x11-libs/gtk+-3:3 ) ) - introspection? ( >=dev-libs/gobject-introspection-0.10.8 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-libs/gobject-introspection-common - dev-libs/vala-common - >=dev-util/gtk-doc-am-1.13 - - doc? ( >=dev-util/gtk-doc-1.13 ) - vala? ( $(vala_depend) )" -# >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - $(use_enable tools) - $(use_enable gtk gtk-theme) - $(use_enable introspection) - $(use_enable vala) - --enable-pixbuf-loader" - if use gtk && use tools; then - G2CONF="${G2CONF} --enable-rsvg-view" - else - G2CONF="${G2CONF} --disable-rsvg-view" - fi - # -Bsymbolic is not supported by the Darwin toolchain - [[ ${CHOST} == *-darwin* ]] && G2CONF="${G2CONF} --disable-Bsymbolic" - - DOCS="AUTHORS ChangeLog README NEWS TODO" -} - -src_prepare() { - # Make rsvg-view non-automagic - epatch "${FILESDIR}/${PN}-2.36.0-rsvg-view-automagic.patch" - use vala && vala_src_prepare - - eautoreconf - gnome2_src_prepare -} - -src_compile() { - # causes segfault if set, see bug #411765 - unset __GL_NO_DSO_FINALIZER - gnome2_src_compile -} - -pkg_postinst() { - # causes segfault if set, see bug 375615 - unset __GL_NO_DSO_FINALIZER - gnome2_pkg_postinst -} - -pkg_postrm() { - # causes segfault if set, see bug 375615 - unset __GL_NO_DSO_FINALIZER - gnome2_pkg_postrm -} |