idella4 14/12/31 11:19:52 Modified: ChangeLog Added: pyao-0.82-r3.ebuild Log: revbump; conversion -> distutils-r1 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.21 dev-python/pyao/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyao/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyao/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyao/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyao/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 21 Feb 2012 08:49:16 -0000 1.20 +++ ChangeLog 31 Dec 2014 11:19:52 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyao -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyao/ChangeLog,v 1.20 2012/02/21 08:49:16 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyao/ChangeLog,v 1.21 2014/12/31 11:19:52 idella4 Exp $ + +*pyao-0.82-r3 (31 Dec 2014) + + 31 Dec 2014; Ian Delaney <[email protected]> +pyao-0.82-r3.ebuild: + revbump; conversion -> distutils-r1 21 Feb 2012; Patrick Lauer <[email protected]> pyao-0.82-r2.ebuild: Restricting jython @@ -69,4 +74,3 @@ 02 Mar 2003; Alastair Tse <[email protected]> pyao-0.81.ebuild files/digest-pyao-0.81 : Initial Ebuild. Thanks to mike wakerly <[email protected]>. Resolves #15979. - 1.1 dev-python/pyao/pyao-0.82-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyao/pyao-0.82-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyao/pyao-0.82-r3.ebuild?rev=1.1&content-type=text/plain Index: pyao-0.82-r3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyao/pyao-0.82-r3.ebuild,v 1.1 2014/12/31 11:19:52 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python bindings for the libao library" HOMEPAGE="http://www.andrewchatham.com/pyogg/" SRC_URI="http://www.andrewchatham.com/pyogg/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc -sparc ~x86" IUSE="" DEPEND=">=media-libs/libao-1.0.0" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-new_api.patch ) python_compile() { "${PYTHON}" config_unix.py || die distutils-r1_python_compile }
