Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/alure: alure-1.0.ebuild
Date: Tue, 27 Apr 2010 20:12:00
Message-Id: 20100427201155.BB0012C04C@corvid.gentoo.org
1 ssuominen 10/04/27 20:11:55
2
3 Modified: alure-1.0.ebuild
4 Log:
5 cleanup
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-libs/alure/alure-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/alure-1.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/alure-1.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/alure-1.0.ebuild?r1=1.2&r2=1.3
14
15 Index: alure-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- alure-1.0.ebuild 27 Apr 2010 20:09:48 -0000 1.2
22 +++ alure-1.0.ebuild 27 Apr 2010 20:11:55 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.0.ebuild,v 1.2 2010/04/27 20:09:48 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.0.ebuild,v 1.3 2010/04/27 20:11:55 ssuominen Exp $
28
29 EAPI=2
30 inherit cmake-utils
31 @@ -19,9 +19,9 @@
32 vorbis? ( media-libs/libvorbis )"
33
34 src_prepare() {
35 - epatch "${FILESDIR}/${P}-gcc44.patch" \
36 - "${FILESDIR}/${P}-multilib.patch"
37 -
38 + epatch "${FILESDIR}"/${P}-gcc44.patch \
39 + "${FILESDIR}"/${P}-multilib.patch
40 +
41 sed -i \
42 -e "/DESTINATION/s:doc/alure:doc/${PF}:" \
43 CMakeLists.txt || die