mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
maint(coreos-base/core-admin): Remove old update service client
This commit is contained in:
parent
ed91c76f9f
commit
c5c8c2f95b
@ -1 +0,0 @@
|
|||||||
core-admin-0.0.1.ebuild
|
|
@ -1,33 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright (c) 2013 Brandon Philips. All rights reserved.
|
|
||||||
# Distributed under the terms of the MIT License
|
|
||||||
# $Header:$
|
|
||||||
#
|
|
||||||
|
|
||||||
EAPI=2
|
|
||||||
CROS_WORKON_COMMIT="7c24110f7c7de87f2b377aae6c60bd9a70e632a7"
|
|
||||||
CROS_WORKON_PROJECT="coreos/core-admin"
|
|
||||||
CROS_WORKON_LOCALNAME="core-admin"
|
|
||||||
CROS_WORKON_REPO="git://github.com"
|
|
||||||
inherit toolchain-funcs cros-workon
|
|
||||||
|
|
||||||
DESCRIPTION="systemd over rest"
|
|
||||||
HOMEPAGE="https://github.com/coreos/core-admin"
|
|
||||||
SRC_URI=""
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 arm x86"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=">=dev-lang/go-1.0.2"
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
export GOPATH="${S}"
|
|
||||||
go get
|
|
||||||
go build -o ${PN} || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dobin ${S}/${PN}
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright (c) 2013 Brandon Philips. All rights reserved.
|
|
||||||
# Distributed under the terms of the MIT License
|
|
||||||
# $Header:$
|
|
||||||
#
|
|
||||||
|
|
||||||
EAPI=2
|
|
||||||
CROS_WORKON_PROJECT="coreos/core-admin"
|
|
||||||
CROS_WORKON_LOCALNAME="core-admin"
|
|
||||||
CROS_WORKON_REPO="git://github.com"
|
|
||||||
inherit toolchain-funcs cros-workon
|
|
||||||
|
|
||||||
DESCRIPTION="systemd over rest"
|
|
||||||
HOMEPAGE="https://github.com/coreos/core-admin"
|
|
||||||
SRC_URI=""
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~arm ~x86"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=">=dev-lang/go-1.0.2"
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
export GOPATH="${S}"
|
|
||||||
go get
|
|
||||||
go build -o ${PN} || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dobin ${S}/${PN}
|
|
||||||
}
|
|
@ -139,11 +139,6 @@ RDEPEND="${RDEPEND}
|
|||||||
coreos-base/update_engine
|
coreos-base/update_engine
|
||||||
"
|
"
|
||||||
|
|
||||||
# Needed for uploading to the update.core-os.net servers
|
|
||||||
RDEPEND="${RDEPEND}
|
|
||||||
coreos-base/core-admin
|
|
||||||
"
|
|
||||||
|
|
||||||
# Host dependencies to run unit tests within the chroot
|
# Host dependencies to run unit tests within the chroot
|
||||||
RDEPEND="${RDEPEND}
|
RDEPEND="${RDEPEND}
|
||||||
dev-cpp/gflags
|
dev-cpp/gflags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user