Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.3.1-r1.ebuild
Date: Sat, 26 Apr 2008 08:27:36
Message-Id: E1Jpfkr-0008BF-CR@stork.gentoo.org
1 drac 08/04/26 08:27:33
2
3 Modified: libsoundtouch-1.3.1-r1.ebuild
4 Log:
5 and call epatch only once.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.14 media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild?r1=1.13&r2=1.14
14
15 Index: libsoundtouch-1.3.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- libsoundtouch-1.3.1-r1.ebuild 26 Apr 2008 08:19:41 -0000 1.13
22 +++ libsoundtouch-1.3.1-r1.ebuild 26 Apr 2008 08:27:32 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v 1.13 2008/04/26 08:19:41 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v 1.14 2008/04/26 08:27:32 drac Exp $
28
29 inherit libtool flag-o-matic
30
31 @@ -20,8 +20,8 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 - epatch "${FILESDIR}"/${P}-Makefile.patch
36 - epatch "${FILESDIR}"/${P}-gcc-4.3.patch
37 + epatch "${FILESDIR}"/${P}-Makefile.patch \
38 + "${FILESDIR}"/${P}-gcc-4.3.patch
39 elibtoolize
40
41 # Bug #148695
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list