summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-22 05:40:42 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-22 05:40:42 +0000
commit62cbee24d8a1f096578d3b70c84281c653415587 (patch)
tree7ccf059a4cfab8b49758e4bbfce20efaf64aacb4 /dev-python/hglib
parentRestricting jython (diff)
downloadhistorical-62cbee24d8a1f096578d3b70c84281c653415587.tar.gz
historical-62cbee24d8a1f096578d3b70c84281c653415587.tar.bz2
historical-62cbee24d8a1f096578d3b70c84281c653415587.zip
Restricting pypy
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/hglib')
-rw-r--r--dev-python/hglib/ChangeLog7
-rw-r--r--dev-python/hglib/Manifest4
-rw-r--r--dev-python/hglib/hglib-0.1.ebuild6
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-python/hglib/ChangeLog b/dev-python/hglib/ChangeLog
index 87d88c71ab53..df6e44aff18c 100644
--- a/dev-python/hglib/ChangeLog
+++ b/dev-python/hglib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/hglib
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/ChangeLog,v 1.1 2011/12/04 12:14:33 maksbotan Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/ChangeLog,v 1.2 2012/02/22 05:40:42 patrick Exp $
+
+ 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> hglib-0.1.ebuild:
+ Restricting pypy
*hglib-0.1 (04 Dec 2011)
diff --git a/dev-python/hglib/Manifest b/dev-python/hglib/Manifest
index 73e75d662591..1e922cd746c5 100644
--- a/dev-python/hglib/Manifest
+++ b/dev-python/hglib/Manifest
@@ -1,4 +1,4 @@
DIST python-hglib-0.1.tar.gz 24412 RMD160 f61f71948cf85899b75fee599c4896b769309be0 SHA1 b9fd096d759dd459e97e00c045e199e0cb10b0dc SHA256 f9e031e50d19ee59d2f40e51794b1ecb69db41b3faa52bda8e3abb8d53babf9e
-EBUILD hglib-0.1.ebuild 927 RMD160 792565648d77ca757d6dcd7dd74b966b1f838dc0 SHA1 e739127ece2764f9f194822294feb58bf71455de SHA256 b031f1ab0301f2562e7014e41a6492aa0443341e1cbfa10490a33d12b632bcb4
-MISC ChangeLog 398 RMD160 8e4ca2228c849ca688a863ffe3ff58e844163824 SHA1 04e14a2f2a893ee7519058226a39332e098127de SHA256 d2f7a48d9609388234955b801acb65ce9e750b6cf6fc7edc73a94ee9a6fb2de1
+EBUILD hglib-0.1.ebuild 936 RMD160 3ea494791e594033112e137a97d14dd70ace8332 SHA1 1774b6bd890c803544735479be6384e6e6593714 SHA256 ec94d0c274328f3ff88fe348afe10dfa37ffc7a0c14e0a561fddac16f8a9d57b
+MISC ChangeLog 484 RMD160 e7b78d6b9b23df52ee193229afa1faa077138d2c SHA1 488a46fe6058997383a0e778207b2743e315a48e SHA256 dec77e6f691d6af1b18d05fae1a92957930c223d52adecd3f02e274a12b4128d
MISC metadata.xml 357 RMD160 3a97e4a5712124574f105dc71a659d07bb16ae20 SHA1 d9812e86e4341cc91eaaa7b60cea0a920c6b321f SHA256 edfb1bb504696c6207d87ca6ba3cca10d54eaeae6bf33b71be53af75e4557cb7
diff --git a/dev-python/hglib/hglib-0.1.ebuild b/dev-python/hglib/hglib-0.1.ebuild
index e4ba42842bed..8d0d07a71ea6 100644
--- a/dev-python/hglib/hglib-0.1.ebuild
+++ b/dev-python/hglib/hglib-0.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/hglib/hglib-0.1.ebuild,v 1.1 2011/12/04 12:14:33 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/hglib-0.1.ebuild,v 1.2 2012/02/22 05:40:42 patrick Exp $
EAPI=3
PYTHON_DEPEND="2"
PYTHON_USE_WITH="threads"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 2.6 3.* *-jython"
+RESTRICT_PYTHON_ABIS="2.5 2.6 3.* *-jython 2.7-pypy-*"
MY_P="python-${P}"
MY_PN="python-${PN}"