diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-14 14:24:50 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-14 14:24:50 +0000 |
commit | 72e068026d37da49aa9cd9d69053bc175ee8d17b (patch) | |
tree | 490948dfd6869d754f42c7af769881dd19493ba7 /dev-python/egg-python | |
parent | Building qtscript debugger, fixes bug #258961 (diff) | |
download | historical-72e068026d37da49aa9cd9d69053bc175ee8d17b.tar.gz historical-72e068026d37da49aa9cd9d69053bc175ee8d17b.tar.bz2 historical-72e068026d37da49aa9cd9d69053bc175ee8d17b.zip |
Stable on alpha, bug #258040
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'dev-python/egg-python')
-rw-r--r-- | dev-python/egg-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/egg-python/egg-python-2.19.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/egg-python/ChangeLog b/dev-python/egg-python/ChangeLog index 3b36ac838596..59beae84d5c2 100644 --- a/dev-python/egg-python/ChangeLog +++ b/dev-python/egg-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/egg-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.4 2009/01/06 23:29:20 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.5 2009/02/14 14:23:20 klausman Exp $ + + 14 Feb 2009; Tobias Klausmann <klausman@gentoo.org> + egg-python-2.19.1.ebuild: + Stable on alpha, bug #258040 06 Jan 2009; Jesus Rivero <neurogeek@gentoo.org> egg-python-2.19.1.ebuild: Updated DESCRIPTION var diff --git a/dev-python/egg-python/egg-python-2.19.1.ebuild b/dev-python/egg-python/egg-python-2.19.1.ebuild index e67a463643ca..14d75fc2a78d 100644 --- a/dev-python/egg-python/egg-python-2.19.1.ebuild +++ b/dev-python/egg-python/egg-python-2.19.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.5 2009/01/06 23:29:20 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.6 2009/02/14 14:23:20 klausman Exp $ # We don't support the egg.recent bindings that are also provided - they are # deprecated, have deps we don't really want and there are no users in-tree. @@ -16,7 +16,7 @@ SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2 DESCRIPTION="EggTrayIcon bindings for Python" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="examples" RDEPEND=">=dev-python/libbonobo-python-2.22.1 |