diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:57:17 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:57:17 +0000 |
commit | a422bb936ed66799d90233c9eddb90c5260ca91c (patch) | |
tree | 86eb7c2a8ce6ba4cc4f1bfd8778ae0a164914cf7 | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-a422bb936ed66799d90233c9eddb90c5260ca91c.tar.gz gentoo-2-a422bb936ed66799d90233c9eddb90c5260ca91c.tar.bz2 gentoo-2-a422bb936ed66799d90233c9eddb90c5260ca91c.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-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/flacon/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/flacon/flacon-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lilypond/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.16.2.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.17.23.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.17.24.ebuild | 4 | ||||
-rw-r--r-- | media-sound/volti/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/volti/volti-0.2.3-r1.ebuild | 4 |
10 files changed, 29 insertions, 17 deletions
diff --git a/media-sound/csound/ChangeLog b/media-sound/csound/ChangeLog index ed2978d98522..0fe1665afb34 100644 --- a/media-sound/csound/ChangeLog +++ b/media-sound/csound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/csound # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.29 2013/01/08 06:12:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.30 2013/09/05 18:57:17 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> csound-5.19.01.ebuild: + Clean up PYTHON_COMPAT from old implementations. 08 Jan 2013; Tim Harder <radhermit@gentoo.org> csound-5.19.01.ebuild: Run python-single-r1_pkg_setup if tests are enabled. @@ -130,4 +133,3 @@ +files/csound-5.16.6-install.patch, +files/csound-5.16.6-scons.patch, +files/csound-5.16.6-tests.patch, +metadata.xml: Initial import. Ebuild by me. - diff --git a/media-sound/csound/csound-5.19.01.ebuild b/media-sound/csound/csound-5.19.01.ebuild index 2ccf77bc587e..1d290cf0d54e 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-2013 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.3 2013/01/08 06:12:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.19.01.ebuild,v 1.4 2013/09/05 18:57:17 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit eutils multilib java-pkg-opt-2 cmake-utils toolchain-funcs versionator python-single-r1 diff --git a/media-sound/flacon/ChangeLog b/media-sound/flacon/ChangeLog index 84aaf020cf1d..1de78c4dc211 100644 --- a/media-sound/flacon/ChangeLog +++ b/media-sound/flacon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/flacon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/flacon/ChangeLog,v 1.12 2013/07/04 12:17:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/flacon/ChangeLog,v 1.13 2013/09/05 18:57:17 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> flacon-0.8.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> flacon-0.7.2.ebuild: Stable for x86, wrt bug #471668 diff --git a/media-sound/flacon/flacon-0.8.0.ebuild b/media-sound/flacon/flacon-0.8.0.ebuild index 53669c763716..515ebab6e2af 100644 --- a/media-sound/flacon/flacon-0.8.0.ebuild +++ b/media-sound/flacon/flacon-0.8.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/flacon/flacon-0.8.0.ebuild,v 1.2 2013/05/29 13:12:57 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/flacon/flacon-0.8.0.ebuild,v 1.3 2013/09/05 18:57:17 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PLOCALES="cs_CZ es_MX fr gl it pl_PL pt_BR ro_RO ru si_LK uk zh_CN zh_TW" inherit python-single-r1 l10n diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog index 07e6119f71f2..fa4fc6c1dd77 100644 --- a/media-sound/lilypond/ChangeLog +++ b/media-sound/lilypond/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lilypond # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.162 2013/09/02 08:12:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.163 2013/09/05 18:57:17 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> lilypond-2.16.2.ebuild, + lilypond-2.17.23.ebuild, lilypond-2.17.24.ebuild: + Clean up PYTHON_COMPAT from old implementations. 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> lilypond-2.16.2.ebuild: Stable for x86, wrt bug #441398 diff --git a/media-sound/lilypond/lilypond-2.16.2.ebuild b/media-sound/lilypond/lilypond-2.16.2.ebuild index a3ba09ee6fd2..c527a3f09219 100644 --- a/media-sound/lilypond/lilypond-2.16.2.ebuild +++ b/media-sound/lilypond/lilypond-2.16.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.16.2.ebuild,v 1.4 2013/09/02 08:12:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.16.2.ebuild,v 1.5 2013/09/05 18:57:17 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit elisp-common autotools eutils python-single-r1 diff --git a/media-sound/lilypond/lilypond-2.17.23.ebuild b/media-sound/lilypond/lilypond-2.17.23.ebuild index 7fc573a52975..83440fc80515 100644 --- a/media-sound/lilypond/lilypond-2.17.23.ebuild +++ b/media-sound/lilypond/lilypond-2.17.23.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.17.23.ebuild,v 1.1 2013/07/30 06:18:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.17.23.ebuild,v 1.2 2013/09/05 18:57:17 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit elisp-common autotools eutils python-single-r1 diff --git a/media-sound/lilypond/lilypond-2.17.24.ebuild b/media-sound/lilypond/lilypond-2.17.24.ebuild index 7bf339bbfd99..ca3afa708561 100644 --- a/media-sound/lilypond/lilypond-2.17.24.ebuild +++ b/media-sound/lilypond/lilypond-2.17.24.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.17.24.ebuild,v 1.1 2013/08/16 04:04:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.17.24.ebuild,v 1.2 2013/09/05 18:57:17 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit elisp-common autotools eutils python-single-r1 diff --git a/media-sound/volti/ChangeLog b/media-sound/volti/ChangeLog index a3cba14e43ff..5803d1db1076 100644 --- a/media-sound/volti/ChangeLog +++ b/media-sound/volti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/volti # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/volti/ChangeLog,v 1.6 2013/05/20 01:19:40 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/volti/ChangeLog,v 1.7 2013/09/05 18:57:16 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> volti-0.2.3-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 20 May 2013; Matthew Thode <prometheanfire@gentoo.org> volti-0.2.3-r1.ebuild: update volti's deps diff --git a/media-sound/volti/volti-0.2.3-r1.ebuild b/media-sound/volti/volti-0.2.3-r1.ebuild index daf9f91013ac..024ad9b22f80 100644 --- a/media-sound/volti/volti-0.2.3-r1.ebuild +++ b/media-sound/volti/volti-0.2.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/volti/volti-0.2.3-r1.ebuild,v 1.2 2013/05/20 01:19:40 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/volti/volti-0.2.3-r1.ebuild,v 1.3 2013/09/05 18:57:16 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 |