summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 21:02:13 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 21:02:13 +0000
commitb908c1a75649226f710b7640c170d8b878254fba (patch)
tree0b0767a8d90f4214466edf3ee857deb09cb10812 /dev-python/authres
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-b908c1a75649226f710b7640c170d8b878254fba.tar.gz
gentoo-2-b908c1a75649226f710b7640c170d8b878254fba.tar.bz2
gentoo-2-b908c1a75649226f710b7640c170d8b878254fba.zip
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/authres')
-rw-r--r--dev-python/authres/ChangeLog6
-rw-r--r--dev-python/authres/authres-0.501.ebuild6
-rw-r--r--dev-python/authres/authres-0.600.ebuild6
-rw-r--r--dev-python/authres/authres-0.601.ebuild6
-rw-r--r--dev-python/authres/authres-0.602.ebuild4
5 files changed, 16 insertions, 12 deletions
diff --git a/dev-python/authres/ChangeLog b/dev-python/authres/ChangeLog
index 94af9710f165..90b1e2d865fa 100644
--- a/dev-python/authres/ChangeLog
+++ b/dev-python/authres/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/authres
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.17 2014/03/03 23:30:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.18 2014/03/31 21:02:13 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> authres-0.501.ebuild,
+ authres-0.600.ebuild, authres-0.601.ebuild, authres-0.602.ebuild:
+ Add support for the new PyPy slotting.
03 Mar 2014; Pacho Ramos <pacho@gentoo.org> authres-0.602.ebuild:
amd64 stable, bug #474176
diff --git a/dev-python/authres/authres-0.501.ebuild b/dev-python/authres/authres-0.501.ebuild
index 410a9fe63c18..3a70d8a01db2 100644
--- a/dev-python/authres/authres-0.501.ebuild
+++ b/dev-python/authres/authres-0.501.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.501.ebuild,v 1.2 2013/09/05 18:46:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.501.ebuild,v 1.3 2014/03/31 21:02:13 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/authres/authres-0.600.ebuild b/dev-python/authres/authres-0.600.ebuild
index 79536488aa55..84398cb59ffd 100644
--- a/dev-python/authres/authres-0.600.ebuild
+++ b/dev-python/authres/authres-0.600.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.600.ebuild,v 1.2 2013/09/05 18:46:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.600.ebuild,v 1.3 2014/03/31 21:02:13 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/authres/authres-0.601.ebuild b/dev-python/authres/authres-0.601.ebuild
index 5a85ca1cca4f..f78169fe7648 100644
--- a/dev-python/authres/authres-0.601.ebuild
+++ b/dev-python/authres/authres-0.601.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.601.ebuild,v 1.2 2013/09/05 18:46:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.601.ebuild,v 1.3 2014/03/31 21:02:13 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/authres/authres-0.602.ebuild b/dev-python/authres/authres-0.602.ebuild
index 55bfe8bb53c1..d597a1d969c8 100644
--- a/dev-python/authres/authres-0.602.ebuild
+++ b/dev-python/authres/authres-0.602.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.602.ebuild,v 1.4 2014/03/03 23:30:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.602.ebuild,v 1.5 2014/03/31 21:02:13 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1