diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-14 09:57:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-14 09:57:28 +0000 |
commit | df9aaa50841530edf37bbf49098f2c86897bdae3 (patch) | |
tree | 49a945b6b3d6f1f0b1baa9883323e716f507474b /gnome-base | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-df9aaa50841530edf37bbf49098f2c86897bdae3.tar.gz gentoo-2-df9aaa50841530edf37bbf49098f2c86897bdae3.tar.bz2 gentoo-2-df9aaa50841530edf37bbf49098f2c86897bdae3.zip |
Version bump, drop old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.40.2.ebuild | 88 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.40.5.ebuild (renamed from gnome-base/librsvg/librsvg-2.40.3.ebuild) | 2 |
3 files changed, 8 insertions, 90 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index dc65b67ba597..eea9dacca5d9 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/librsvg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.363 2014/10/11 12:14:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.364 2014/10/14 09:57:28 pacho Exp $ + +*librsvg-2.40.5 (14 Oct 2014) + + 14 Oct 2014; Pacho Ramos <pacho@gentoo.org> +librsvg-2.40.5.ebuild, + -librsvg-2.40.2.ebuild, -librsvg-2.40.3.ebuild: + Version bump, drop old 11 Oct 2014; Markus Meier <maekke@gentoo.org> librsvg-2.40.2-r1.ebuild: arm stable, bug #512012 diff --git a/gnome-base/librsvg/librsvg-2.40.2.ebuild b/gnome-base/librsvg/librsvg-2.40.2.ebuild deleted file mode 100644 index c271499d32de..000000000000 --- a/gnome-base/librsvg/librsvg-2.40.2.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild,v 1.10 2014/06/20 14:45:14 ago Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -VALA_MIN_API_VERSION="0.18" -VALA_USE_DEPEND="vapigen" - -inherit autotools gnome2 vala - -DESCRIPTION="Scalable Vector Graphics (SVG) rendering library" -HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+introspection vala tools" -REQUIRED_USE=" - vala? ( introspection ) -" - -RDEPEND=" - >=dev-libs/glib-2.24:2 - >=x11-libs/cairo-1.2 - >=x11-libs/pango-1.32.6 - >=dev-libs/libxml2-2.7:2 - >=dev-libs/libcroco-0.6.1 - >=x11-libs/gdk-pixbuf-2.20:2[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.10.8 ) - tools? ( >=x11-libs/gtk+-3.2.0:3 ) -" -DEPEND="${RDEPEND} - dev-libs/gobject-introspection-common - dev-libs/vala-common - >=dev-util/gtk-doc-am-1.13 - virtual/pkgconfig - vala? ( $(vala_depend) ) -" -# >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf - -src_prepare() { - # https://bugzilla.gnome.org/show_bug.cgi?id=712693 - epatch "${FILESDIR}/${PN}-2.40.1-gtk-optional.patch" - eautoreconf - - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - local myconf="" - - # -Bsymbolic is not supported by the Darwin toolchain - if [[ ${CHOST} == *-darwin* ]]; then - myconf="${myconf} --disable-Bsymbolic" - fi - - # --disable-tools even when USE=tools; the tools/ subdirectory is useful - # only for librsvg developers - gnome2_src_configure \ - --disable-static \ - --disable-tools \ - $(use_enable introspection) \ - $(use_with tools gtk3) \ - $(use_enable vala) \ - --enable-pixbuf-loader \ - ${myconf} -} - -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 -} diff --git a/gnome-base/librsvg/librsvg-2.40.3.ebuild b/gnome-base/librsvg/librsvg-2.40.5.ebuild index 9f571b763735..d9ddeadb0a0d 100644 --- a/gnome-base/librsvg/librsvg-2.40.3.ebuild +++ b/gnome-base/librsvg/librsvg-2.40.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.3.ebuild,v 1.1 2014/09/04 10:10:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.5.ebuild,v 1.1 2014/10/14 09:57:28 pacho Exp $ EAPI="5" GCONF_DEBUG="no" |