summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 21:17:47 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 21:17:47 +0000
commite73076cb2d62aaa406ce81cf967b0ecef2177f70 (patch)
tree7aeefd68f772c7c0cecb9ba7dfa6922377099e40 /sci-libs/bmrblib
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-e73076cb2d62aaa406ce81cf967b0ecef2177f70.tar.gz
gentoo-2-e73076cb2d62aaa406ce81cf967b0ecef2177f70.tar.bz2
gentoo-2-e73076cb2d62aaa406ce81cf967b0ecef2177f70.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 'sci-libs/bmrblib')
-rw-r--r--sci-libs/bmrblib/ChangeLog8
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild6
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild6
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.2.ebuild6
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.3.ebuild6
5 files changed, 18 insertions, 14 deletions
diff --git a/sci-libs/bmrblib/ChangeLog b/sci-libs/bmrblib/ChangeLog
index 674f878b86c5..1e661b94992b 100644
--- a/sci-libs/bmrblib/ChangeLog
+++ b/sci-libs/bmrblib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/bmrblib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/ChangeLog,v 1.7 2013/10/22 15:12:55 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/ChangeLog,v 1.8 2014/03/31 21:17:47 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> bmrblib-1.0.0-r1.ebuild,
+ bmrblib-1.0.1_pre198.ebuild, bmrblib-1.0.2.ebuild, bmrblib-1.0.3.ebuild:
+ Add support for the new PyPy slotting.
*bmrblib-1.0.3 (22 Oct 2013)
diff --git a/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild b/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild
index a04623159108..fbdbf93784d3 100644
--- a/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild
+++ b/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild
@@ -1,10 +1,10 @@
-# 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/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild,v 1.2 2013/09/05 19:04:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild,v 1.3 2014/03/31 21:17:47 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/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild b/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild
index ab630fe52a31..fbed2126282e 100644
--- a/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild
+++ b/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild
@@ -1,10 +1,10 @@
-# 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/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild,v 1.2 2013/09/05 19:04:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild,v 1.3 2014/03/31 21:17:47 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/sci-libs/bmrblib/bmrblib-1.0.2.ebuild b/sci-libs/bmrblib/bmrblib-1.0.2.ebuild
index 482b3cf1f842..dfa2e4e21baf 100644
--- a/sci-libs/bmrblib/bmrblib-1.0.2.ebuild
+++ b/sci-libs/bmrblib/bmrblib-1.0.2.ebuild
@@ -1,10 +1,10 @@
-# 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/sci-libs/bmrblib/bmrblib-1.0.2.ebuild,v 1.2 2013/09/05 19:04:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/bmrblib-1.0.2.ebuild,v 1.3 2014/03/31 21:17:47 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/sci-libs/bmrblib/bmrblib-1.0.3.ebuild b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
index c88fdb637bd2..05c0da8db4e6 100644
--- a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
+++ b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
@@ -1,10 +1,10 @@
-# 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/sci-libs/bmrblib/bmrblib-1.0.3.ebuild,v 1.1 2013/10/22 15:12:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/bmrblib-1.0.3.ebuild,v 1.2 2014/03/31 21:17:47 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