summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 18:22:37 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 18:22:37 +0000
commit7ab59af43bb019599cadefa35727ca70f8c9c399 (patch)
treec4e7b8f5b9ae5ee0beedf47aa6be456c37d6f46c /sci-misc
parentDrop old Python implementations (diff)
downloadgentoo-2-7ab59af43bb019599cadefa35727ca70f8c9c399.tar.gz
gentoo-2-7ab59af43bb019599cadefa35727ca70f8c9c399.tar.bz2
gentoo-2-7ab59af43bb019599cadefa35727ca70f8c9c399.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/pythoncad/ChangeLog7
-rw-r--r--sci-misc/pythoncad/pythoncad-1.37-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-misc/pythoncad/ChangeLog b/sci-misc/pythoncad/ChangeLog
index 7fc7bc30f544..0564ed34923b 100644
--- a/sci-misc/pythoncad/ChangeLog
+++ b/sci-misc/pythoncad/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-misc/pythoncad
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.10 2013/06/08 11:44:01 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.11 2015/04/08 18:22:37 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> pythoncad-1.37-r1.ebuild:
+ Drop old Python implementations
08 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> -pythoncad-1.37.ebuild:
Drop old revision
diff --git a/sci-misc/pythoncad/pythoncad-1.37-r1.ebuild b/sci-misc/pythoncad/pythoncad-1.37-r1.ebuild
index 593a5eda6d27..3f1a98df96c9 100644
--- a/sci-misc/pythoncad/pythoncad-1.37-r1.ebuild
+++ b/sci-misc/pythoncad/pythoncad-1.37-r1.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/sci-misc/pythoncad/pythoncad-1.37-r1.ebuild,v 1.1 2013/06/01 22:28:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.37-r1.ebuild,v 1.2 2015/04/08 18:22:37 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
inherit eutils distutils-r1 versionator
MY_PN="PythonCAD"