summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 08:05:30 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 08:05:30 +0000
commitf64d0521464b356a5fbd5b88883e3d0870610810 (patch)
tree83cd027b30ee7eee65600e30cb8f1cac1fbfd68e /dev-python/compizconfig-python
parentAdd missing deps, bug #545472 (diff)
downloadhistorical-f64d0521464b356a5fbd5b88883e3d0870610810.tar.gz
historical-f64d0521464b356a5fbd5b88883e3d0870610810.tar.bz2
historical-f64d0521464b356a5fbd5b88883e3d0870610810.zip
Drop old Python implementations
Package-Manager: portage-2.2.18/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-python/compizconfig-python')
-rw-r--r--dev-python/compizconfig-python/ChangeLog8
-rw-r--r--dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/compizconfig-python/ChangeLog b/dev-python/compizconfig-python/ChangeLog
index 94c2b2f8609a..6c090390465a 100644
--- a/dev-python/compizconfig-python/ChangeLog
+++ b/dev-python/compizconfig-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/compizconfig-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.30 2013/08/25 14:58:39 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.31 2015/04/08 08:05:02 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org>
+ compizconfig-python-0.8.4-r5.ebuild:
+ Drop old Python implementations
25 Aug 2013; Sergey Popov <pinkbyte@gentoo.org>
-compizconfig-python-0.8.4-r4.ebuild, compizconfig-python-0.8.4-r5.ebuild:
diff --git a/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild b/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild
index 8defefd372d3..a4565ea3c8b7 100644
--- a/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild
+++ b/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 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/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild,v 1.2 2013/08/25 14:58:39 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild,v 1.3 2015/04/08 08:05:02 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
inherit eutils autotools-utils python-r1
DESCRIPTION="Compizconfig Python Bindings"