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/adjtimex: adjtimex-1.29.ebuild
Date: Thu, 28 Oct 2010 10:41:13
Message-Id: 20101028104108.C37DE20057@flycatcher.gentoo.org
1 ssuominen 10/10/28 10:41:08
2
3 Modified: adjtimex-1.29.ebuild
4 Log:
5 quoting
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-misc/adjtimex/adjtimex-1.29.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/adjtimex/adjtimex-1.29.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/adjtimex/adjtimex-1.29.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/adjtimex/adjtimex-1.29.ebuild?r1=1.2&r2=1.3
15
16 Index: adjtimex-1.29.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/adjtimex/adjtimex-1.29.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- adjtimex-1.29.ebuild 26 Aug 2010 20:43:55 -0000 1.2
23 +++ adjtimex-1.29.ebuild 28 Oct 2010 10:41:08 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/adjtimex/adjtimex-1.29.ebuild,v 1.2 2010/08/26 20:43:55 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/adjtimex/adjtimex-1.29.ebuild,v 1.3 2010/10/28 10:41:08 ssuominen Exp $
29
30 EAPI="2"
31
32 @@ -25,9 +25,9 @@
33 RDEPEND=""
34
35 src_prepare() {
36 - cd ${WORKDIR}
37 + cd "${WORKDIR}"
38 epatch "${DISTDIR}"/${DEBIAN_PATCH}
39 - cd ${S}
40 + cd "${S}"
41 for i in debian/adjtimexconfig debian/adjtimexconfig.8 ; do
42 sed -e 's|/etc/default/adjtimex|/etc/conf.d/adjtimex|' \
43 -i.orig ${i}