Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: dhcpcd-6.2.0.ebuild dhcpcd-9999.ebuild ChangeLog
Date: Sun, 05 Jan 2014 08:22:41
Message-Id: 20140105082236.873002004C@flycatcher.gentoo.org
1 grobian 14/01/05 08:22:36
2
3 Modified: dhcpcd-6.2.0.ebuild dhcpcd-9999.ebuild ChangeLog
4 Log:
5 Use EPREFIX for rundir as well
6
7 (Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.2 net-misc/dhcpcd/dhcpcd-6.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: dhcpcd-6.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- dhcpcd-6.2.0.ebuild 4 Jan 2014 23:10:22 -0000 1.1
23 +++ dhcpcd-6.2.0.ebuild 5 Jan 2014 08:22:36 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild,v 1.1 2014/01/04 23:10:22 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.2.0.ebuild,v 1.2 2014/01/05 08:22:36 grobian Exp $
29
30 EAPI=5
31
32 @@ -39,11 +39,11 @@
33 use udev || dev="--without-dev --without-udev"
34 hooks="--with-hook=ntp.conf"
35 use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
36 - use kernel_linux && rundir="--rundir=/run"
37 + use kernel_linux && rundir="--rundir=${EPREFIX}/run"
38 econf \
39 - --prefix="${EPREFIX}" \
40 - --libexecdir="${EPREFIX}/lib/dhcpcd" \
41 - --dbdir="${EPREFIX}/var/lib/dhcpcd" \
42 + --prefix="${EPREFIX}" \
43 + --libexecdir="${EPREFIX}/lib/dhcpcd" \
44 + --dbdir="${EPREFIX}/var/lib/dhcpcd" \
45 --localstatedir="${EPREFIX}/var" \
46 ${rundir} \
47 $(use_enable ipv6) \
48
49
50
51 1.10 net-misc/dhcpcd/dhcpcd-9999.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.10&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.10&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?r1=1.9&r2=1.10
56
57 Index: dhcpcd-9999.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v
60 retrieving revision 1.9
61 retrieving revision 1.10
62 diff -u -r1.9 -r1.10
63 --- dhcpcd-9999.ebuild 22 Sep 2013 18:01:42 -0000 1.9
64 +++ dhcpcd-9999.ebuild 5 Jan 2014 08:22:36 -0000 1.10
65 @@ -1,6 +1,6 @@
66 -# Copyright 1999-2013 Gentoo Foundation
67 +# Copyright 1999-2014 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.9 2013/09/22 18:01:42 williamh Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.10 2014/01/05 08:22:36 grobian Exp $
71
72 EAPI=5
73
74 @@ -39,11 +39,11 @@
75 use udev || dev="--without-dev --without-udev"
76 hooks="--with-hook=ntp.conf"
77 use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
78 - use kernel_linux && rundir="--rundir=/run"
79 + use kernel_linux && rundir="--rundir=${EPREFIX}/run"
80 econf \
81 - --prefix="${EPREFIX}" \
82 - --libexecdir="${EPREFIX}/lib/dhcpcd" \
83 - --dbdir="${EPREFIX}/var/lib/dhcpcd" \
84 + --prefix="${EPREFIX}" \
85 + --libexecdir="${EPREFIX}/lib/dhcpcd" \
86 + --dbdir="${EPREFIX}/var/lib/dhcpcd" \
87 --localstatedir="${EPREFIX}/var" \
88 ${rundir} \
89 $(use_enable ipv6) \
90
91
92
93 1.378 net-misc/dhcpcd/ChangeLog
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.378&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.378&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?r1=1.377&r2=1.378
98
99 Index: ChangeLog
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v
102 retrieving revision 1.377
103 retrieving revision 1.378
104 diff -u -r1.377 -r1.378
105 --- ChangeLog 4 Jan 2014 23:10:22 -0000 1.377
106 +++ ChangeLog 5 Jan 2014 08:22:36 -0000 1.378
107 @@ -1,6 +1,10 @@
108 # ChangeLog for net-misc/dhcpcd
109 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
110 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.377 2014/01/04 23:10:22 williamh Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.378 2014/01/05 08:22:36 grobian Exp $
112 +
113 + 05 Jan 2014; Fabian Groffen <grobian@g.o> dhcpcd-6.2.0.ebuild,
114 + dhcpcd-9999.ebuild:
115 + Use EPREFIX for rundir as well
116
117 *dhcpcd-6.2.0 (04 Jan 2014)