diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-23 20:25:22 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-23 20:25:22 +0000 |
commit | 9d69b2fde6e7edad4c96c874d9595bc93cedd046 (patch) | |
tree | ba8d79f56f950f04295b58bfc2e6223a424bfe27 /dev-python/brasero-python | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-9d69b2fde6e7edad4c96c874d9595bc93cedd046.tar.gz gentoo-2-9d69b2fde6e7edad4c96c874d9595bc93cedd046.tar.bz2 gentoo-2-9d69b2fde6e7edad4c96c874d9595bc93cedd046.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-python/brasero-python')
-rw-r--r-- | dev-python/brasero-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/brasero-python/brasero-python-2.30.2.ebuild | 21 |
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-python/brasero-python/ChangeLog b/dev-python/brasero-python/ChangeLog index 3399e1782873..678733452e28 100644 --- a/dev-python/brasero-python/ChangeLog +++ b/dev-python/brasero-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/brasero-python # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/brasero-python/ChangeLog,v 1.23 2011/03/22 18:54:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/brasero-python/ChangeLog,v 1.24 2011/03/23 20:25:22 eva Exp $ + + 23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> + -brasero-python-2.30.2.ebuild: + Clean up old revision. 22 Mar 2011; Brent Baude <ranger@gentoo.org> brasero-python-2.32.0.ebuild: Marking brasero-python-2.32.0 ppc stable for bug 353436 diff --git a/dev-python/brasero-python/brasero-python-2.30.2.ebuild b/dev-python/brasero-python/brasero-python-2.30.2.ebuild deleted file mode 100644 index 33f7ffcae91f..000000000000 --- a/dev-python/brasero-python/brasero-python-2.30.2.ebuild +++ /dev/null @@ -1,21 +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/brasero-python/brasero-python-2.30.2.ebuild,v 1.6 2010/10/14 22:22:58 maekke Exp $ - -G_PY_PN="gnome-python-desktop" -G_PY_BINDINGS="braseroburn braseromedia" - -inherit gnome-python-common - -DESCRIPTION="Python bindings for Brasero CD/DVD burning" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" -IUSE="examples" - -RDEPEND=">=app-cdr/brasero-2.29 - !<dev-python/gnome-python-desktop-2.22.0-r10" -DEPEND="${RDEPEND}" - -EXAMPLES="examples/braseroburn/* - examples/braseromedia/*" |