diff options
Diffstat (limited to 'gnome-base/librsvg')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.14.4.ebuild | 10 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.16.0.ebuild | 9 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.16.1.ebuild | 9 |
4 files changed, 13 insertions, 24 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index 0a8cd5d6575d..a30b7e275d39 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/librsvg -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.126 2006/12/21 05:31:31 compnerd Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.127 2007/01/01 20:17:09 cardoe Exp $ + + 01 Jan 2007; Doug Goldstein <cardoe@gentoo.org> librsvg-2.14.4.ebuild, + librsvg-2.16.0.ebuild, librsvg-2.16.1.ebuild: + png USE flag did nothing for cairo. It always hardcoded on, removed png USE + flag. So I'm removing the check from here. 21 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> -librsvg-1.0.3.ebuild: diff --git a/gnome-base/librsvg/librsvg-2.14.4.ebuild b/gnome-base/librsvg/librsvg-2.14.4.ebuild index 21a68a543d57..f36a33cf4af0 100644 --- a/gnome-base/librsvg/librsvg-2.14.4.ebuild +++ b/gnome-base/librsvg/librsvg-2.14.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.14.4.ebuild,v 1.10 2006/10/20 16:37:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.14.4.ebuild,v 1.11 2007/01/01 20:17:09 cardoe Exp $ inherit eutils multilib gnome2 autotools @@ -41,12 +41,6 @@ set_gtk_confdir() { } pkg_setup() { - - if ! built_with_use x11-libs/cairo png; then - einfo "Please re-emerge x11-libs/cairo with the png USE flag set" - die "cairo needs the png flag set" - fi - G2CONF="--with-croco \ --enable-pixbuf-loader \ --enable-gtk-theme \ diff --git a/gnome-base/librsvg/librsvg-2.16.0.ebuild b/gnome-base/librsvg/librsvg-2.16.0.ebuild index f7bb569440de..326dc501c102 100644 --- a/gnome-base/librsvg/librsvg-2.16.0.ebuild +++ b/gnome-base/librsvg/librsvg-2.16.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.0.ebuild,v 1.12 2006/12/09 21:38:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.16.0.ebuild,v 1.13 2007/01/01 20:17:09 cardoe Exp $ inherit multilib gnome2 eutils @@ -40,11 +40,6 @@ pkg_setup() { --disable-gnome-print \ $(use_enable gnome gnome-vfs) \ $(use_with zlib svgz)" - - if ! built_with_use x11-libs/cairo png; then - einfo "Please re-emerge x11-libs/cairo with the png USE flag set" - die "cairo needs the png flag set" - fi } src_unpack() { diff --git a/gnome-base/librsvg/librsvg-2.16.1.ebuild b/gnome-base/librsvg/librsvg-2.16.1.ebuild index 264f12fa0c25..fe9a5aea7937 100644 --- a/gnome-base/librsvg/librsvg-2.16.1.ebuild +++ b/gnome-base/librsvg/librsvg-2.16.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.ebuild,v 1.1 2006/12/17 17:23:58 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.16.1.ebuild,v 1.2 2007/01/01 20:17:09 cardoe Exp $ inherit multilib gnome2 eutils @@ -40,11 +40,6 @@ pkg_setup() { --disable-gnome-print \ $(use_enable gnome gnome-vfs) \ $(use_with zlib svgz)" - - if ! built_with_use x11-libs/cairo png; then - einfo "Please re-emerge x11-libs/cairo with the png USE flag set" - die "cairo needs the png flag set" - fi } src_unpack() { |