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/rwhoisd: rwhoisd-1.5.9.5-r1.ebuild
Date: Thu, 28 Oct 2010 10:35:15
Message-Id: 20101028103511.9C34820051@flycatcher.gentoo.org
1 ssuominen 10/10/28 10:35:11
2
3 Modified: rwhoisd-1.5.9.5-r1.ebuild
4 Log:
5 quoting, redudant cd S
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-misc/rwhoisd/rwhoisd-1.5.9.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: rwhoisd-1.5.9.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- rwhoisd-1.5.9.5-r1.ebuild 21 Oct 2009 21:46:11 -0000 1.1
23 +++ rwhoisd-1.5.9.5-r1.ebuild 28 Oct 2010 10:35:11 -0000 1.2
24 @@ -1,6 +1,6 @@
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/rwhoisd/rwhoisd-1.5.9.5-r1.ebuild,v 1.1 2009/10/21 21:46:11 kingtaco Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r1.ebuild,v 1.2 2010/10/28 10:35:11 ssuominen Exp $
30
31 EAPI=0
32 inherit eutils
33 @@ -17,14 +17,13 @@
34 RDEPEND="${DEPEND}"
35
36 src_compile() {
37 - cd "${S}"
38 epatch "${FILESDIR}"/rwhoisd-destdir-${PV}.patch || die "epatch failed"
39 econf
40 emake -j1
41 }
42
43 src_install () {
44 - emake -j1 install DESTDIR=${D}
45 + emake -j1 install DESTDIR="${D}" || die
46 doinitd "${FILESDIR}"/rwhoisd || die "doinitd failed"
47 newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd || die "newconfd failed"
48 }