diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:59:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:59:43 +0000 |
commit | b551de1bfb9243ba78bc2bbe6a7f56a142abb3db (patch) | |
tree | 3fed09cd098a607f8cd69d20bf1a9e688e042e13 /media-sound/csound | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-b551de1bfb9243ba78bc2bbe6a7f56a142abb3db.tar.gz gentoo-2-b551de1bfb9243ba78bc2bbe6a7f56a142abb3db.tar.bz2 gentoo-2-b551de1bfb9243ba78bc2bbe6a7f56a142abb3db.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-sound/csound')
-rw-r--r-- | media-sound/csound/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/csound/csound-5.19.01.ebuild | 4 | ||||
-rw-r--r-- | media-sound/csound/csound-6.02.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/csound/ChangeLog b/media-sound/csound/ChangeLog index 283d5aa14659..060edfe27fa1 100644 --- a/media-sound/csound/ChangeLog +++ b/media-sound/csound/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/csound # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.36 2015/03/25 16:02:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.37 2015/04/08 17:59:42 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> csound-5.19.01.ebuild, + csound-6.02.ebuild: + Drop old Python implementations 25 Mar 2015; Justin Lecher <jlec@gentoo.org> csound-5.19.01.ebuild, csound-6.02.ebuild, csound-6.03.2.ebuild, csound-6.04.ebuild: diff --git a/media-sound/csound/csound-5.19.01.ebuild b/media-sound/csound/csound-5.19.01.ebuild index 6f126202d9ad..427052aa9086 100644 --- a/media-sound/csound/csound-5.19.01.ebuild +++ b/media-sound/csound/csound-5.19.01.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/media-sound/csound/csound-5.19.01.ebuild,v 1.5 2015/03/25 16:02:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.19.01.ebuild,v 1.6 2015/04/08 17:59:42 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils multilib java-pkg-opt-2 cmake-utils toolchain-funcs versionator python-single-r1 diff --git a/media-sound/csound/csound-6.02.ebuild b/media-sound/csound/csound-6.02.ebuild index 804aa125b633..eb75bd07308c 100644 --- a/media-sound/csound/csound-6.02.ebuild +++ b/media-sound/csound/csound-6.02.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/media-sound/csound/csound-6.02.ebuild,v 1.2 2015/03/25 16:02:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-6.02.ebuild,v 1.3 2015/04/08 17:59:42 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils multilib java-pkg-opt-2 cmake-utils toolchain-funcs versionator python-single-r1 |