diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-14 14:38:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-14 14:38:42 +0000 |
commit | 62d719912c1f984fd5a4f635c2c045650c726720 (patch) | |
tree | e8df9d2e521d82bce3df0b533fd3074cd44b4a93 /dev-python/gnome-keyring-python | |
parent | Add new version for Gnome 2.30 (diff) | |
download | gentoo-2-62d719912c1f984fd5a4f635c2c045650c726720.tar.gz gentoo-2-62d719912c1f984fd5a4f635c2c045650c726720.tar.bz2 gentoo-2-62d719912c1f984fd5a4f635c2c045650c726720.zip |
Add new version for Gnome 2.30
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-keyring-python')
-rw-r--r-- | dev-python/gnome-keyring-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/gnome-keyring-python/gnome-keyring-python-2.30.2.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/gnome-keyring-python/ChangeLog b/dev-python/gnome-keyring-python/ChangeLog index 0b2e7c7ae9ea..93d8143f260b 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.29 2010/06/11 09:04:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.30 2010/06/14 14:38:42 pacho Exp $ + +*gnome-keyring-python-2.30.2 (14 Jun 2010) + + 14 Jun 2010; Pacho Ramos <pacho@gentoo.org> + +gnome-keyring-python-2.30.2.ebuild: + Add new version for Gnome 2.30. 11 Jun 2010; Pacho Ramos <pacho@gentoo.org> gnome-keyring-python-2.28.0.ebuild: diff --git a/dev-python/gnome-keyring-python/gnome-keyring-python-2.30.2.ebuild b/dev-python/gnome-keyring-python/gnome-keyring-python-2.30.2.ebuild new file mode 100644 index 000000000000..b63ce56c5973 --- /dev/null +++ b/dev-python/gnome-keyring-python/gnome-keyring-python-2.30.2.ebuild @@ -0,0 +1,21 @@ +# 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.30.2.ebuild,v 1.1 2010/06/14 14:38:42 pacho Exp $ + +GCONF_DEBUG="no" +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*" |