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-video/mmsv2: mmsv2-1.0.8.5.ebuild
Date: Sat, 27 Oct 2007 09:43:52
Message-Id: E1IliCl-0004HT-Pt@stork.gentoo.org
1 drac 07/10/27 09:43:43
2
3 Modified: mmsv2-1.0.8.5.ebuild
4 Log:
5 Cosmetics before unmasking from package.mask, no need to fill ChangeLog with this fud.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.2 media-video/mmsv2/mmsv2-1.0.8.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mmsv2/mmsv2-1.0.8.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mmsv2/mmsv2-1.0.8.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mmsv2/mmsv2-1.0.8.5.ebuild?r1=1.1&r2=1.2
14
15 Index: mmsv2-1.0.8.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/mmsv2/mmsv2-1.0.8.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mmsv2-1.0.8.5.ebuild 26 Oct 2007 20:24:11 -0000 1.1
22 +++ mmsv2-1.0.8.5.ebuild 27 Oct 2007 09:43:43 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/mmsv2/mmsv2-1.0.8.5.ebuild,v 1.1 2007/10/26 20:24:11 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/mmsv2/mmsv2-1.0.8.5.ebuild,v 1.2 2007/10/27 09:43:43 drac Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -78,10 +78,11 @@
32
33 ./configure ${myconf} || die "configure failed."
34
35 - emake CXX="$(tc-getCXX)" C="$(tc-getCC)" || die "emake failed."
36 + emake CXX="$(tc-getCXX)" C="$(tc-getCC)" CC="$(tc-getCC)" \
37 + EXTRA_FLAGS="${CFLAGS}" OPTIMIZATION="" || die "emake failed."
38 }
39
40 src_install() {
41 - emake DESTDIR="${D}" install || die "emake install failed."
42 + emake INSTALLSTRIP="" DESTDIR="${D}" install || die "emake install failed."
43 dodoc doc/{CHANGELOG,README}
44 }
45
46
47
48 --
49 gentoo-commits@g.o mailing list