Remove static use flag; bug #165528
authorDaniel Gryniewicz <dang@gentoo.org>
Mon, 19 Mar 2007 21:35:46 +0000 (21:35 +0000)
committerDaniel Gryniewicz <dang@gentoo.org>
Mon, 19 Mar 2007 21:35:46 +0000 (21:35 +0000)
Package-Manager: portage-2.1.2.2

gnome-extra/libgnomedb/ChangeLog
gnome-extra/libgnomedb/libgnomedb-1.2.2.ebuild
gnome-extra/libgsf/ChangeLog
gnome-extra/libgsf/libgsf-1.12.0.ebuild
gnome-extra/libgsf/libgsf-1.12.1.ebuild
gnome-extra/libgsf/libgsf-1.14.0.ebuild
gnome-extra/libgsf/libgsf-1.14.2.ebuild

index a3a82adee2a6d7a763eb85c468380c789d663025..67eb8ce253b3ede4b4f65c56360315b5775142e5 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/libgnomedb
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.52 2007/02/13 22:13:30 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.53 2007/03/19 21:32:09 dang Exp $
+
+  19 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> libgnomedb-1.2.2.ebuild:
+  Remove static use flag; bug #165528
 
 *libgnomedb-2.99.5 (13 Feb 2007)
 
index 2565d1cece75c1ad8797cba2453632f33c2333b5..317a2ea8b34a01c3ba44840f580dff6b8650eb0f 100644 (file)
@@ -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-extra/libgnomedb/libgnomedb-1.2.2.ebuild,v 1.12 2006/08/17 18:26:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.2.2.ebuild,v 1.13 2007/03/19 21:32:09 dang Exp $
 
 inherit eutils gnome2
 
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome-db.org/"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="doc static"
+IUSE="doc"
 
 RDEPEND=">=gnome-extra/libgda-1.1.99
        >=x11-libs/gtk+-2.4
@@ -32,8 +32,6 @@ DEPEND="${RDEPEND}
 DOCS="AUTHORS ChangeLog NEWS"
 
 # --disable-gnome breaks compilation, hence 'gnome' USE flag is not a good idea
-G2CONF="${G2CONF} $(use_enable static)"
-
 src_unpack() {
        unpack ${A}
        gnome2_omf_fix ${S}/doc/Makefile.in
index 91f717063771ba030caf92e0029d406c9ada94cd..a8634940877be7a501959a36877e5aacc05cd925 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/libgsf
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.92 2007/02/18 18:39:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.93 2007/03/19 21:35:46 dang Exp $
+
+  19 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> libgsf-1.12.0.ebuild,
+  libgsf-1.12.1.ebuild, libgsf-1.14.0.ebuild, libgsf-1.14.2.ebuild:
+  Remove static use flag; bug #165528
 
   18 Feb 2007; Samuli Suominen <drac@gentoo.org> libgsf-1.14.0.ebuild,
   libgsf-1.14.2.ebuild:
index 2fcea0eeb93b83226c91cd57d1117c56f9c5b4fb..511fb3c2219cc580dc1f9a7b09066d457f9e5671 100644 (file)
@@ -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-extra/libgsf/libgsf-1.12.0.ebuild,v 1.11 2006/10/14 20:55:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.12.0.ebuild,v 1.12 2007/03/19 21:35:46 dang Exp $
 
 inherit gnome2
 
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86"
-IUSE="doc gnome static"
+IUSE="doc gnome"
 
 # FIXME : should add optional bz2 support
 RDEPEND=">=dev-libs/libxml2-2.4.16
@@ -23,6 +23,6 @@ DEPEND="${RDEPEND}
        dev-util/pkgconfig
        doc? ( >=dev-util/gtk-doc-1 )"
 
-G2CONF="${G2CONF} $(use_with gnome) $(use_enable static)"
+G2CONF="${G2CONF} $(use_with gnome)"
 
 DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
index f962f4a8a296d478e849d09dbd9c5ca5f63aaa52..854fb4bf289e5ea8c608449c8ff678722075620e 100644 (file)
@@ -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-extra/libgsf/libgsf-1.12.1.ebuild,v 1.12 2006/10/14 20:55:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.12.1.ebuild,v 1.13 2007/03/19 21:35:46 dang Exp $
 
 inherit gnome2
 
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sh sparc x86"
-IUSE="bzip2 doc gnome static"
+IUSE="bzip2 doc gnome"
 
 RDEPEND=">=dev-libs/libxml2-2.4.16
        >=dev-libs/glib-2.6
@@ -23,6 +23,6 @@ DEPEND="${RDEPEND}
        dev-util/pkgconfig
        doc? ( >=dev-util/gtk-doc-1 )"
 
-G2CONF="${G2CONF} $(use_with bzip2 bz2) $(use_with gnome) $(use_enable static)"
+G2CONF="${G2CONF} $(use_with bzip2 bz2) $(use_with gnome)"
 
 DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
index 64d3e836903aafbfae824723bec7b4f99d7f71a2..abba046a5c96f63d406bc8386f5773c3fd19a38b 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.0.ebuild,v 1.14 2007/02/18 18:39:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.0.ebuild,v 1.15 2007/03/19 21:35:46 dang Exp $
 
 inherit eutils gnome2
 
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="bzip2 doc gnome static"
+IUSE="bzip2 doc gnome"
 
 RDEPEND=">=dev-libs/libxml2-2.4.16
        >=dev-libs/glib-2.6
@@ -29,8 +29,7 @@ DEPEND="${RDEPEND}
 
 G2CONF="${G2CONF} \
        $(use_with bzip2 bz2) \
-       $(use_with gnome) \
-       $(use_enable static)"
+       $(use_with gnome)"
 
 pkg_preinst() {
        preserve_old_lib /usr/$(get_libdir)/libgsf-1.so.1
index d32a55341d84d68cb12af0e18b07f500acca80f8..690592d8034ff2341fa195d7db1389b2fd9f005b 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.2.ebuild,v 1.12 2007/02/18 18:39:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.2.ebuild,v 1.13 2007/03/19 21:35:46 dang Exp $
 
 inherit eutils gnome2
 
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="bzip2 doc gnome python static"
+IUSE="bzip2 doc gnome python"
 
 RDEPEND=">=dev-libs/libxml2-2.4.16
        >=dev-libs/glib-2.6
@@ -30,8 +30,7 @@ DEPEND="${RDEPEND}
 G2CONF="${G2CONF} \
        $(use_with bzip2 bz2) \
        $(use_with gnome) \
-       $(use_with python) \
-       $(use_enable static)"
+       $(use_with python)"
 
 pkg_preinst() {
        preserve_old_lib /usr/$(get_libdir)/libgsf-1.so.1