summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-18 09:23:26 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-18 09:23:26 +0000
commit3979d52967a5aaa9b15c507e2f50f49a7bdf3821 (patch)
tree04d2f4b336a6a270d203c3df61c117449656d711 /dev-python/gnome-applets-python
parentFix slot-deps on gtk+ and other libs, remove old (diff)
downloadgentoo-2-3979d52967a5aaa9b15c507e2f50f49a7bdf3821.tar.gz
gentoo-2-3979d52967a5aaa9b15c507e2f50f49a7bdf3821.tar.bz2
gentoo-2-3979d52967a5aaa9b15c507e2f50f49a7bdf3821.zip
Fix slot-deps on gtk+ and other libs, remove old
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-applets-python')
-rw-r--r--dev-python/gnome-applets-python/ChangeLog7
-rw-r--r--dev-python/gnome-applets-python/gnome-applets-python-2.28.0.ebuild23
-rw-r--r--dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild6
-rw-r--r--dev-python/gnome-applets-python/gnome-applets-python-2.32.0.ebuild4
4 files changed, 11 insertions, 29 deletions
diff --git a/dev-python/gnome-applets-python/ChangeLog b/dev-python/gnome-applets-python/ChangeLog
index 4a543d0702f0..efbdd623eb4f 100644
--- a/dev-python/gnome-applets-python/ChangeLog
+++ b/dev-python/gnome-applets-python/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/gnome-applets-python
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/ChangeLog,v 1.48 2011/03/17 10:40:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/ChangeLog,v 1.49 2011/03/18 09:23:26 nirbheek Exp $
+
+ 18 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ -gnome-applets-python-2.28.0.ebuild, gnome-applets-python-2.30.2.ebuild,
+ gnome-applets-python-2.32.0.ebuild:
+ Fix slot-deps on gtk+ and other libs, remove old
17 Mar 2011; Pacho Ramos <pacho@gentoo.org>
gnome-applets-python-2.32.0.ebuild:
diff --git a/dev-python/gnome-applets-python/gnome-applets-python-2.28.0.ebuild b/dev-python/gnome-applets-python/gnome-applets-python-2.28.0.ebuild
deleted file mode 100644
index f8badcb0c0fc..000000000000
--- a/dev-python/gnome-applets-python/gnome-applets-python-2.28.0.ebuild
+++ /dev/null
@@ -1,23 +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-applets-python/gnome-applets-python-2.28.0.ebuild,v 1.9 2010/09/08 09:28:56 ranger Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-G_PY_PN="gnome-python-desktop"
-G_PY_BINDINGS="applet"
-
-inherit gnome-python-common
-
-DESCRIPTION="Python bindings for writing GNOME applets"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="examples"
-
-RDEPEND=">=gnome-base/gnome-panel-2.13.4
- >=dev-python/libbonobo-python-2.22.0
- !<dev-python/gnome-python-desktop-2.22.0-r10"
-DEPEND="${RDEPEND}"
-
-EXAMPLES="examples/applet/*"
diff --git a/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild b/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild
index 44a9e1c2191f..ed647b4eb945 100644
--- a/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild
+++ b/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.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/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild,v 1.7 2010/10/14 22:26:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild,v 1.8 2011/03/18 09:23:26 nirbheek Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=gnome-base/gnome-panel-2.13.4
- >=dev-python/libbonobo-python-2.22.0
+ >=dev-python/libbonobo-python-2.22.0:2
!<dev-python/gnome-python-desktop-2.22.0-r10"
DEPEND="${RDEPEND}"
diff --git a/dev-python/gnome-applets-python/gnome-applets-python-2.32.0.ebuild b/dev-python/gnome-applets-python/gnome-applets-python-2.32.0.ebuild
index 18657611288c..3a1280d1f55e 100644
--- a/dev-python/gnome-applets-python/gnome-applets-python-2.32.0.ebuild
+++ b/dev-python/gnome-applets-python/gnome-applets-python-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-applets-python/gnome-applets-python-2.32.0.ebuild,v 1.6 2011/03/17 10:40:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/gnome-applets-python-2.32.0.ebuild,v 1.7 2011/03/18 09:23:26 nirbheek Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=gnome-base/gnome-panel-2.13.4
- >=dev-python/libbonobo-python-2.22.0
+ >=dev-python/libbonobo-python-2.22.0:2
gnome-base/libgnome
gnome-base/libgnomeui
!<dev-python/gnome-python-desktop-2.22.0-r10"