Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/acpid: acpid-1.0.4-r5.ebuild
Date: Wed, 31 Mar 2010 13:31:20
Message-Id: E1Nwy0s-0002gr-G8@stork.gentoo.org
1 ssuominen 10/03/31 13:31:18
2
3 Modified: acpid-1.0.4-r5.ebuild
4 Log:
5 Fix quoting.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sys-power/acpid/acpid-1.0.4-r5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/acpid-1.0.4-r5.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/acpid-1.0.4-r5.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/acpid-1.0.4-r5.ebuild?r1=1.3&r2=1.4
14
15 Index: acpid-1.0.4-r5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.4-r5.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- acpid-1.0.4-r5.ebuild 12 May 2007 01:40:05 -0000 1.3
22 +++ acpid-1.0.4-r5.ebuild 31 Mar 2010 13:31:18 -0000 1.4
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/sys-power/acpid/acpid-1.0.4-r5.ebuild,v 1.3 2007/05/12 01:40:05 dang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.4-r5.ebuild,v 1.4 2010/03/31 13:31:18 ssuominen Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -20,7 +20,7 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38 epatch ../${DV}.diff
39 }
40
41 @@ -44,7 +44,7 @@
42
43 dodoc README Changelog TODO
44
45 - newinitd ${FILESDIR}/${P}-init.d acpid
46 + newinitd "${FILESDIR}"/${P}-init.d acpid
47
48 docinto examples
49 dodoc samples/{acpi_handler.sh,sample.conf}