Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/puf: puf-0.93.2a.ebuild
Date: Thu, 28 Oct 2010 10:17:23
Message-Id: 20101028101719.A8CC720051@flycatcher.gentoo.org
1 ssuominen 10/10/28 10:17:19
2
3 Modified: puf-0.93.2a.ebuild
4 Log:
5 drop default src_compile, quoting
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-misc/puf/puf-0.93.2a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild?r1=1.4&r2=1.5
15
16 Index: puf-0.93.2a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- puf-0.93.2a.ebuild 23 Sep 2009 19:43:10 -0000 1.4
23 +++ puf-0.93.2a.ebuild 28 Oct 2010 10:17:19 -0000 1.5
24 @@ -1,24 +1,17 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild,v 1.4 2009/09/23 19:43:10 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild,v 1.5 2010/10/28 10:17:19 ssuominen Exp $
30
31 DESCRIPTION="A download tool for UNIX-like systems."
32 SRC_URI="mirror://sourceforge/puf/${P}.tar.gz"
33 HOMEPAGE="http://puf.sourceforge.net/"
34
35 -DEPEND=""
36 -
37 -IUSE=""
38 -SLOT="0"
39 LICENSE="GPL-2"
40 +SLOT="0"
41 KEYWORDS="~x86"
42 +IUSE=""
43
44 -src_compile() {
45 - econf || die
46 - make || die
47 -}
48 -
49 -src_install () {
50 - make DESTDIR=${D} install || die
51 +src_install() {
52 + emake DESTDIR="${D}" install || die
53 dodoc AUTHORS NEWS README TODO
54 }