mgorny      14/06/11 14:06:32

  Modified:             eyeD3-0.7.4-r2.ebuild ChangeLog
  Log:
  Remove the python-magic dependency wrt bug #488270, and remove the 
pavement.py line that tries to install it instead.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.1&r2=1.2

Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eyeD3-0.7.4-r2.ebuild       11 Jun 2014 13:52:58 -0000      1.1
+++ eyeD3-0.7.4-r2.ebuild       11 Jun 2014 14:06:32 -0000      1.2
@@ -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/eyeD3/eyeD3-0.7.4-r2.ebuild,v 
1.1 2014/06/11 13:52:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 
1.2 2014/06/11 14:06:32 mgorny Exp $
 
 EAPI=5
 
@@ -19,14 +19,15 @@
 KEYWORDS="~amd64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE=""
 
-RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0
-       dev-python/python-magic[${PYTHON_USEDEP}]"
+RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
 DEPEND="${RDEPEND}
        dev-python/paver[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
        # prevent the build system from installing unwrapped bash script
-       sed -i -e '/scripts/d' pavement.py || die
+       # and prevent it from pulling optional python-magic
+       sed -i -e '/scripts/d' \
+               -e '/install_requires/d' pavement.py || die
 
        distutils-r1_python_prepare_all
 }



1.70                 dev-python/eyeD3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.70&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.70&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   11 Jun 2014 13:52:58 -0000      1.69
+++ ChangeLog   11 Jun 2014 14:06:32 -0000      1.70
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/eyeD3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.69 
2014/06/11 13:52:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.70 
2014/06/11 14:06:32 mgorny Exp $
+
+  11 Jun 2014; Michał Górny <[email protected]> eyeD3-0.7.4-r2.ebuild:
+  Remove the python-magic dependency wrt bug #488270, and remove the 
pavement.py
+  line that tries to install it instead.
 
 *eyeD3-0.7.4-r2 (11 Jun 2014)
 




Reply via email to