diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-01-08 23:43:34 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-01-08 23:43:34 +0000 |
commit | 0bd04f0c058c01ad734c030b326f0c0b4ae84b49 (patch) | |
tree | 69b4b428d20816c5e4afefc4279651c8d53dd063 /dev-python/gnome-keyring-python | |
parent | Stable on amd64. Bug #253939. (diff) | |
download | historical-0bd04f0c058c01ad734c030b326f0c0b4ae84b49.tar.gz historical-0bd04f0c058c01ad734c030b326f0c0b4ae84b49.tar.bz2 historical-0bd04f0c058c01ad734c030b326f0c0b4ae84b49.zip |
Bump to 2.24.1.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'dev-python/gnome-keyring-python')
-rw-r--r-- | dev-python/gnome-keyring-python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/gnome-keyring-python/gnome-keyring-python-2.24.1.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/gnome-keyring-python/ChangeLog b/dev-python/gnome-keyring-python/ChangeLog index c370df32d5fe..bbc9c2897828 100644 --- a/dev-python/gnome-keyring-python/ChangeLog +++ b/dev-python/gnome-keyring-python/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/gnome-keyring-python -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.2 2008/10/19 20:42:31 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.3 2009/01/08 23:38:05 eva Exp $ + +*gnome-keyring-python-2.24.1 (08 Jan 2009) + + 08 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-keyring-python-2.24.1.ebuild: + Bump to 2.24.1. *gnome-keyring-python-2.24.0 (19 Oct 2008) diff --git a/dev-python/gnome-keyring-python/gnome-keyring-python-2.24.1.ebuild b/dev-python/gnome-keyring-python/gnome-keyring-python-2.24.1.ebuild new file mode 100644 index 000000000000..06402522b9e2 --- /dev/null +++ b/dev-python/gnome-keyring-python/gnome-keyring-python-2.24.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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.24.1.ebuild,v 1.1 2009/01/08 23:38:05 eva 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 ~hppa ~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*" |