ssuominen 14/04/01 09:19:54 Modified: ChangeLog Added: eyeD3-0.7.4-r1.ebuild Log: Replace "python" with content of EPYTHON variable in /usr/bin/eyeD3 wrt #506422 by Andrew Udvare (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.68 dev-python/eyeD3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 10 Mar 2014 17:36:22 -0000 1.67 +++ ChangeLog 1 Apr 2014 09:19:53 -0000 1.68 @@ -1,6 +1,12 @@ # 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.67 2014/03/10 17:36:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.68 2014/04/01 09:19:53 ssuominen Exp $ + +*eyeD3-0.7.4-r1 (01 Apr 2014) + + 01 Apr 2014; Samuli Suominen <[email protected]> +eyeD3-0.7.4-r1.ebuild: + Replace "python" with content of EPYTHON variable in /usr/bin/eyeD3 wrt + #506422 by Andrew Udvare 10 Mar 2014; Samuli Suominen <[email protected]> eyeD3-0.6.18-r1.ebuild: Remove temporary dependency for the eyeD3 binary since every reverse 1.1 dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild?rev=1.1&content-type=text/plain Index: eyeD3-0.7.4-r1.ebuild =================================================================== # 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-r1.ebuild,v 1.1 2014/04/01 09:19:53 ssuominen Exp $ EAPI=5 # For python3_{2,3}, see bugs 501338, 501340 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python" HOMEPAGE="http://eyed3.nicfit.net/" SRC_URI="http://eyed3.nicfit.net/releases/${P}.tgz" LICENSE="GPL-2" SLOT="0.7" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0" DEPEND="${RDEPEND} dev-python/paver[${PYTHON_USEDEP}]" python_install() { distutils-r1_python_install sed -i -e "s:python:${EPYTHON}:" "${ED}"/usr/bin/${PN} } python_install_all() { dodoc AUTHORS ChangeLog README.rst distutils-r1_python_install_all }
