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-sound/gnomad: gnomad-2.9.1.ebuild
Date: Sun, 27 Apr 2008 02:40:36
Message-Id: E1Jpwob-0006nj-8s@stork.gentoo.org
1 drac 08/04/27 02:40:33
2
3 Modified: gnomad-2.9.1.ebuild
4 Log:
5 clean up
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 media-sound/gnomad/gnomad-2.9.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomad/gnomad-2.9.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomad/gnomad-2.9.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomad/gnomad-2.9.1.ebuild?r1=1.1&r2=1.2
14
15 Index: gnomad-2.9.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/gnomad/gnomad-2.9.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnomad-2.9.1.ebuild 27 Apr 2008 02:35:43 -0000 1.1
22 +++ gnomad-2.9.1.ebuild 27 Apr 2008 02:40:32 -0000 1.2
23 @@ -1,6 +1,8 @@
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-sound/gnomad/gnomad-2.9.1.ebuild,v 1.1 2008/04/27 02:35:43 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomad/gnomad-2.9.1.ebuild,v 1.2 2008/04/27 02:40:32 drac Exp $
28 +
29 +GCONF_DEBUG=no
30
31 inherit eutils flag-o-matic gnome2
32
33 @@ -31,18 +33,15 @@
34
35 S=${WORKDIR}/${MY_P}
36
37 -src_compile() {
38 - strip-flags
39 - replace-flags -O3 -O2
40 - gnome2_src_compile
41 -}
42 +DOCS="AUTHORS ChangeLog NEWS README TODO"
43
44 src_unpack() {
45 gnome2_src_unpack
46 epatch "${FILESDIR}"/${P}-desktop-entry.patch
47 }
48
49 -src_install() {
50 - emake DESTDIR="${D}" install || die "emake install failed."
51 - dodoc AUTHORS ChangeLog NEWS README TODO
52 +src_compile() {
53 + strip-flags
54 + replace-flags -O3 -O2
55 + gnome2_src_compile
56 }
57
58
59
60 --
61 gentoo-commits@l.g.o mailing list