Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyalsa: ChangeLog pyalsa-1.0.22.ebuild
Date: Thu, 07 Jan 2010 17:24:12
Message-Id: E1NSw5d-0007YK-Ka@stork.gentoo.org
1 beandog 10/01/07 17:24:05
2
3 Modified: ChangeLog
4 Added: pyalsa-1.0.22.ebuild
5 Log:
6 Version bump, bug 297304
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/pyalsa/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 31 Aug 2009 16:05:07 -0000 1.3
23 +++ ChangeLog 7 Jan 2010 17:24:05 -0000 1.4
24 @@ -1,6 +1,11 @@
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.3 2009/08/31 16:05:07 chainsaw Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.4 2010/01/07 17:24:05 beandog Exp $
30 +
31 +*pyalsa-1.0.22 (07 Jan 2010)
32 +
33 + 07 Jan 2010; Steve Dibb <beandog@g.o> +pyalsa-1.0.22.ebuild:
34 + Version bump, bug 297304
35
36 *pyalsa-1.0.21 (31 Aug 2009)
37
38
39
40
41 1.1 dev-python/pyalsa/pyalsa-1.0.22.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.22.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.22.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyalsa-1.0.22.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.22.ebuild,v 1.1 2010/01/07 17:24:05 beandog 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 }