diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-08-31 16:05:07 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-08-31 16:05:07 +0000 |
commit | 29d73f0b3b85938b753caa36aef6b44501125049 (patch) | |
tree | 5c90b352be3f9d33706b732ef2ec0f9ebbb896df /dev-python/pyalsa | |
parent | Transposed filenames on patches, fixing. (diff) | |
download | gentoo-2-29d73f0b3b85938b753caa36aef6b44501125049.tar.gz gentoo-2-29d73f0b3b85938b753caa36aef6b44501125049.tar.bz2 gentoo-2-29d73f0b3b85938b753caa36aef6b44501125049.zip |
Version bump, removes several deprecated functions. Besides that, mostly bug fixes and new drivers.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyalsa')
-rw-r--r-- | dev-python/pyalsa/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pyalsa/pyalsa-1.0.21.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-python/pyalsa/ChangeLog b/dev-python/pyalsa/ChangeLog index 12e5811eda4c..b2abf9eac03d 100644 --- a/dev-python/pyalsa/ChangeLog +++ b/dev-python/pyalsa/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyalsa # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.2 2009/05/06 18:07:40 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.3 2009/08/31 16:05:07 chainsaw Exp $ + +*pyalsa-1.0.21 (31 Aug 2009) + + 31 Aug 2009; <chainsaw@gentoo.org> +pyalsa-1.0.21.ebuild: + Version bump, removes several deprecated functions. Besides that, mostly + bug fixes and new drivers. *pyalsa-1.0.20 (06 May 2009) diff --git a/dev-python/pyalsa/pyalsa-1.0.21.ebuild b/dev-python/pyalsa/pyalsa-1.0.21.ebuild new file mode 100644 index 000000000000..ced42f4c2f23 --- /dev/null +++ b/dev-python/pyalsa/pyalsa-1.0.21.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.21.ebuild,v 1.1 2009/08/31 16:05:07 chainsaw Exp $ + +inherit distutils + +DESCRIPTION="Python Bindings for Alsa lib" +HOMEPAGE="http://alsa-project.org/" +SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="media-libs/alsa-lib" + +src_install() { + distutils_src_install +} |