# 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)
-# 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
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
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
# 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:
-# 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
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
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"
-# 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
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
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"
# 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
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
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
# 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
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
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