Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsamplerate: ChangeLog libsamplerate-0.1.8-r1.ebuild
Date: Thu, 31 Jul 2014 14:35:49
Message-Id: 20140731143527.702C42004E@flycatcher.gentoo.org
1 klausman 14/07/31 14:35:27
2
3 Modified: ChangeLog libsamplerate-0.1.8-r1.ebuild
4 Log:
5 Stable on alpha, bug #515234
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
8
9 Revision Changes Path
10 1.81 media-libs/libsamplerate/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/ChangeLog?r1=1.80&r2=1.81
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- ChangeLog 28 Jul 2014 13:46:05 -0000 1.80
23 +++ ChangeLog 31 Jul 2014 14:35:27 -0000 1.81
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/libsamplerate
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.80 2014/07/28 13:46:05 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.81 2014/07/31 14:35:27 klausman Exp $
29 +
30 + 31 Jul 2014; Tobias Klausmann <klausman@g.o>
31 + libsamplerate-0.1.8-r1.ebuild:
32 + Stable on alpha, bug #515234
33
34 28 Jul 2014; Agostino Sarubbo <ago@g.o> libsamplerate-0.1.8-r1.ebuild:
35 Stable for ppc, wrt bug #512012
36
37
38
39 1.7 media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild?r1=1.6&r2=1.7
44
45 Index: libsamplerate-0.1.8-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- libsamplerate-0.1.8-r1.ebuild 28 Jul 2014 13:46:05 -0000 1.6
52 +++ libsamplerate-0.1.8-r1.ebuild 31 Jul 2014 14:35:27 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild,v 1.6 2014/07/28 13:46:05 ago Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild,v 1.7 2014/07/31 14:35:27 klausman Exp $
58
59 EAPI=5
60
61 @@ -14,7 +14,7 @@
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
66 +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
67 IUSE="sndfile static-libs"
68
69 RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )