diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-09-13 14:51:59 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-09-13 14:51:59 +0000 |
commit | 30d14295f2624c34cf59bc3217a03b4776d11514 (patch) | |
tree | 64d497bf2e88b1265c4a5cf8138676e9aae504ad /dev-python/py-notify | |
parent | Version bump to latest, drop older. (diff) | |
download | gentoo-2-30d14295f2624c34cf59bc3217a03b4776d11514.tar.gz gentoo-2-30d14295f2624c34cf59bc3217a03b4776d11514.tar.bz2 gentoo-2-30d14295f2624c34cf59bc3217a03b4776d11514.zip |
Version bump
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/py-notify')
-rw-r--r-- | dev-python/py-notify/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/py-notify/py-notify-0.3.1.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-python/py-notify/ChangeLog b/dev-python/py-notify/ChangeLog index 28231b776bcc..1376b8feecf5 100644 --- a/dev-python/py-notify/ChangeLog +++ b/dev-python/py-notify/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/py-notify -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/ChangeLog,v 1.1 2010/08/20 09:37:43 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/ChangeLog,v 1.2 2011/09/13 14:51:59 hwoarang Exp $ + +*py-notify-0.3.1 (13 Sep 2011) + + 13 Sep 2011; Markos Chandras <hwoarang@gentoo.org> +py-notify-0.3.1.ebuild: + Version bump *py-notify-0.2.1 (20 Aug 2010) diff --git a/dev-python/py-notify/py-notify-0.3.1.ebuild b/dev-python/py-notify/py-notify-0.3.1.ebuild new file mode 100644 index 000000000000..5e46d82fc99b --- /dev/null +++ b/dev-python/py-notify/py-notify-0.3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/py-notify-0.3.1.ebuild,v 1.1 2011/09/13 14:51:59 hwoarang Exp $ + +EAPI=2 + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit python distutils + +DESCRIPTION="Tools for implementing the Observer programming pattern in Python" +HOMEPAGE="http://home.gna.org/py-notify" +SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |