diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 02:17:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 02:17:53 +0000 |
commit | d1bc4e7350053f4d0d134e0af96d2118d5c2dbdf (patch) | |
tree | e04cfb4d20929cee7b3568036f5b8ed6174c6a1f /dev-python/inotifyx | |
parent | Restrict mirror and binchecks. This package is built by Mozilla so the binari... (diff) | |
download | gentoo-2-d1bc4e7350053f4d0d134e0af96d2118d5c2dbdf.tar.gz gentoo-2-d1bc4e7350053f4d0d134e0af96d2118d5c2dbdf.tar.bz2 gentoo-2-d1bc4e7350053f4d0d134e0af96d2118d5c2dbdf.zip |
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/inotifyx')
-rw-r--r-- | dev-python/inotifyx/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/inotifyx/inotifyx-0.1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/inotifyx/inotifyx-0.2.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/inotifyx/ChangeLog b/dev-python/inotifyx/ChangeLog index ceb44f5ce231..68b5c45afd9c 100644 --- a/dev-python/inotifyx/ChangeLog +++ b/dev-python/inotifyx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/inotifyx -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v 1.4 2011/07/28 23:20:15 patrick Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v 1.5 2012/02/22 02:17:53 patrick Exp $ + + 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> inotifyx-0.1.1.ebuild, + inotifyx-0.2.0.ebuild: + Restricting jython *inotifyx-0.2.0 (28 Jul 2011) diff --git a/dev-python/inotifyx/inotifyx-0.1.1.ebuild b/dev-python/inotifyx/inotifyx-0.1.1.ebuild index c3aa2963fdd8..36625e23ad2c 100644 --- a/dev-python/inotifyx/inotifyx-0.1.1.ebuild +++ b/dev-python/inotifyx/inotifyx-0.1.1.ebuild @@ -1,9 +1,10 @@ -# 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/inotifyx/inotifyx-0.1.1.ebuild,v 1.2 2010/01/05 14:29:54 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/inotifyx-0.1.1.ebuild,v 1.3 2012/02/22 02:17:53 patrick Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="*-jython 3.*" inherit distutils @@ -18,7 +19,6 @@ IUSE="" DEPEND="" RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" src_test() { testing() { diff --git a/dev-python/inotifyx/inotifyx-0.2.0.ebuild b/dev-python/inotifyx/inotifyx-0.2.0.ebuild index c0a4ba5255d2..2129541efba3 100644 --- a/dev-python/inotifyx/inotifyx-0.2.0.ebuild +++ b/dev-python/inotifyx/inotifyx-0.2.0.ebuild @@ -1,9 +1,10 @@ -# 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/inotifyx/inotifyx-0.2.0.ebuild,v 1.1 2011/07/28 23:20:15 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/inotifyx-0.2.0.ebuild,v 1.2 2012/02/22 02:17:53 patrick Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="*-jython 3.*" inherit distutils @@ -18,7 +19,6 @@ IUSE="" DEPEND="" RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" src_test() { testing() { |