About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
patrick 09/04/23 13:05:04 Modified: ChangeLog Added: pyao-0.82-r1.ebuild Log: Small fix for >=python-2.5. Thanks to gilhad for the patch. Fixes #257550 (Portage version: 2.2_rc31/cvs/Linux x86_64) Revision Changes Path 1.14 dev-python/pyao/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyao/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyao/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyao/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyao/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 22 Feb 2007 00:34:01 -0000 1.13 +++ ChangeLog 23 Apr 2009 13:05:04 -0000 1.14 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyao -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyao/ChangeLog,v 1.13 2007/02/22 00:34:01 peper Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyao/ChangeLog,v 1.14 2009/04/23 13:05:04 patrick Exp $ + +*pyao-0.82-r1 (23 Apr 2009) + + 23 Apr 2009; Patrick Lauer <patrick@g.o> + +files/pyao-fix-deallocation.patch, +pyao-0.82-r1.ebuild: + Small fix for >=python-2.5. Thanks to gilhad for the patch. Fixes #257550 22 Feb 2007; Piotr JaroszyĆski <peper@g.o> ChangeLog: Transition to Manifest2. 1.1 dev-python/pyao/pyao-0.82-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyao/pyao-0.82-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyao/pyao-0.82-r1.ebuild?rev=1.1&content-type=text/plain Index: pyao-0.82-r1.ebuild =================================================================== # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyao/pyao-0.82-r1.ebuild,v 1.1 2009/04/23 13:05:04 patrick Exp $ inherit eutils distutils 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="virtual/python >=media-libs/libao-0.8.3" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} epatch "${FILESDIR}/pyao-fix-deallocation.patch" || die } src_compile() { ./config_unix.py || die distutils_src_compile } src_install() { distutils_src_install insinto /usr/share/doc/${PF}/examples doins test.py }
Updated Aug 25, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.