Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/alsa-lib: ChangeLog alsa-lib-1.0.20-r1.ebuild
Date: Wed, 05 Aug 2009 15:19:53
Message-Id: E1MYiHO-0005An-OK@stork.gentoo.org
1 chainsaw 09/08/05 15:19:50
2
3 Modified: ChangeLog alsa-lib-1.0.20-r1.ebuild
4 Log:
5 Early stable on AMD64 as requested by Samuli Suominen <ssuominen@g.o> in bug #280464. Tested with a Realtek ALC269 on a Fujitsu-Siemens Lifebook S6420 with USE="python -alisp -debug -doc".
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.285 media-libs/alsa-lib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alsa-lib/ChangeLog?rev=1.285&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alsa-lib/ChangeLog?rev=1.285&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alsa-lib/ChangeLog?r1=1.284&r2=1.285
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v
18 retrieving revision 1.284
19 retrieving revision 1.285
20 diff -u -r1.284 -r1.285
21 --- ChangeLog 1 Aug 2009 14:44:02 -0000 1.284
22 +++ ChangeLog 5 Aug 2009 15:19:50 -0000 1.285
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-libs/alsa-lib
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.284 2009/08/01 14:44:02 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.285 2009/08/05 15:19:50 chainsaw Exp $
28 +
29 + 05 Aug 2009; <chainsaw@g.o> alsa-lib-1.0.20-r1.ebuild:
30 + Early stable on AMD64 as requested by Samuli Suominen
31 + <ssuominen@g.o> in bug #280464. Tested with a Realtek ALC269 on a
32 + Fujitsu-Siemens Lifebook S6420 with USE="python -alisp -debug -doc".
33
34 01 Aug 2009; Steve Dibb <beandog@g.o> alsa-lib-1.0.17a.ebuild,
35 alsa-lib-1.0.19.ebuild, -alsa-lib-1.0.20.ebuild,
36
37
38
39 1.3 media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: alsa-lib-1.0.20-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- alsa-lib-1.0.20-r1.ebuild 1 Aug 2009 14:44:02 -0000 1.2
52 +++ alsa-lib-1.0.20-r1.ebuild 5 Aug 2009 15:19:50 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild,v 1.2 2009/08/01 14:44:02 beandog Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild,v 1.3 2009/08/05 15:19:50 chainsaw Exp $
58
59 inherit eutils libtool
60
61 @@ -13,7 +13,7 @@
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
66 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
67 IUSE="doc debug alisp python"
68
69 RDEPEND="python? ( dev-lang/python )"