summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/keyring')
-rw-r--r--dev-python/keyring/ChangeLog7
-rw-r--r--dev-python/keyring/keyring-1.0.ebuild6
-rw-r--r--dev-python/keyring/keyring-1.5-r1.ebuild6
-rw-r--r--dev-python/keyring/keyring-1.5.ebuild6
-rw-r--r--dev-python/keyring/keyring-1.6.1.ebuild6
-rw-r--r--dev-python/keyring/keyring-3.1.ebuild6
-rw-r--r--dev-python/keyring/keyring-3.3.ebuild6
-rw-r--r--dev-python/keyring/keyring-3.7.ebuild4
8 files changed, 26 insertions, 21 deletions
diff --git a/dev-python/keyring/ChangeLog b/dev-python/keyring/ChangeLog
index d322dc0234e4..f8e202014785 100644
--- a/dev-python/keyring/ChangeLog
+++ b/dev-python/keyring/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/keyring
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v 1.19 2015/02/01 13:48:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v 1.20 2015/04/08 08:04:55 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> keyring-1.0.ebuild,
+ keyring-1.5-r1.ebuild, keyring-1.5.ebuild, keyring-1.6.1.ebuild,
+ keyring-3.1.ebuild, keyring-3.3.ebuild, keyring-3.7.ebuild:
+ Drop old Python implementations
01 Feb 2015; Agostino Sarubbo <ago@gentoo.org> keyring-3.7.ebuild:
Stable for x86, wrt bug #524690
diff --git a/dev-python/keyring/keyring-1.0.ebuild b/dev-python/keyring/keyring-1.0.ebuild
index a726b5e25bcc..550832563c52 100644
--- a/dev-python/keyring/keyring-1.0.ebuild
+++ b/dev-python/keyring/keyring-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild,v 1.8 2014/07/06 12:42:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild,v 1.9 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
diff --git a/dev-python/keyring/keyring-1.5-r1.ebuild b/dev-python/keyring/keyring-1.5-r1.ebuild
index 57eb6a3cdcae..3e3d79e37e2e 100644
--- a/dev-python/keyring/keyring-1.5-r1.ebuild
+++ b/dev-python/keyring/keyring-1.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.5-r1.ebuild,v 1.5 2014/07/06 12:42:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.5-r1.ebuild,v 1.6 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 python3_3 pypy )
#tests restricted due to unpackaged dependancies
RESTRICT="test"
diff --git a/dev-python/keyring/keyring-1.5.ebuild b/dev-python/keyring/keyring-1.5.ebuild
index d9ddb4a7254b..1f15186a0d08 100644
--- a/dev-python/keyring/keyring-1.5.ebuild
+++ b/dev-python/keyring/keyring-1.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.5.ebuild,v 1.4 2014/07/06 12:42:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.5.ebuild,v 1.5 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 python3_3 pypy )
#tests restricted due to unpackaged dependancies
RESTRICT="test"
diff --git a/dev-python/keyring/keyring-1.6.1.ebuild b/dev-python/keyring/keyring-1.6.1.ebuild
index 81f8c8138a3e..5c0968565364 100644
--- a/dev-python/keyring/keyring-1.6.1.ebuild
+++ b/dev-python/keyring/keyring-1.6.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.6.1.ebuild,v 1.2 2014/07/06 12:42:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.6.1.ebuild,v 1.3 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} )
+PYTHON_COMPAT=( python2_7 python3_3 )
inherit distutils-r1
DESCRIPTION="Provides access to the system keyring service"
diff --git a/dev-python/keyring/keyring-3.1.ebuild b/dev-python/keyring/keyring-3.1.ebuild
index 563ddc011a59..f282d53dcea6 100644
--- a/dev-python/keyring/keyring-3.1.ebuild
+++ b/dev-python/keyring/keyring-3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.1.ebuild,v 1.3 2014/07/06 12:42:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.1.ebuild,v 1.4 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 python3_3 pypy )
#tests restricted due to unpackaged dependancies
RESTRICT="test"
diff --git a/dev-python/keyring/keyring-3.3.ebuild b/dev-python/keyring/keyring-3.3.ebuild
index ddc3842660d9..4d560e9c2fd0 100644
--- a/dev-python/keyring/keyring-3.3.ebuild
+++ b/dev-python/keyring/keyring-3.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.3.ebuild,v 1.3 2014/07/06 12:42:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.3.ebuild,v 1.4 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0)
+PYTHON_COMPAT=( python2_7 python3_3 pypy)
inherit distutils-r1
DESCRIPTION="Provides access to the system keyring service"
diff --git a/dev-python/keyring/keyring-3.7.ebuild b/dev-python/keyring/keyring-3.7.ebuild
index 3c7810ca985c..0355944c4edf 100644
--- a/dev-python/keyring/keyring-3.7.ebuild
+++ b/dev-python/keyring/keyring-3.7.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild,v 1.6 2015/02/01 13:48:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild,v 1.7 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3,3_4} pypy pypy2_0)
+PYTHON_COMPAT=( python2_7 python{3_3,3_4} pypy)
inherit distutils-r1
DESCRIPTION="Provides access to the system keyring service"