summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-11 16:19:33 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-11 16:19:33 +0000
commit4107c4d69115479b3638890a2a3bdbc9e667d32a (patch)
tree1aa77722d711a178fdf9df726e69da78e1ddc342 /dev-python/gnome-media-python
parentClean up old revisions. (diff)
downloadgentoo-2-4107c4d69115479b3638890a2a3bdbc9e667d32a.tar.gz
gentoo-2-4107c4d69115479b3638890a2a3bdbc9e667d32a.tar.bz2
gentoo-2-4107c4d69115479b3638890a2a3bdbc9e667d32a.zip
Clean up old revisions.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-media-python')
-rw-r--r--dev-python/gnome-media-python/ChangeLog6
-rw-r--r--dev-python/gnome-media-python/gnome-media-python-2.26.0.ebuild22
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-python/gnome-media-python/ChangeLog b/dev-python/gnome-media-python/ChangeLog
index 2e5e72460068..519507d2c309 100644
--- a/dev-python/gnome-media-python/ChangeLog
+++ b/dev-python/gnome-media-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-media-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-media-python/ChangeLog,v 1.39 2010/10/10 10:34:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-media-python/ChangeLog,v 1.40 2010/10/11 16:19:33 eva Exp $
+
+ 11 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-media-python-2.26.0.ebuild:
+ Clean up old revisions.
10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
gnome-media-python-2.30.2.ebuild:
diff --git a/dev-python/gnome-media-python/gnome-media-python-2.26.0.ebuild b/dev-python/gnome-media-python/gnome-media-python-2.26.0.ebuild
deleted file mode 100644
index ba483d90b202..000000000000
--- a/dev-python/gnome-media-python/gnome-media-python-2.26.0.ebuild
+++ /dev/null
@@ -1,22 +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-media-python/gnome-media-python-2.26.0.ebuild,v 1.11 2010/07/20 15:24:46 jer Exp $
-
-G_PY_PN="gnome-python-desktop"
-G_PY_BINDINGS="mediaprofiles"
-
-inherit gnome-python-common
-
-DESCRIPTION="Python bindings for GNOME media profiles"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="examples"
-
-RDEPEND=">=gnome-extra/gnome-media-2.10.0
- >=gnome-base/gconf-2.10.0
- >=dev-python/gconf-python-2.25.90
- !<dev-python/gnome-python-desktop-2.22.0-r10"
-DEPEND="${RDEPEND}"
-
-EXAMPLES="examples/mediaprofiles/*"