idella4 14/04/02 05:26:04 Modified: ChangeLog Added: pyacoustid-1.0.0-r1.ebuild Log: revbump; add IUSE examples, install_all phase, fixes Bug #493326 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.7 dev-python/pyacoustid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 22 Mar 2014 18:55:30 -0000 1.6 +++ ChangeLog 2 Apr 2014 05:26:04 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyacoustid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/ChangeLog,v 1.6 2014/03/22 18:55:30 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/ChangeLog,v 1.7 2014/04/02 05:26:04 idella4 Exp $ + +*pyacoustid-1.0.0-r1 (02 Apr 2014) + + 02 Apr 2014; Ian Delaney <idel...@gentoo.org> +pyacoustid-1.0.0-r1.ebuild: + revbump; add IUSE examples, install_all phase, fixes Bug #493326 22 Mar 2014; Michael Palimaka <kensing...@gentoo.org> -pyacoustid-0.7.ebuild: Remove old. 1.1 dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild?rev=1.1&content-type=text/plain Index: pyacoustid-1.0.0-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/pyacoustid/pyacoustid-1.0.0-r1.ebuild,v 1.1 2014/04/02 05:26:04 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="Python module for Chromaprint acoustic fingerprinting and the Acoustid API" HOMEPAGE="http://pypi.python.org/pypi/pyacoustid" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="media-libs/chromaprint dev-python/audioread[${PYTHON_USEDEP}]" python_install_all() { use examples && local EXAMPLES=( ./aidmatch.py) distutils-r1_python_install_all }