diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-11 16:17:32 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-11 16:17:32 +0000 |
commit | 2af8594ef2227c513a7d96ed61eb152cd10b9661 (patch) | |
tree | 72b2e9d534b9ef351cc4623d30c47767b2181ba1 /dev-python/gnome-keyring-python | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-2af8594ef2227c513a7d96ed61eb152cd10b9661.tar.gz gentoo-2-2af8594ef2227c513a7d96ed61eb152cd10b9661.tar.bz2 gentoo-2-2af8594ef2227c513a7d96ed61eb152cd10b9661.zip |
Clean up old revisions.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-keyring-python')
-rw-r--r-- | dev-python/gnome-keyring-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-python/gnome-keyring-python/ChangeLog b/dev-python/gnome-keyring-python/ChangeLog index 354183e870a2..3f0f1a4ce7ec 100644 --- a/dev-python/gnome-keyring-python/ChangeLog +++ b/dev-python/gnome-keyring-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-keyring-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.39 2010/10/10 10:32:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.40 2010/10/11 16:17:32 eva Exp $ + + 11 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-keyring-python-2.26.0.ebuild: + Clean up old revisions. 10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> gnome-keyring-python-2.30.2.ebuild: diff --git a/dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild b/dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild deleted file mode 100644 index d5c1aa1a0365..000000000000 --- a/dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild +++ /dev/null @@ -1,20 +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-keyring-python/gnome-keyring-python-2.26.0.ebuild,v 1.11 2010/07/20 15:24:19 jer Exp $ - -G_PY_PN="gnome-python-desktop" -G_PY_BINDINGS="gnomekeyring" - -inherit gnome-python-common - -DESCRIPTION="Python bindings for the interfacing with the GNOME keyring" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="examples" - -RDEPEND=">=gnome-base/gnome-keyring-0.5.0 - !<dev-python/gnome-python-desktop-2.22.0-r10" -DEPEND="${RDEPEND}" - -EXAMPLES="examples/keyring*" |