Gentoo Archives: gentoo-dev

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-dev@l.g.o, ssuominen@g.o
Cc: gentoo-commits@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-office/abiword: abiword-2.4.6.ebuild
Date: Thu, 17 Dec 2009 11:31:15
Message-Id: 1261049430.17782.1.camel@gdartigu.lan.rep.sj
1 Le jeudi 17 décembre 2009 à 10:54 +0000, Samuli Suominen (ssuominen) a
2 écrit :
3 > ssuominen 09/12/17 10:54:05
4 >
5 > Modified: abiword-2.4.6.ebuild
6 > Log:
7 > Fix quoting
8 > (Portage version: 2.2_rc59/cvs/Linux x86_64)
9 >
10 > Revision Changes Path
11 > 1.16 app-office/abiword/abiword-2.4.6.ebuild
12 >
13 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild?rev=1.16&view=markup
14 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild?rev=1.16&content-type=text/plain
15 > diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild?r1=1.15&r2=1.16
16 >
17 > Index: abiword-2.4.6.ebuild
18 > ===================================================================
19 > RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild,v
20 > retrieving revision 1.15
21 > retrieving revision 1.16
22 > diff -u -r1.15 -r1.16
23 > --- abiword-2.4.6.ebuild 4 Jan 2009 22:51:26 -0000 1.15
24 > +++ abiword-2.4.6.ebuild 17 Dec 2009 10:54:05 -0000 1.16
25 [...]
26 > @@ -65,12 +65,12 @@
27 >
28 > src_install() {
29 > dodir /usr/{bin,lib}
30 > - make DESTDIR="${D}" icondir="/usr/share/pixmaps" install || die "install failed"
31 > + emake DESTDIR="${D}" icondir="/usr/share/pixmaps" install || die "install failed"
32
33 I see no bug report about checking this actually works and making the
34 fix. Please warn people before using your QA hat for doing things like
35 this.
36
37 --
38 Gilles Dartiguelongue <eva@g.o>
39 Gentoo

Replies