summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-21 08:43:46 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-21 08:43:46 +0000
commitf654ea88b2b3763201ce2ee71965c757ed9f22c8 (patch)
treee1d0a8b4913f01586f541f437d36001fc733248d /dev-python/py-notify
parentVersion bump. (diff)
downloadgentoo-2-f654ea88b2b3763201ce2ee71965c757ed9f22c8.tar.gz
gentoo-2-f654ea88b2b3763201ce2ee71965c757ed9f22c8.tar.bz2
gentoo-2-f654ea88b2b3763201ce2ee71965c757ed9f22c8.zip
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/py-notify')
-rw-r--r--dev-python/py-notify/ChangeLog8
-rw-r--r--dev-python/py-notify/py-notify-0.2.1.ebuild6
-rw-r--r--dev-python/py-notify/py-notify-0.3.1.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/py-notify/ChangeLog b/dev-python/py-notify/ChangeLog
index 1376b8feecf5..e85efabe99f9 100644
--- a/dev-python/py-notify/ChangeLog
+++ b/dev-python/py-notify/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/py-notify
-# 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 $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/ChangeLog,v 1.3 2012/02/21 08:43:46 patrick Exp $
+
+ 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> py-notify-0.2.1.ebuild,
+ py-notify-0.3.1.ebuild:
+ Restricting jython
*py-notify-0.3.1 (13 Sep 2011)
diff --git a/dev-python/py-notify/py-notify-0.2.1.ebuild b/dev-python/py-notify/py-notify-0.2.1.ebuild
index 8bcf3a5960f1..332c0fb15122 100644
--- a/dev-python/py-notify/py-notify-0.2.1.ebuild
+++ b/dev-python/py-notify/py-notify-0.2.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 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.2.1.ebuild,v 1.1 2010/08/20 09:37:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/py-notify-0.2.1.ebuild,v 1.2 2012/02/21 08:43:46 patrick Exp $
EAPI=2
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit python distutils
diff --git a/dev-python/py-notify/py-notify-0.3.1.ebuild b/dev-python/py-notify/py-notify-0.3.1.ebuild
index 5e46d82fc99b..d85acc751a55 100644
--- a/dev-python/py-notify/py-notify-0.3.1.ebuild
+++ b/dev-python/py-notify/py-notify-0.3.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/py-notify-0.3.1.ebuild,v 1.2 2012/02/21 08:43:46 patrick Exp $
EAPI=2
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit python distutils