diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-14 14:35:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-14 14:35:59 +0000 |
commit | 9b2332c1ced23037a70ce803ff36e3e392fc952e (patch) | |
tree | a0e3b7ceb7d0a080c8f9e02d972dc182c999c30b /dev-python/gnome-applets-python | |
parent | Add new version for Gnome 2.30 (diff) | |
download | gentoo-2-9b2332c1ced23037a70ce803ff36e3e392fc952e.tar.gz gentoo-2-9b2332c1ced23037a70ce803ff36e3e392fc952e.tar.bz2 gentoo-2-9b2332c1ced23037a70ce803ff36e3e392fc952e.zip |
Add new version for Gnome 2.30
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-applets-python')
-rw-r--r-- | dev-python/gnome-applets-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/gnome-applets-python/ChangeLog b/dev-python/gnome-applets-python/ChangeLog index 903b52ba8c44..03a4be6a13ae 100644 --- a/dev-python/gnome-applets-python/ChangeLog +++ b/dev-python/gnome-applets-python/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/gnome-applets-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/ChangeLog,v 1.30 2010/06/11 09:01:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/ChangeLog,v 1.31 2010/06/14 14:35:59 pacho Exp $ + +*gnome-applets-python-2.30.2 (14 Jun 2010) + + 14 Jun 2010; Pacho Ramos <pacho@gentoo.org> + +gnome-applets-python-2.30.2.ebuild: + Add new version for Gnome 2.30. 11 Jun 2010; Pacho Ramos <pacho@gentoo.org> gnome-applets-python-2.28.0.ebuild: diff --git a/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild b/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild new file mode 100644 index 000000000000..f1c37767040f --- /dev/null +++ b/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/gnome-applets-python-2.30.2.ebuild,v 1.1 2010/06/14 14:35:59 pacho Exp $ + +EAPI="2" +GCONF_DEBUG="no" +G_PY_PN="gnome-python-desktop" +G_PY_BINDINGS="applet" + +inherit gnome-python-common + +DESCRIPTION="Python bindings for writing GNOME applets" +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-panel-2.13.4 + >=dev-python/libbonobo-python-2.22.0 + !<dev-python/gnome-python-desktop-2.22.0-r10" +DEPEND="${RDEPEND}" + +EXAMPLES="examples/applet/*" |