summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-01-13 20:10:52 +0000
committerPacho Ramos <pacho@gentoo.org>2011-01-13 20:10:52 +0000
commit1967cbbb4bbfad3dadc24f66f56f9e9cb15a3ee4 (patch)
treea24d4af70f97c321b3c35779863afc2bab3b2eb0 /gnome-extra
parentstable ppc, bug 341919 (diff)
downloadgentoo-2-1967cbbb4bbfad3dadc24f66f56f9e9cb15a3ee4.tar.gz
gentoo-2-1967cbbb4bbfad3dadc24f66f56f9e9cb15a3ee4.tar.bz2
gentoo-2-1967cbbb4bbfad3dadc24f66f56f9e9cb15a3ee4.zip
gnome-vfs is not really required as explained in bug #351521 by Xake and confirmed looking at upstream bug #593480. Remove old.
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/libgsf/ChangeLog9
-rw-r--r--gnome-extra/libgsf/libgsf-1.14.15.ebuild74
-rw-r--r--gnome-extra/libgsf/libgsf-1.14.19.ebuild8
3 files changed, 10 insertions, 81 deletions
diff --git a/gnome-extra/libgsf/ChangeLog b/gnome-extra/libgsf/ChangeLog
index 1e6c5bbb3616..1547923e8fe8 100644
--- a/gnome-extra/libgsf/ChangeLog
+++ b/gnome-extra/libgsf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/libgsf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.165 2010/10/07 21:27:50 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.166 2011/01/13 20:10:52 pacho Exp $
+
+ 13 Jan 2011; Pacho Ramos <pacho@gentoo.org> -libgsf-1.14.15.ebuild,
+ libgsf-1.14.19.ebuild:
+ gnome-vfs is not really required as explained in bug #351521 by Xake and
+ confirmed looking at upstream bug #593480. Remove old.
07 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> libgsf-1.14.18.ebuild:
ppc64 stable wrt #324077
diff --git a/gnome-extra/libgsf/libgsf-1.14.15.ebuild b/gnome-extra/libgsf/libgsf-1.14.15.ebuild
deleted file mode 100644
index 2034caec1e62..000000000000
--- a/gnome-extra/libgsf/libgsf-1.14.15.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.15.ebuild,v 1.13 2010/09/26 22:14:11 eva Exp $
-
-inherit eutils gnome2 python multilib
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="ppc64"
-IUSE="bzip2 doc gnome python"
-
-RDEPEND="
- >=dev-libs/glib-2.16
- >=dev-libs/libxml2-2.4.16
- gnome? ( >=gnome-base/gconf-2
- >=gnome-base/libbonobo-2
- >=gnome-base/gnome-vfs-2.2 )
- sys-libs/zlib
- bzip2? ( app-arch/bzip2 )
- python? ( dev-lang/python
- >=dev-python/pygobject-2.10
- >=dev-python/pygtk-2.10 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.35.0
- doc? ( >=dev-util/gtk-doc-1 )"
-
-PDEPEND="gnome? ( media-gfx/imagemagick )"
-
-DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --with-gio
- --disable-static
- $(use_with bzip2 bz2)
- $(use_with gnome gnome-vfs)
- $(use_with gnome bonobo)
- $(use_with python)"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
-}
-
-pkg_preinst() {
- gnome2_pkg_preinst
- preserve_old_lib /usr/$(get_libdir)/libgsf-1.so.1
- preserve_old_lib /usr/$(get_libdir)/libgsf-gnome-1.so.1
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- if use python; then
- python_need_rebuild
- python_mod_optimize $(python_get_sitedir)/gsf
- fi
-
- preserve_old_lib_notify /usr/$(get_libdir)/libgsf-1.so.1
- preserve_old_lib_notify /usr/$(get_libdir)/libgsf-gnome-1.so.1
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/gsf
-}
diff --git a/gnome-extra/libgsf/libgsf-1.14.19.ebuild b/gnome-extra/libgsf/libgsf-1.14.19.ebuild
index 1153398c027d..a7de260c5b72 100644
--- a/gnome-extra/libgsf/libgsf-1.14.19.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.19.ebuild,v 1.1 2010/09/26 22:14:11 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.19.ebuild,v 1.2 2011/01/13 20:10:52 pacho Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -22,9 +22,7 @@ RDEPEND="
>=dev-libs/libxml2-2.4.16
sys-libs/zlib
bzip2? ( app-arch/bzip2 )
- gnome? (
- >=gnome-base/libbonobo-2
- >=gnome-base/gnome-vfs-2.2 )
+ gnome? ( >=gnome-base/libbonobo-2 )
gtk? ( >=x11-libs/gtk+-2 )
python? (
>=dev-python/pygobject-2.10