Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsamplerate: libsamplerate-0.1.2-r1.ebuild ChangeLog
Date: Fri, 22 Feb 2008 13:22:48
Message-Id: E1JSXrR-0003RU-0R@stork.gentoo.org
1 flameeyes 08/02/22 13:22:45
2
3 Modified: libsamplerate-0.1.2-r1.ebuild ChangeLog
4 Log:
5 Don't build tests and examples during standard make, this saves a few gcc/ld calls for most users.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.12 media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild?r1=1.11&r2=1.12
14
15 Index: libsamplerate-0.1.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- libsamplerate-0.1.2-r1.ebuild 16 Jun 2007 06:49:45 -0000 1.11
22 +++ libsamplerate-0.1.2-r1.ebuild 22 Feb 2008 13:22:44 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v 1.11 2007/06/16 06:49:45 kumba Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v 1.12 2008/02/22 13:22:44 flameeyes Exp $
29
30 WANT_AUTOMAKE=1.7
31
32 @@ -25,6 +25,7 @@
33 cd "${S}"
34
35 epatch "${FILESDIR}/${P}-automagic.patch"
36 + epatch "${FILESDIR}/${P}-dontbuild-tests-examples.patch"
37 eautoreconf
38 }
39
40
41
42
43 1.50 media-libs/libsamplerate/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.50&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.50&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/ChangeLog?r1=1.49&r2=1.50
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v
52 retrieving revision 1.49
53 retrieving revision 1.50
54 diff -u -r1.49 -r1.50
55 --- ChangeLog 16 Jun 2007 06:49:45 -0000 1.49
56 +++ ChangeLog 22 Feb 2008 13:22:44 -0000 1.50
57 @@ -1,6 +1,12 @@
58 # ChangeLog for media-libs/libsamplerate
59 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.49 2007/06/16 06:49:45 kumba Exp $
61 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.50 2008/02/22 13:22:44 flameeyes Exp $
63 +
64 + 22 Feb 2008; Diego Pettenò <flameeyes@g.o>
65 + +files/libsamplerate-0.1.2-dontbuild-tests-examples.patch,
66 + libsamplerate-0.1.2-r1.ebuild:
67 + Don't build tests and examples during standard make, this saves a few gcc/ld
68 + calls for most users.
69
70 20 Jun 2007; Joshua Kinard <kumba@g.o>
71 libsamplerate-0.1.2-r1.ebuild:
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list