summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 17:54:03 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 17:54:03 +0000
commitf836eadc4a96c6af371b69e0be116f280451356b (patch)
tree99602001b1a18998895cbc2b9c3890b773a96173 /dev-util/cligh
parentDrop old Python implementations (diff)
downloadgentoo-2-f836eadc4a96c6af371b69e0be116f280451356b.tar.gz
gentoo-2-f836eadc4a96c6af371b69e0be116f280451356b.tar.bz2
gentoo-2-f836eadc4a96c6af371b69e0be116f280451356b.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/cligh')
-rw-r--r--dev-util/cligh/ChangeLog6
-rw-r--r--dev-util/cligh/cligh-0.1_p20120630.ebuild6
-rw-r--r--dev-util/cligh/cligh-0.2.ebuild6
-rw-r--r--dev-util/cligh/cligh-9999.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-util/cligh/ChangeLog b/dev-util/cligh/ChangeLog
index e70864e24309..1ed3fa4eb253 100644
--- a/dev-util/cligh/ChangeLog
+++ b/dev-util/cligh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cligh
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/ChangeLog,v 1.4 2015/03/22 20:20:59 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/ChangeLog,v 1.5 2015/04/08 17:54:02 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> cligh-0.1_p20120630.ebuild,
+ cligh-0.2.ebuild, cligh-9999.ebuild:
+ Drop old Python implementations
22 Mar 2015; William Hubbs <williamh@gentoo.org> cligh-9999.ebuild:
Upstream moved to python 3.x
diff --git a/dev-util/cligh/cligh-0.1_p20120630.ebuild b/dev-util/cligh/cligh-0.1_p20120630.ebuild
index ed7d44d4edfc..a93122bc30e0 100644
--- a/dev-util/cligh/cligh-0.1_p20120630.ebuild
+++ b/dev-util/cligh/cligh-0.1_p20120630.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-util/cligh/cligh-0.1_p20120630.ebuild,v 1.2 2014/07/06 12:51:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/cligh-0.1_p20120630.ebuild,v 1.3 2015/04/08 17:54:02 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 vcs-snapshot
diff --git a/dev-util/cligh/cligh-0.2.ebuild b/dev-util/cligh/cligh-0.2.ebuild
index ad1b55829ec6..94e3b205fb5f 100644
--- a/dev-util/cligh/cligh-0.2.ebuild
+++ b/dev-util/cligh/cligh-0.2.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-util/cligh/cligh-0.2.ebuild,v 1.2 2014/07/06 12:51:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/cligh-0.2.ebuild,v 1.3 2015/04/08 17:54:02 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
diff --git a/dev-util/cligh/cligh-9999.ebuild b/dev-util/cligh/cligh-9999.ebuild
index 4d486fd1fd35..58c807b0c9c1 100644
--- a/dev-util/cligh/cligh-9999.ebuild
+++ b/dev-util/cligh/cligh-9999.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-util/cligh/cligh-9999.ebuild,v 1.3 2015/03/22 20:20:59 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/cligh-9999.ebuild,v 1.4 2015/04/08 17:54:02 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4} )
inherit distutils-r1 git-2