mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
chore(net-misc/dhcpcd): move to portage-stable
moving to grab the systemd unit file
This commit is contained in:
parent
2e5cc6d68f
commit
9288b2cdb8
@ -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
|
|
||||||
}
|
|
@ -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
|
|
||||||
}
|
|
@ -24,9 +24,6 @@
|
|||||||
# Cross compile fix in the ebuild (Icedtea -> cups -> libgcrypt).
|
# Cross compile fix in the ebuild (Icedtea -> cups -> libgcrypt).
|
||||||
>dev-libs/libgcrypt-1.4.6
|
>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
|
# Masked all upstream ebuilds
|
||||||
>=net-wireless/wpa_supplicant-0.7.3
|
>=net-wireless/wpa_supplicant-0.7.3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user