summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-09-13 14:51:59 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-09-13 14:51:59 +0000
commit0e923eeab3c5cd8130398ca8f95b23f1f2b6657a (patch)
tree7dc7eaf7ff01cc5d1dd6f2286499f17102b7c17f /dev-python/py-notify
parentVersion bump to latest, drop older. (diff)
downloadhistorical-0e923eeab3c5cd8130398ca8f95b23f1f2b6657a.tar.gz
historical-0e923eeab3c5cd8130398ca8f95b23f1f2b6657a.tar.bz2
historical-0e923eeab3c5cd8130398ca8f95b23f1f2b6657a.zip
Version bump
Package-Manager: portage-2.2.0_alpha55/cvs/Linux x86_64
Diffstat (limited to 'dev-python/py-notify')
-rw-r--r--dev-python/py-notify/ChangeLog9
-rw-r--r--dev-python/py-notify/py-notify-0.3.1.ebuild20
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=""