diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-18 09:23:26 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-18 09:23:26 +0000 |
commit | b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc (patch) | |
tree | 9094f87cf8b2f32a860f6db2858ecb483462a6a1 /dev-python/gnome-python-desktop-base | |
parent | Remove old (diff) | |
download | historical-b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc.tar.gz historical-b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc.tar.bz2 historical-b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc.zip |
Fix slot-deps on gtk+ and other libs, remove old
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'dev-python/gnome-python-desktop-base')
4 files changed, 17 insertions, 51 deletions
diff --git a/dev-python/gnome-python-desktop-base/ChangeLog b/dev-python/gnome-python-desktop-base/ChangeLog index 53cf35d5ac8f..33cbfd030a31 100644 --- a/dev-python/gnome-python-desktop-base/ChangeLog +++ b/dev-python/gnome-python-desktop-base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/gnome-python-desktop-base # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.45 2011/03/12 15:55:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.46 2011/03/18 09:20:20 nirbheek Exp $ + + 18 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -gnome-python-desktop-base-2.28.0.ebuild, + gnome-python-desktop-base-2.30.2.ebuild, + gnome-python-desktop-base-2.32.0.ebuild: + Fix slot-deps on gtk+ and other libs, remove old 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> gnome-python-desktop-base-2.32.0.ebuild: diff --git a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.28.0.ebuild b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.28.0.ebuild deleted file mode 100644 index e25b31e946a3..000000000000 --- a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.28.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.28.0.ebuild,v 1.7 2010/09/08 09:27:04 ranger Exp $ - -GCONF_DEBUG="no" - -inherit eutils gnome2 versionator - -# This ebuild does nothing -- we just want to get the pkgconfig file installed -MY_PN="gnome-python-desktop" -PVP="$(get_version_component_range 1-2)" - -DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings" -HOMEPAGE="http://pygtk.org/" -SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2" - -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" - -IUSE="" -LICENSE="LGPL-2.1" -SLOT="0" - -# From the gnome-python-desktop eclass -RDEPEND="virtual/python - >=dev-python/pygtk-2.10.3 - >=dev-libs/glib-2.6.0 - >=x11-libs/gtk+-2.4.0 - !<dev-python/gnome-python-extras-2.13 - !<dev-python/gnome-python-desktop-2.22.0-r10" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.7" - -RESTRICT="test" - -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - -S="${WORKDIR}/${MY_PN}-${PV}" - -pkg_setup() { - G2CONF="${G2CONF} --disable-allbindings" -} diff --git a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.30.2.ebuild b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.30.2.ebuild index 44ce35db9644..f02a338e3f75 100644 --- a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.30.2.ebuild +++ b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.30.2.ebuild @@ -1,7 +1,8 @@ -# 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/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.30.2.ebuild,v 1.6 2010/10/14 22:21:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.30.2.ebuild,v 1.7 2011/03/18 09:20:20 nirbheek Exp $ +EAPI="2" GCONF_DEBUG="no" inherit eutils gnome2 versionator @@ -22,9 +23,9 @@ SLOT="0" # From the gnome-python-desktop eclass RDEPEND="virtual/python - >=dev-python/pygtk-2.10.3 - >=dev-libs/glib-2.6.0 - >=x11-libs/gtk+-2.4.0 + >=dev-python/pygtk-2.10.3:2 + >=dev-libs/glib-2.6.0:2 + >=x11-libs/gtk+-2.4.0:2 !<dev-python/gnome-python-extras-2.13 !<dev-python/gnome-python-desktop-2.22.0-r10" DEPEND="${RDEPEND} diff --git a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild index 5897c1dba869..53789b299806 100644 --- a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild +++ b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild,v 1.4 2011/03/12 15:55:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild,v 1.5 2011/03/18 09:20:20 nirbheek Exp $ EAPI="3" GCONF_DEBUG="no" @@ -23,9 +23,9 @@ LICENSE="LGPL-2.1" SLOT="0" # From the gnome-python-desktop eclass -RDEPEND=">=dev-python/pygtk-2.10.3 - >=dev-libs/glib-2.6.0 - >=x11-libs/gtk+-2.4.0 +RDEPEND=">=dev-python/pygtk-2.10.3:2 + >=dev-libs/glib-2.6.0:2 + >=x11-libs/gtk+-2.4.0:2 !<dev-python/gnome-python-extras-2.13 !<dev-python/gnome-python-desktop-2.22.0-r10" DEPEND="${RDEPEND} |