Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsamplerate: ChangeLog libsamplerate-0.1.7.ebuild
Date: Sat, 02 Jan 2010 14:02:45
Message-Id: E1NR4Yx-00036n-FL@stork.gentoo.org
1 fauli 10/01/02 14:02:39
2
3 Modified: ChangeLog libsamplerate-0.1.7.ebuild
4 Log:
5 stable x86, bug 297672
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.63 media-libs/libsamplerate/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.63&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.63&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/ChangeLog?r1=1.62&r2=1.63
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v
18 retrieving revision 1.62
19 retrieving revision 1.63
20 diff -u -r1.62 -r1.63
21 --- ChangeLog 23 Dec 2009 21:23:14 -0000 1.62
22 +++ ChangeLog 2 Jan 2010 14:02:39 -0000 1.63
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/libsamplerate
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.62 2009/12/23 21:23:14 jer Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.63 2010/01/02 14:02:39 fauli Exp $
29 +
30 + 02 Jan 2010; Christian Faulhammer <fauli@g.o>
31 + libsamplerate-0.1.7.ebuild:
32 + stable x86, bug 297672
33
34 23 Dec 2009; Jeroen Roovers <jer@g.o> libsamplerate-0.1.7.ebuild:
35 Stable for HPPA (bug #297672).
36
37
38
39 1.3 media-libs/libsamplerate/libsamplerate-0.1.7.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild?r1=1.2&r2=1.3
44
45 Index: libsamplerate-0.1.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- libsamplerate-0.1.7.ebuild 23 Dec 2009 21:23:14 -0000 1.2
52 +++ libsamplerate-0.1.7.ebuild 2 Jan 2010 14:02:39 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild,v 1.2 2009/12/23 21:23:14 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild,v 1.3 2010/01/02 14:02:39 fauli Exp $
59
60 inherit eutils autotools
61
62 @@ -10,7 +10,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
67 +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
68 IUSE="sndfile"
69
70 RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )"