mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-24 20:11:59 +01:00
chore(sys-apps/dtc): move to portage-stable
coreos will never need to fiddle with this package. Just move to portage-overlay.
This commit is contained in:
parent
a06ad7e417
commit
a4b066c9ed
@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/dtc-1.3.0.ebuild,v 1.1 2011/06/15 21:19:11 flameeyes Exp $
|
||||
|
||||
EAPI=4
|
||||
CROS_WORKON_COMMIT="4e386342d40895e6152fb3b15c1fc100b96f406a"
|
||||
CROS_WORKON_TREE="2fbdec828197e222838833d257710db96695654b"
|
||||
CROS_WORKON_PROJECT="chromiumos/third_party/dtc"
|
||||
CROS_WORKON_LOCALNAME="dtc"
|
||||
|
||||
inherit toolchain-funcs cros-workon
|
||||
|
||||
DESCRIPTION="Open Firmware device-tree compiler"
|
||||
HOMEPAGE="http://www.t2-project.org/packages/dtc.html"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc ppc64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="sys-devel/flex
|
||||
sys-devel/bison"
|
||||
|
||||
src_compile() {
|
||||
tc-export AR CC
|
||||
emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" \
|
||||
install
|
||||
dodoc Documentation/manual.txt
|
||||
}
|
||||
@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/dtc-1.3.0.ebuild,v 1.1 2011/06/15 21:19:11 flameeyes Exp $
|
||||
|
||||
EAPI=4
|
||||
CROS_WORKON_PROJECT="chromiumos/third_party/dtc"
|
||||
CROS_WORKON_LOCALNAME="dtc"
|
||||
|
||||
inherit toolchain-funcs cros-workon
|
||||
|
||||
DESCRIPTION="Open Firmware device-tree compiler"
|
||||
HOMEPAGE="http://www.t2-project.org/packages/dtc.html"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="sys-devel/flex
|
||||
sys-devel/bison"
|
||||
|
||||
src_compile() {
|
||||
tc-export AR CC
|
||||
emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" \
|
||||
install
|
||||
dodoc Documentation/manual.txt
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user