Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/tpctl: tpctl-4.4.ebuild tpctl-4.8.ebuild
Date: Fri, 01 Jan 2010 21:13:28
Message-Id: E1NQooI-0004h8-Hy@stork.gentoo.org
1 ssuominen 10/01/01 21:13:26
2
3 Modified: tpctl-4.4.ebuild tpctl-4.8.ebuild
4 Log:
5 more quoting
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 app-laptop/tpctl/tpctl-4.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild?r1=1.5&r2=1.6
14
15 Index: tpctl-4.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- tpctl-4.4.ebuild 28 Apr 2007 17:49:28 -0000 1.5
22 +++ tpctl-4.4.ebuild 1 Jan 2010 21:13:26 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild,v 1.5 2007/04/28 17:49:28 swegener Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild,v 1.6 2010/01/01 21:13:26 ssuominen Exp $
29
30 #transform P to match tarball versioning
31 MYPV=${PV/_beta/beta}
32 @@ -49,6 +49,6 @@
33 mv apmiser/README README.apmiser
34 dodoc README.apmiser
35 dosbin apmiser/apmiser
36 - newinitd ${FILESDIR}/apmiser.rc apmiser
37 + newinitd "${FILESDIR}"/apmiser.rc apmiser
38 fi
39 }
40
41
42
43 1.11 app-laptop/tpctl/tpctl-4.8.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild?rev=1.11&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild?rev=1.11&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild?r1=1.10&r2=1.11
48
49 Index: tpctl-4.8.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild,v
52 retrieving revision 1.10
53 retrieving revision 1.11
54 diff -u -r1.10 -r1.11
55 --- tpctl-4.8.ebuild 28 Apr 2007 17:49:28 -0000 1.10
56 +++ tpctl-4.8.ebuild 1 Jan 2010 21:13:26 -0000 1.11
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2007 Gentoo Foundation
59 +# Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild,v 1.10 2007/04/28 17:49:28 swegener Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild,v 1.11 2010/01/01 21:13:26 ssuominen Exp $
63
64 inherit eutils
65
66 @@ -24,8 +24,8 @@
67
68 src_unpack() {
69 unpack ${A}
70 - cd ${S}
71 - epatch ${FILESDIR}/tpctlir-cli-4.4-r1.diff
72 + cd "${S}"
73 + epatch "${FILESDIR}"/tpctlir-cli-4.4-r1.diff
74 }
75
76 src_compile() {
77 @@ -57,7 +57,7 @@
78 mv apmiser/README README.apmiser
79 dodoc README.apmiser
80 dosbin apmiser/apmiser
81 - newinitd ${FILESDIR}/apmiser.rc apmiser
82 + newinitd "${FILESDIR}"/apmiser.rc apmiser
83 fi
84 doman man/{ntpctl,tpctl}.1 man/apmiser.8
85 }