From 9288b2cdb8cf33095e3a16fae8a6b715d62dbfc1 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 17 Feb 2013 19:37:35 -0800 Subject: [PATCH] chore(net-misc/dhcpcd): move to portage-stable moving to grab the systemd unit file --- .../net-misc/dhcpcd/dhcpcd-5.1.4-r31.ebuild | 35 ------------------- .../net-misc/dhcpcd/dhcpcd-9999.ebuild | 33 ----------------- .../profiles/targets/coreos/package.mask | 3 -- 3 files changed, 71 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/net-misc/dhcpcd/dhcpcd-5.1.4-r31.ebuild delete mode 100644 sdk_container/src/third_party/coreos-overlay/net-misc/dhcpcd/dhcpcd-9999.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/net-misc/dhcpcd/dhcpcd-5.1.4-r31.ebuild b/sdk_container/src/third_party/coreos-overlay/net-misc/dhcpcd/dhcpcd-5.1.4-r31.ebuild deleted file mode 100644 index 35574dce4f..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/net-misc/dhcpcd/dhcpcd-5.1.4-r31.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.2.1.ebuild,v 1.1 2010/03/02 18:14:07 williamh Exp $ - -EAPI=2 -CROS_WORKON_COMMIT="6bd2948d948278035123aa653325e7964afd0843" -CROS_WORKON_TREE="9124b6c37d47408449c8c99dad31680c020e0173" -CROS_WORKON_PROJECT="chromiumos/third_party/dhcpcd" - -inherit cros-workon - -DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" -LICENSE="BSD-2" - -SLOT="0" -KEYWORDS="amd64 arm x86" - -RDEPEND=">=sys-apps/dbus-1.2" -DEPEND="${RDEPEND}" - -src_configure() { - econf --prefix= \ - --libexecdir=/lib/dhcpcd \ - --dbdir=/var/lib/dhcpcd \ - --rundir=/var/run/dhcpcd -- -} - -src_compile() { - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/sdk_container/src/third_party/coreos-overlay/net-misc/dhcpcd/dhcpcd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/net-misc/dhcpcd/dhcpcd-9999.ebuild deleted file mode 100644 index 6557b8a875..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.2.1.ebuild,v 1.1 2010/03/02 18:14:07 williamh Exp $ - -EAPI=2 -CROS_WORKON_PROJECT="chromiumos/third_party/dhcpcd" - -inherit cros-workon - -DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" -LICENSE="BSD-2" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -RDEPEND=">=sys-apps/dbus-1.2" -DEPEND="${RDEPEND}" - -src_configure() { - econf --prefix= \ - --libexecdir=/lib/dhcpcd \ - --dbdir=/var/lib/dhcpcd \ - --rundir=/var/run/dhcpcd -- -} - -src_compile() { - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/targets/coreos/package.mask b/sdk_container/src/third_party/coreos-overlay/profiles/targets/coreos/package.mask index a6964c8b56..2acebbfc7f 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/targets/coreos/package.mask +++ b/sdk_container/src/third_party/coreos-overlay/profiles/targets/coreos/package.mask @@ -24,9 +24,6 @@ # Cross compile fix in the ebuild (Icedtea -> cups -> libgcrypt). >dev-libs/libgcrypt-1.4.6 -# Masked all upstream ebuilds, unupstreamable work in local copy ->=net-misc/dhcpcd-5.1.5 - # Masked all upstream ebuilds >=net-wireless/wpa_supplicant-0.7.3