Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: dhcpcd-9999.ebuild dhcpcd-6.7.1.ebuild metadata.xml
Date: Fri, 30 Jan 2015 18:18:42
Message-Id: 20150130181834.CC49D10B44@oystercatcher.gentoo.org
1 williamh 15/01/30 18:18:34
2
3 Modified: dhcpcd-9999.ebuild dhcpcd-6.7.1.ebuild metadata.xml
4 Log:
5 Add embedded use flag for #535960
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.18 net-misc/dhcpcd/dhcpcd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?r1=1.17&r2=1.18
15
16 Index: dhcpcd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- dhcpcd-9999.ebuild 20 Sep 2014 16:44:51 -0000 1.17
23 +++ dhcpcd-9999.ebuild 30 Jan 2015 18:18:34 -0000 1.18
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-9999.ebuild,v 1.17 2014/09/20 16:44:51 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.18 2015/01/30 18:18:34 williamh Exp $
29
30 EAPI=5
31
32 @@ -21,7 +21,7 @@
33 HOMEPAGE="http://roy.marples.name/projects/dhcpcd/"
34 LICENSE="BSD-2"
35 SLOT="0"
36 -IUSE="elibc_glibc ipv6 kernel_linux +udev"
37 +IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"
38
39 COMMON_DEPEND="udev? ( virtual/udev )"
40 DEPEND="${COMMON_DEPEND}"
41 @@ -68,6 +68,7 @@
42 --dbdir="${EPREFIX}/var/lib/dhcpcd" \
43 --localstatedir="${EPREFIX}/var" \
44 ${rundir} \
45 + $(use_enable embedded) \
46 $(use_enable ipv6) \
47 ${dev} \
48 CC="$(tc-getCC)" \
49
50
51
52 1.2 net-misc/dhcpcd/dhcpcd-6.7.1.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild?r1=1.1&r2=1.2
57
58 Index: dhcpcd-6.7.1.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- dhcpcd-6.7.1.ebuild 30 Jan 2015 11:09:54 -0000 1.1
65 +++ dhcpcd-6.7.1.ebuild 30 Jan 2015 18:18:34 -0000 1.2
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2015 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild,v 1.1 2015/01/30 11:09:54 polynomial-c Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild,v 1.2 2015/01/30 18:18:34 williamh Exp $
71
72 EAPI=5
73
74 @@ -21,7 +21,7 @@
75 HOMEPAGE="http://roy.marples.name/projects/dhcpcd/"
76 LICENSE="BSD-2"
77 SLOT="0"
78 -IUSE="elibc_glibc ipv6 kernel_linux +udev"
79 +IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"
80
81 COMMON_DEPEND="udev? ( virtual/udev )"
82 DEPEND="${COMMON_DEPEND}"
83 @@ -68,6 +68,7 @@
84 --dbdir="${EPREFIX}/var/lib/dhcpcd" \
85 --localstatedir="${EPREFIX}/var" \
86 ${rundir} \
87 + $(use_enable embedded) \
88 $(use_enable ipv6) \
89 ${dev} \
90 CC="$(tc-getCC)" \
91
92
93
94 1.15 net-misc/dhcpcd/metadata.xml
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/metadata.xml?rev=1.15&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/metadata.xml?rev=1.15&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/metadata.xml?r1=1.14&r2=1.15
99
100 Index: metadata.xml
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/metadata.xml,v
103 retrieving revision 1.14
104 retrieving revision 1.15
105 diff -u -r1.14 -r1.15
106 --- metadata.xml 9 Jun 2013 23:00:55 -0000 1.14
107 +++ metadata.xml 30 Jan 2015 18:18:34 -0000 1.15
108 @@ -8,5 +8,10 @@
109 </maintainer>
110 <upstream>
111 <remote-id type="cpe">cpe:/a:roy_marples:dhcpcd</remote-id>
112 - </upstream>
113 +</upstream>
114 +<use>
115 + <flag name="embedded">
116 + Embed the definitions of dhcp options in the dhcpcd executable
117 + </flag>
118 +</use>
119 </pkgmetadata>