mgorny 14/07/06 12:49:07
Modified: python-mpd-0.5.1.ebuild python-mpd-0.5.3.ebuild
ChangeLog
Log:
Clean up obsolete dependencies on virtual/python-argparse and
virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.7 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.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.1.ebuild?rev=1.7&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.6&r2=1.7
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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-mpd-0.5.1.ebuild 31 Mar 2014 20:50:55 -0000 1.6
+++ python-mpd-0.5.1.ebuild 6 Jul 2014 12:49:07 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.6
2014/03/31 20:50:55 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.1.ebuild,v 1.7
2014/07/06 12:49:07 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,8 +16,7 @@
SLOT="0"
IUSE="test"
-DEPEND="test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}] )
+DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( CHANGES.rst PORTING.rst README.rst doc/commands.rst )
1.5 dev-python/python-mpd/python-mpd-0.5.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.3.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.3.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.3.ebuild?r1=1.4&r2=1.5
Index: python-mpd-0.5.3.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-mpd-0.5.3.ebuild 14 Jun 2014 09:50:53 -0000 1.4
+++ python-mpd-0.5.3.ebuild 6 Jul 2014 12:49:07 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.3.ebuild,v 1.4
2014/06/14 09:50:53 phajdan.jr Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.3.ebuild,v 1.5
2014/07/06 12:49:07 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,8 +16,7 @@
SLOT="0"
IUSE="test"
-DEPEND="test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}] )
+DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( doc/changes.rst
doc/topics/{advanced,commands,getting-started,logging}.rst README.rst )
1.39 dev-python/python-mpd/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/ChangeLog?rev=1.39&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/ChangeLog?rev=1.39&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-mpd/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-mpd/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 14 Jun 2014 09:50:53 -0000 1.38
+++ ChangeLog 6 Jul 2014 12:49:07 -0000 1.39
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-mpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/ChangeLog,v 1.38
2014/06/14 09:50:53 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/ChangeLog,v 1.39
2014/07/06 12:49:07 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <[email protected]> python-mpd-0.5.1.ebuild,
+ python-mpd-0.5.3.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
14 Jun 2014; Pawel Hajdan jr <[email protected]> python-mpd-0.5.3.ebuild:
x86 stable wrt bug #509526