summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-03-21 11:13:13 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-03-21 11:13:13 +0000
commit4f51972ba5e4918357444c2b45f9a3094a689716 (patch)
tree0a380b8049e21539448d7a7515b8126893284f99 /x11-misc
parentMake beagle build with epiphany-2.26 (diff)
downloadgentoo-2-4f51972ba5e4918357444c2b45f9a3094a689716.tar.gz
gentoo-2-4f51972ba5e4918357444c2b45f9a3094a689716.tar.bz2
gentoo-2-4f51972ba5e4918357444c2b45f9a3094a689716.zip
Drop libgnome-python dependency per bug #255963.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/alacarte/ChangeLog7
-rw-r--r--x11-misc/alacarte/alacarte-0.11.10.ebuild5
-rw-r--r--x11-misc/alacarte/alacarte-0.11.5.ebuild60
-rw-r--r--x11-misc/alacarte/alacarte-0.11.7.ebuild55
-rw-r--r--x11-misc/alacarte/alacarte-0.11.9.ebuild5
5 files changed, 10 insertions, 122 deletions
diff --git a/x11-misc/alacarte/ChangeLog b/x11-misc/alacarte/ChangeLog
index e7d628265893..4d87d49b73c5 100644
--- a/x11-misc/alacarte/ChangeLog
+++ b/x11-misc/alacarte/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/alacarte
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.76 2009/03/19 22:49:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.77 2009/03/21 11:13:13 eva Exp $
+
+ 21 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -alacarte-0.11.5.ebuild, -alacarte-0.11.7.ebuild, alacarte-0.11.9.ebuild,
+ alacarte-0.11.10.ebuild:
+ Drop libgnome-python dependency per bug #255963.
*alacarte-0.11.10 (19 Mar 2009)
diff --git a/x11-misc/alacarte/alacarte-0.11.10.ebuild b/x11-misc/alacarte/alacarte-0.11.10.ebuild
index 685d6a7965a5..4db216f9e73a 100644
--- a/x11-misc/alacarte/alacarte-0.11.10.ebuild
+++ b/x11-misc/alacarte/alacarte-0.11.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.11.10.ebuild,v 1.1 2009/03/19 22:49:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.11.10.ebuild,v 1.2 2009/03/21 11:13:13 eva Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -18,8 +18,7 @@ SLOT=0
common_depends=">=dev-lang/python-2.4
>=dev-python/pygobject-2.15.1
>=dev-python/pygtk-2.13
- >=gnome-base/gnome-menus-2.22.2[python]
- >=dev-python/libgnome-python-2.18"
+ >=gnome-base/gnome-menus-2.22.2[python]"
RDEPEND="${common_depends}
>=gnome-base/gnome-panel-2.16"
diff --git a/x11-misc/alacarte/alacarte-0.11.5.ebuild b/x11-misc/alacarte/alacarte-0.11.5.ebuild
deleted file mode 100644
index 003f54577412..000000000000
--- a/x11-misc/alacarte/alacarte-0.11.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.11.5.ebuild,v 1.9 2009/01/03 15:21:40 eva Exp $
-
-inherit gnome2 python eutils autotools
-
-DESCRIPTION="Simple GNOME menu editor"
-HOMEPAGE="http://www.realistanew.com/projects/alacarte"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-SLOT=0
-
-common_depends=">=dev-lang/python-2.4
- >=dev-python/pygtk-2.8
- >=gnome-base/gnome-menus-2.18
- >=dev-python/gnome-python-2.18"
-
-RDEPEND="${common_depends}
- >=gnome-base/gnome-panel-2.16"
-
-DEPEND="${common_depends}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.19"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- if ! built_with_use gnome-base/gnome-menus python ; then
- eerror "You must emerge gnome-base/gnome-menus with the python USE flag"
- die "alacarte needs python support in gnome-base/gnome-menus"
- fi
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch "${FILESDIR}"/${PN}-0.11.5-python-2.6.patch
-
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
-
- eautoreconf
- intltoolize --force
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/Alacarte
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_version
- python_mod_cleanup
-}
diff --git a/x11-misc/alacarte/alacarte-0.11.7.ebuild b/x11-misc/alacarte/alacarte-0.11.7.ebuild
deleted file mode 100644
index c5aec5f4cf9c..000000000000
--- a/x11-misc/alacarte/alacarte-0.11.7.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.11.7.ebuild,v 1.1 2009/01/21 22:31:23 eva Exp $
-
-inherit gnome2 python eutils
-
-DESCRIPTION="Simple GNOME menu editor"
-HOMEPAGE="http://www.realistanew.com/projects/alacarte"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-SLOT=0
-
-common_depends=">=dev-lang/python-2.4
- >=dev-python/pygobject-2.15.1
- >=dev-python/pygtk-2.8
- >=gnome-base/gnome-menus-2.18
- >=dev-python/libgnome-python-2.18"
-
-RDEPEND="${common_depends}
- >=gnome-base/gnome-panel-2.16"
-
-DEPEND="${common_depends}
- sys-devel/gettext
- >=dev-util/intltool-0.40.0
- >=dev-util/pkgconfig-0.19"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- if ! built_with_use gnome-base/gnome-menus python ; then
- eerror "You must emerge gnome-base/gnome-menus with the python USE flag"
- die "alacarte needs python support in gnome-base/gnome-menus"
- fi
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/Alacarte
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/Alacarte
-}
diff --git a/x11-misc/alacarte/alacarte-0.11.9.ebuild b/x11-misc/alacarte/alacarte-0.11.9.ebuild
index 64aaa4eea5d4..9aa99e888f54 100644
--- a/x11-misc/alacarte/alacarte-0.11.9.ebuild
+++ b/x11-misc/alacarte/alacarte-0.11.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.11.9.ebuild,v 1.1 2009/03/08 00:42:42 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.11.9.ebuild,v 1.2 2009/03/21 11:13:13 eva Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -18,8 +18,7 @@ SLOT=0
common_depends=">=dev-lang/python-2.4
>=dev-python/pygobject-2.15.1
>=dev-python/pygtk-2.13
- >=gnome-base/gnome-menus-2.22.2[python]
- >=dev-python/libgnome-python-2.18"
+ >=gnome-base/gnome-menus-2.22.2[python]"
RDEPEND="${common_depends}
>=gnome-base/gnome-panel-2.16"