diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-01-01 20:17:09 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-01-01 20:17:09 +0000 |
commit | 4749a397732984283de40cf455bf6b8913799da6 (patch) | |
tree | c4da081ce0e126fcdd8a7532d09640306b92f09e /gnome-base/librsvg | |
parent | Fix patch file type, #159632 thanks to Zsolti. (diff) | |
download | gentoo-2-4749a397732984283de40cf455bf6b8913799da6.tar.gz gentoo-2-4749a397732984283de40cf455bf6b8913799da6.tar.bz2 gentoo-2-4749a397732984283de40cf455bf6b8913799da6.zip |
png USE flag did nothing for cairo. It always hardcoded on, removed png USE flag. So I'm removing the check from here.
(Portage version: 2.1.2_rc4-r4)
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() { |