summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-03-23 16:22:08 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-03-23 16:22:08 +0000
commit0a304e4a6abe841a648fe91b8cb85c5a6a0a0f75 (patch)
treea809bcc8db7a1e609c88b74b0d7595d5614bc154 /dev-python/gnome-python-desktop-base
parentVersion bump by Hans-Peter Deifel (bug #360155). (diff)
downloadgentoo-2-0a304e4a6abe841a648fe91b8cb85c5a6a0a0f75.tar.gz
gentoo-2-0a304e4a6abe841a648fe91b8cb85c5a6a0a0f75.tar.bz2
gentoo-2-0a304e4a6abe841a648fe91b8cb85c5a6a0a0f75.zip
Use new gnome.org eclass feature, remove old revision.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-python/gnome-python-desktop-base')
-rw-r--r--dev-python/gnome-python-desktop-base/ChangeLog7
-rw-r--r--dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.30.2.ebuild42
-rw-r--r--dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild10
3 files changed, 9 insertions, 50 deletions
diff --git a/dev-python/gnome-python-desktop-base/ChangeLog b/dev-python/gnome-python-desktop-base/ChangeLog
index cb2f8436922a..2d9428fea963 100644
--- a/dev-python/gnome-python-desktop-base/ChangeLog
+++ b/dev-python/gnome-python-desktop-base/ChangeLog
@@ -1,6 +1,11 @@
# 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.48 2011/03/22 18:58:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.49 2011/03/23 16:22:08 eva Exp $
+
+ 23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-python-desktop-base-2.30.2.ebuild,
+ gnome-python-desktop-base-2.32.0.ebuild:
+ Use new gnome.org eclass feature, remove old revision.
22 Mar 2011; Brent Baude <ranger@gentoo.org>
gnome-python-desktop-base-2.32.0.ebuild:
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
deleted file mode 100644
index f02a338e3f75..000000000000
--- a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.30.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.7 2011/03/18 09:20:20 nirbheek Exp $
-
-EAPI="2"
-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: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}
- >=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.32.0.ebuild b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild
index 0d689dced678..2e914b592b9d 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,20 +1,18 @@
# 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.7 2011/03/22 18:58:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild,v 1.8 2011/03/23 16:22:08 eva Exp $
EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND="2"
+GNOME_ORG_MODULE="gnome-python-desktop"
-inherit gnome2 versionator python
+inherit gnome2 python
# 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"
@@ -33,8 +31,6 @@ DEPEND="${RDEPEND}
RESTRICT="test"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
pkg_setup() {
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
G2CONF="${G2CONF} --disable-allbindings"