* [gentoo-commits] gentoo-x86 commit in dev-python/python-mpd: python-mpd-0.4.6.ebuild python-mpd-0.5.1.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:46:42
Modified: python-mpd-0.4.6.ebuild python-mpd-0.5.1.ebuild
ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 dev-python/python-mpd/python-mpd-0.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/python-mpd-0.4.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/python-mpd-0.4.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/python-mpd-0.4.6.ebuild?r1=1.1&r2=1.2
Index: python-mpd-0.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-mpd-0.4.6.ebuild 8 Jan 2013 18:49:18 -0000 1.1
+++ python-mpd-0.4.6.ebuild 5 Sep 2013 18:46:42 -0000 1.2
@@ -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/dev-python/python-mpd/python-mpd-0.4.6.ebuild,v 1.1 2013/01/08 18:49:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.4.6.ebuild,v 1.2 2013/09/05 18:46:42 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1 vcs-snapshot
1.5 dev-python/python-mpd/python-mpd-0.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.1.ebuild?r1=1.4&r2=1.5
Index: python-mpd-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-mpd-0.5.1.ebuild 26 Apr 2013 12:42:28 -0000 1.4
+++ python-mpd-0.5.1.ebuild 5 Sep 2013 18:46:42 -0000 1.5
@@ -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/dev-python/python-mpd/python-mpd-0.5.1.ebuild,v 1.4 2013/04/26 12:42:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.1.ebuild,v 1.5 2013/09/05 18:46:42 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1 vcs-snapshot
1.34 dev-python/python-mpd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-mpd/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 22 Jul 2013 10:23:26 -0000 1.33
+++ ChangeLog 5 Sep 2013 18:46:42 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-mpd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/ChangeLog,v 1.33 2013/07/22 10:23:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/ChangeLog,v 1.34 2013/09/05 18:46:42 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-mpd-0.4.6.ebuild,
+ python-mpd-0.5.1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
22 Jul 2013; Michał Górny <mgorny@gentoo.org> -python-mpd-0.4.3.ebuild:
Drop the old version using long-deprecated python-distutils-ng.eclass.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-05 18:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 18:46 [gentoo-commits] gentoo-x86 commit in dev-python/python-mpd: python-mpd-0.4.6.ebuild python-mpd-0.5.1.ebuild ChangeLog Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox