Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyalsa: ChangeLog pyalsa-1.0.21.ebuild
Date: Mon, 31 Aug 2009 10:56:16
Message-Id: E1Mi9NT-0003AO-Ih@stork.gentoo.org
1 chainsaw 09/08/31 16:05:07
2
3 Modified: ChangeLog
4 Added: pyalsa-1.0.21.ebuild
5 Log:
6 Version bump, removes several deprecated functions. Besides that, mostly bug fixes and new drivers.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/pyalsa/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 6 May 2009 18:07:40 -0000 1.2
23 +++ ChangeLog 31 Aug 2009 16:05:07 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/pyalsa
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.2 2009/05/06 18:07:40 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.3 2009/08/31 16:05:07 chainsaw Exp $
29 +
30 +*pyalsa-1.0.21 (31 Aug 2009)
31 +
32 + 31 Aug 2009; <chainsaw@g.o> +pyalsa-1.0.21.ebuild:
33 + Version bump, removes several deprecated functions. Besides that, mostly
34 + bug fixes and new drivers.
35
36 *pyalsa-1.0.20 (06 May 2009)
37
38
39
40
41 1.1 dev-python/pyalsa/pyalsa-1.0.21.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.21.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.21.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyalsa-1.0.21.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.21.ebuild,v 1.1 2009/08/31 16:05:07 chainsaw Exp $
51
52 inherit distutils
53
54 DESCRIPTION="Python Bindings for Alsa lib"
55 HOMEPAGE="http://alsa-project.org/"
56 SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64"
60 IUSE=""
61
62 DEPEND="media-libs/alsa-lib"
63
64 src_install() {
65 distutils_src_install
66 }