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/i8kutils: i8kutils-1.25.ebuild i8kutils-1.25-r1.ebuild
Date: Fri, 01 Jan 2010 21:09:48
Message-Id: E1NQokh-0004U8-PL@stork.gentoo.org
1 ssuominen 10/01/01 21:09:43
2
3 Modified: i8kutils-1.25.ebuild i8kutils-1.25-r1.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 app-laptop/i8kutils/i8kutils-1.25.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild?r1=1.12&r2=1.13
14
15 Index: i8kutils-1.25.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- i8kutils-1.25.ebuild 23 Sep 2009 15:44:48 -0000 1.12
22 +++ i8kutils-1.25.ebuild 1 Jan 2010 21:09:43 -0000 1.13
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 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/i8kutils/i8kutils-1.25.ebuild,v 1.12 2009/09/23 15:44:48 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.13 2010/01/01 21:09:43 ssuominen Exp $
29
30 DESCRIPTION="Dell Inspiron and Latitude utilities"
31 HOMEPAGE="http://people.debian.org/~dz/i8k/"
32 @@ -25,8 +25,8 @@
33 docinto examples/
34 dodoc examples/*
35
36 - newinitd ${FILESDIR}/i8k.init i8k
37 - newconfd ${FILESDIR}/i8k.conf i8k
38 + newinitd "${FILESDIR}"/i8k.init i8k
39 + newconfd "${FILESDIR}"/i8k.conf i8k
40
41 if use tk
42 then
43
44
45
46 1.3 app-laptop/i8kutils/i8kutils-1.25-r1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild?r1=1.2&r2=1.3
51
52 Index: i8kutils-1.25-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- i8kutils-1.25-r1.ebuild 23 Sep 2009 15:44:48 -0000 1.2
59 +++ i8kutils-1.25-r1.ebuild 1 Jan 2010 21:09:43 -0000 1.3
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2009 Gentoo Foundation
62 +# Copyright 1999-2010 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v 1.2 2009/09/23 15:44:48 patrick Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v 1.3 2010/01/01 21:09:43 ssuominen Exp $
66
67 DESCRIPTION="Dell Inspiron and Latitude utilities"
68 HOMEPAGE="http://people.debian.org/~dz/i8k/"
69 @@ -25,8 +25,8 @@
70 docinto examples/
71 dodoc examples/*
72
73 - newinitd ${FILESDIR}/i8k.init-r1 i8k
74 - newconfd ${FILESDIR}/i8k.conf i8k
75 + newinitd "${FILESDIR}"/i8k.init-r1 i8k
76 + newconfd "${FILESDIR}"/i8k.conf i8k
77
78 if use tk
79 then