williamh 15/01/30 18:18:34 Modified: dhcpcd-9999.ebuild dhcpcd-6.7.1.ebuild metadata.xml Log: Add embedded use flag for #535960 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.18 net-misc/dhcpcd/dhcpcd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?r1=1.17&r2=1.18 Index: dhcpcd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- dhcpcd-9999.ebuild 20 Sep 2014 16:44:51 -0000 1.17 +++ dhcpcd-9999.ebuild 30 Jan 2015 18:18:34 -0000 1.18 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.17 2014/09/20 16:44:51 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.18 2015/01/30 18:18:34 williamh Exp $ EAPI=5 @@ -21,7 +21,7 @@ HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" LICENSE="BSD-2" SLOT="0" -IUSE="elibc_glibc ipv6 kernel_linux +udev" +IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" COMMON_DEPEND="udev? ( virtual/udev )" DEPEND="${COMMON_DEPEND}" @@ -68,6 +68,7 @@ --dbdir="${EPREFIX}/var/lib/dhcpcd" \ --localstatedir="${EPREFIX}/var" \ ${rundir} \ + $(use_enable embedded) \ $(use_enable ipv6) \ ${dev} \ CC="$(tc-getCC)" \ 1.2 net-misc/dhcpcd/dhcpcd-6.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild?r1=1.1&r2=1.2 Index: dhcpcd-6.7.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dhcpcd-6.7.1.ebuild 30 Jan 2015 11:09:54 -0000 1.1 +++ dhcpcd-6.7.1.ebuild 30 Jan 2015 18:18:34 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.7.1.ebuild,v 1.2 2015/01/30 18:18:34 williamh Exp $ EAPI=5 @@ -21,7 +21,7 @@ HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" LICENSE="BSD-2" SLOT="0" -IUSE="elibc_glibc ipv6 kernel_linux +udev" +IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" COMMON_DEPEND="udev? ( virtual/udev )" DEPEND="${COMMON_DEPEND}" @@ -68,6 +68,7 @@ --dbdir="${EPREFIX}/var/lib/dhcpcd" \ --localstatedir="${EPREFIX}/var" \ ${rundir} \ + $(use_enable embedded) \ $(use_enable ipv6) \ ${dev} \ CC="$(tc-getCC)" \ 1.15 net-misc/dhcpcd/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/metadata.xml?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/metadata.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/metadata.xml?r1=1.14&r2=1.15 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/metadata.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- metadata.xml 9 Jun 2013 23:00:55 -0000 1.14 +++ metadata.xml 30 Jan 2015 18:18:34 -0000 1.15 @@ -8,5 +8,10 @@ </maintainer> <upstream> <remote-id type="cpe">cpe:/a:roy_marples:dhcpcd</remote-id> - </upstream> +</upstream> +<use> + <flag name="embedded"> + Embed the definitions of dhcp options in the dhcpcd executable + </flag> +</use> </pkgmetadata>
