mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
Merge pull request #2513 from bgilbert/drop-coretest
coreos-base/coretest: Drop package
This commit is contained in:
commit
35d9c41fc3
@ -124,7 +124,6 @@ RDEPEND="${RDEPEND}
|
||||
coreos-base/coreos-cloudinit
|
||||
coreos-base/coreos-init
|
||||
coreos-base/coreos-metadata
|
||||
coreos-base/coretest
|
||||
coreos-base/update_engine
|
||||
dev-util/strace
|
||||
dev-vcs/git
|
||||
|
@ -1 +0,0 @@
|
||||
coretest-9999.ebuild
|
@ -1,35 +0,0 @@
|
||||
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/coretest"
|
||||
CROS_WORKON_LOCALNAME="coretest"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/coretest"
|
||||
inherit cros-workon coreos-go
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="991faaf28eb21f185fed0708b526849a8bc128e6"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Sanity tests for CoreOS"
|
||||
HOMEPAGE="https://github.com/coreos/coretest"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
src_prepare() {
|
||||
coreos-go_src_prepare
|
||||
GOPATH+=":${S}/third_party"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
go test -i -c -o "${GOBIN}/coretest" "github.com/coreos/coretest" \
|
||||
|| die "go test failed"
|
||||
dobin "${GOBIN}/coretest"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user