idella4 15/07/01 08:43:45 Modified: ChangeLog Added: pyalsaaudio-0.8.2.ebuild Removed: pyalsaaudio-0.7-r1.ebuild Log: bump one rm one (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.46 dev-python/pyalsaaudio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 9 Jun 2015 15:55:15 -0000 1.45 +++ ChangeLog 1 Jul 2015 08:43:45 -0000 1.46 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyalsaaudio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.45 2015/06/09 15:55:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.46 2015/07/01 08:43:45 idella4 Exp $ + +*pyalsaaudio-0.8.2 (01 Jul 2015) + + 01 Jul 2015; Ian Delaney <[email protected]> +pyalsaaudio-0.8.2.ebuild, + -pyalsaaudio-0.7-r1.ebuild: + bump one rm one 09 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml 1.1 dev-python/pyalsaaudio/pyalsaaudio-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.8.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.8.2.ebuild?rev=1.1&content-type=text/plain Index: pyalsaaudio-0.8.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.8.2.ebuild,v 1.1 2015/07/01 08:43:44 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 toolchain-funcs DESCRIPTION="A Python wrapper for the ALSA API" HOMEPAGE="http://www.sourceforge.net/projects/pyalsaaudio http://pypi.python.org/pypi/pyalsaaudio" SRC_URI="mirror://sourceforge/pyalsaaudio/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" IUSE="doc" RDEPEND="media-libs/alsa-lib" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )" RESTRICT="test" # Direct access to ALSA, shouln't be used python_compile_all() { use doc && emake -C doc html } python_compile() { python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" distutils-r1_python_compile } python_install_all() { use doc && local HTML_DOCS=( doc/html/. ) local EXAMPLES=( *test.py ) distutils-r1_python_install_all }
