mgorny 14/06/11 14:20:03 Modified: ChangeLog Added: eyeD3-0.6.18-r2.ebuild Log: Convert the :0 slot to distutils-r1. Clean up. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.71 dev-python/eyeD3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.70&r2=1.71 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 11 Jun 2014 14:06:32 -0000 1.70 +++ ChangeLog 11 Jun 2014 14:20:03 -0000 1.71 @@ -1,6 +1,11 @@ # 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.70 2014/06/11 14:06:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.71 2014/06/11 14:20:03 mgorny Exp $ + +*eyeD3-0.6.18-r2 (11 Jun 2014) + + 11 Jun 2014; Michał Górny <[email protected]> +eyeD3-0.6.18-r2.ebuild: + Convert the :0 slot to distutils-r1. Clean up. 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 1.1 dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild?rev=1.1&content-type=text/plain Index: eyeD3-0.6.18-r2.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.6.18-r2.ebuild,v 1.1 2014/06/11 14:20:03 mgorny Exp $ EAPI=5 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}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" python_configure_all() { econf } python_install_all() { local DOCS=( AUTHORS ChangeLog NEWS README TODO ) local HTML_DOCS=( *.html ) distutils-r1_python_install_all }
