summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-05-06 18:07:40 +0000
committerSteve Dibb <beandog@gentoo.org>2009-05-06 18:07:40 +0000
commit056c01b43132b499c7172229196594a65c29d5f3 (patch)
tree830f4dc5a4c6d20ff7ec5fcdd1a68110af716e21 /dev-python/pyalsa
parentVersion bump. Uses patched tarball created from upstream scm. Clean old. (diff)
downloadgentoo-2-056c01b43132b499c7172229196594a65c29d5f3.tar.gz
gentoo-2-056c01b43132b499c7172229196594a65c29d5f3.tar.bz2
gentoo-2-056c01b43132b499c7172229196594a65c29d5f3.zip
Version bump
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyalsa')
-rw-r--r--dev-python/pyalsa/ChangeLog9
-rw-r--r--dev-python/pyalsa/pyalsa-1.0.20.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-python/pyalsa/ChangeLog b/dev-python/pyalsa/ChangeLog
index afd555effc7d..12e5811eda4c 100644
--- a/dev-python/pyalsa/ChangeLog
+++ b/dev-python/pyalsa/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyalsa
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.1 2008/12/12 03:57:13 beandog Exp $
+# 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 $
+
+*pyalsa-1.0.20 (06 May 2009)
+
+ 06 May 2009; Steve Dibb <beandog@gentoo.org> +pyalsa-1.0.20.ebuild:
+ Version bump
*pyalsa-1.0.17 (12 Dec 2008)
diff --git a/dev-python/pyalsa/pyalsa-1.0.20.ebuild b/dev-python/pyalsa/pyalsa-1.0.20.ebuild
new file mode 100644
index 000000000000..9cc39d6d8de1
--- /dev/null
+++ b/dev-python/pyalsa/pyalsa-1.0.20.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.20.ebuild,v 1.1 2009/05/06 18:07:40 beandog 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
+}