From 8db31faa6b75f838ccef98f5b33389b567dcb21b Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:34:27 +0000 Subject: [PATCH 01/16] coreos-go-depend.eclass: Use EAPI=7 host dependencies for the compiler --- .../third_party/coreos-overlay/eclass/coreos-go-depend.eclass | 4 ++-- .../third_party/coreos-overlay/eclass/coreos-go-utils.eclass | 2 +- .../src/third_party/coreos-overlay/eclass/coreos-go.eclass | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-depend.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-depend.eclass index 73cd910ab6..63b328d268 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-depend.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-depend.eclass @@ -16,7 +16,8 @@ export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.11}" case "${EAPI:-0}" in - 5|6) ;; + 5|6) DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;; + 7) BDEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;; *) die "Unsupported EAPI=${EAPI} for ${ECLASS}" esac @@ -26,4 +27,3 @@ inherit coreos-go-utils # the package gets rebuilt when the version changes. IUSE="+go_version_${COREOS_GO_VERSION//./_}" REQUIRED_USE="go_version_${COREOS_GO_VERSION//./_}" -DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-utils.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-utils.eclass index b99e9cb7eb..aff37573b3 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-utils.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-utils.eclass @@ -8,7 +8,7 @@ # and packages that depend on it. It does not set any metadata. case "${EAPI:-0}" in - 5|6) ;; + 5|6|7) ;; *) die "Unsupported EAPI=${EAPI} for ${ECLASS}" esac diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass index 5945b85907..80f0d92fb5 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass @@ -25,7 +25,7 @@ # @CODE case "${EAPI:-0}" in - 5|6) ;; + 5|6|7) ;; *) die "Unsupported EAPI=${EAPI} for ${ECLASS}" esac @@ -56,7 +56,7 @@ go_build() { coreos-go_src_prepare() { debug-print-function ${FUNCNAME} "$@" - has ${EAPI:-0} 6 && default + has ${EAPI:-0} 6 7 && default go_export export GOPATH="${WORKDIR}/gopath" From 83e1636440e8eeb0615e94db340250aabfed6fbd Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:40:47 +0000 Subject: [PATCH 02/16] app-admin/locksmith: Bump to EAPI=7 to use the host Go --- .../coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild index b6977a4cd3..3470d29e08 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2014 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/locksmith" CROS_WORKON_LOCALNAME="locksmith" CROS_WORKON_REPO="git://github.com" From 7f91a361389f388450111bc65562b6f19eb252d1 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:42:06 +0000 Subject: [PATCH 03/16] app-admin/mayday: Bump to EAPI=7 to use the host Go --- .../coreos-overlay/app-admin/mayday/mayday-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/mayday/mayday-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/mayday/mayday-9999.ebuild index c98e4f3caa..994168fe2f 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/mayday/mayday-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/mayday/mayday-9999.ebuild @@ -1,10 +1,7 @@ -# # Copyright (c) 2015 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -# $Header:$ -# -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/mayday" CROS_WORKON_LOCALNAME="mayday" CROS_WORKON_REPO="git://github.com" From 383be17885a4fa610def37b2b8c75d3c584a520c Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:43:17 +0000 Subject: [PATCH 04/16] app-admin/sdnotify-proxy: Bump to EAPI=7 to use the host Go --- .../app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild index dfa19ee569..2318af1514 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2014 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/sdnotify-proxy" CROS_WORKON_LOCALNAME="sdnotify-proxy" CROS_WORKON_REPO="git://github.com" From fac9fc50ef229d4486e308933b0e02f241e5265f Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:43:58 +0000 Subject: [PATCH 05/16] app-admin/updateservicectl: Bump to EAPI=7 to use the host Go --- .../app-admin/updateservicectl/updateservicectl-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild index fb347fb797..eeae087157 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2014 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/updateservicectl" CROS_WORKON_LOCALNAME="updateservicectl" CROS_WORKON_REPO="git://github.com" From a9938947ad8a59ea4b09cd4a4d597a4d4e5ffbe3 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:45:19 +0000 Subject: [PATCH 06/16] app-arch/torcx: Bump to EAPI=7 to use the host Go --- .../third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild index 087839041b..28880d151e 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2017-2018 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/torcx" CROS_WORKON_LOCALNAME="torcx" CROS_WORKON_REPO="git://github.com" From dea29687a6635998f74ff9b9f778f8d8ba8a7778 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:46:17 +0000 Subject: [PATCH 07/16] app-crypt/go-tspi: Bump to EAPI=7 to use the host Go --- .../coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild index 27888c2b06..cd7d45c211 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild @@ -1,4 +1,4 @@ -EAPI=5 +EAPI=7 inherit coreos-go eutils git-r3 systemd COREOS_GO_PACKAGE="github.com/coreos/go-tspi" From 1304d37eaaa2fa3e6e062576f96f55ef7b35fdce Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:47:20 +0000 Subject: [PATCH 08/16] app-emulation/acbuild: Bump to EAPI=7 to use the host Go --- .../coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild index ea863d371e..0cfe7a2a2e 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2015 CoreOS, Inc. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="appc/acbuild" CROS_WORKON_REPO="git://github.com" CROS_WORKON_LOCALNAME="appc-acbuild" From 4f235097b4bab803c24af2ea91411143e723ab78 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:47:40 +0000 Subject: [PATCH 09/16] app-emulation/actool: Bump to EAPI=7 to use the host Go --- .../coreos-overlay/app-emulation/actool/actool-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/actool/actool-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/actool/actool-9999.ebuild index 54f7e75dc1..00b25e2c04 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/actool/actool-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/actool/actool-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2015 CoreOS, Inc. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="appc/spec" CROS_WORKON_REPO="git://github.com" CROS_WORKON_LOCALNAME="appc-spec" From 8b54bbe90659c5a100560047cad3b8e1bc282e84 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 18:10:32 +0000 Subject: [PATCH 10/16] app-emulation/rkt: Bump to EAPI=7 to use the host Go --- .../app-emulation/rkt/rkt-9999.ebuild | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild index b2400d9c25..0b3c6d35df 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 AUTOTOOLS_AUTORECONF=yes AUTOTOOLS_IN_SOURCE_BUILD=yes @@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=yes # temporary downgrade for https://github.com/coreos/bugs/issues/2402 COREOS_GO_VERSION="go1.9" -inherit autotools-utils flag-o-matic systemd toolchain-funcs multilib +inherit autotools flag-o-matic systemd toolchain-funcs multilib inherit cros-workon coreos-go-depend CROS_WORKON_PROJECT="rkt/rkt" @@ -65,7 +65,7 @@ RDEPEND="!app-emulation/rocket BUILDDIR="build-${P}" -STAGE1INSTALLDIR="/usr/$(get_libdir)/rkt/stage1-images" +STAGE1INSTALLDIR="" STAGE1FIRST="" STAGE1FLAVORS="" @@ -79,15 +79,17 @@ function add_stage1() { } src_prepare() { - # ensure we use a CoreOS PXE image version that matches rkt's expectations. - local rkt_coreos_version + eapply_user - rkt_coreos_version=$(awk '/^CCN_IMG_RELEASE/ { print $3 }' stage1/usr_from_coreos/coreos-common.mk) + STAGE1INSTALLDIR="/usr/$(get_libdir)/rkt/stage1-images" + + # ensure we use a CoreOS PXE image version that matches rkt's expectations. + local rkt_coreos_version=$(awk '/^CCN_IMG_RELEASE/ { print $3 }' stage1/usr_from_coreos/coreos-common.mk) if [ "${rkt_coreos_version}" != "${PXE_VERSION}" ]; then die "CoreOS versions in ebuild and rkt build scripts are mismatched, expecting ${rkt_coreos_version}!" fi - autotools-utils_src_prepare + eautoreconf } src_configure() { @@ -117,7 +119,7 @@ src_configure() { export BUILDDIR export V=1 - autotools-utils_src_configure + econf "${myeconfargs[@]}" } src_install() { From 50f2d3dfd0bbeb24c2a243d6e38e7fc46391eb87 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 18:11:49 +0000 Subject: [PATCH 11/16] coreos-base/coreos-cloudinit: Bump to EAPI=7 to use the host Go --- .../coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild index 140f43ae32..946a155c71 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-cloudinit/coreos-cloudinit-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2014 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/coreos-cloudinit" CROS_WORKON_LOCALNAME="coreos-cloudinit" CROS_WORKON_REPO="git://github.com" From ba310cd114ec2d9764211748e9451cbba306f2e0 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 18:12:37 +0000 Subject: [PATCH 12/16] coreos-base/nova-agent-watcher: Bump to EAPI=7 to use the host Go --- .../nova-agent-watcher/nova-agent-watcher-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/nova-agent-watcher/nova-agent-watcher-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/nova-agent-watcher/nova-agent-watcher-9999.ebuild index b16d2d7028..e476070e73 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/nova-agent-watcher/nova-agent-watcher-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/nova-agent-watcher/nova-agent-watcher-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2014 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/nova-agent-watcher" CROS_WORKON_LOCALNAME="nova-agent-watcher" CROS_WORKON_REPO="git://github.com" From a853ca87379ffc2f478d1dfc1a35248f546c3ac3 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 18:17:18 +0000 Subject: [PATCH 13/16] coreos-devel/mantle: Bump to EAPI=7 to use the host Go --- .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index f414123f87..23b59662c1 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2014 CoreOS, Inc. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/mantle" CROS_WORKON_LOCALNAME="mantle" CROS_WORKON_REPO="git://github.com" From cb6688f74e3cd1c3e20ab6422a8a0f44afed1f3f Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 18:31:46 +0000 Subject: [PATCH 14/16] dev-db/etcdctl: Bump to EAPI=7 to use the host Go --- .../dev-db/etcdctl/etcdctl-3.3.10.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-3.3.10.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-3.3.10.ebuild index 9914b610f1..896b36a680 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-3.3.10.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-3.3.10.ebuild @@ -1,25 +1,22 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -EGO_PN="github.com/coreos/etcd" +EGO_PN="github.com/etcd-io/etcd" COREOS_GO_PACKAGE="${EGO_PN}" DESCRIPTION="The etcd command line client, v3, compatible with v2" -HOMEPAGE="https://github.com/coreos/etcd" +HOMEPAGE="https://github.com/etcd-io/etcd" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -inherit coreos-go golang-vcs-snapshot +inherit coreos-go LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 arm64" IUSE="" -S=${WORKDIR}/${P}/src/${EGO_PN} - -DEPEND="" -RDEPEND="${DEPEND}" +S=${WORKDIR}/etcd-${PV} src_compile() { go_build "${COREOS_GO_PACKAGE}/cmd/etcdctl" From a2f06053db55de4844da557b195ebc24fd42b2f0 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 18:33:13 +0000 Subject: [PATCH 15/16] sys-apps/ignition: Bump to EAPI=7 to use the host Go --- .../coreos-overlay/sys-apps/ignition/ignition-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-9999.ebuild index dbbef74f84..0ba2f1630c 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2015 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/ignition" CROS_WORKON_LOCALNAME="ignition" CROS_WORKON_REPO="git://github.com" From bf1108936e968d092bc0302e512f47f0589ac719 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 18:55:55 +0000 Subject: [PATCH 16/16] chore(metadata): Regenerate cache --- .../metadata/md5-cache/app-admin/locksmith-0.6.2 | 8 ++++---- .../metadata/md5-cache/app-admin/locksmith-9999 | 8 ++++---- .../metadata/md5-cache/app-admin/mayday-1.0.0 | 8 ++++---- .../metadata/md5-cache/app-admin/mayday-9999 | 8 ++++---- .../md5-cache/app-admin/sdnotify-proxy-0.1.0-r2 | 8 ++++---- .../md5-cache/app-admin/sdnotify-proxy-9999 | 8 ++++---- .../md5-cache/app-admin/updateservicectl-2.1.0 | 8 ++++---- .../md5-cache/app-admin/updateservicectl-9999 | 8 ++++---- .../metadata/md5-cache/app-arch/torcx-0.2.0-r1 | 8 ++++---- .../metadata/md5-cache/app-arch/torcx-9999 | 8 ++++---- .../metadata/md5-cache/app-crypt/go-tspi-0.1-r4 | 9 +++++---- .../metadata/md5-cache/app-crypt/go-tspi-9999 | 9 +++++---- .../metadata/md5-cache/app-emulation/acbuild-0.4.0 | 8 ++++---- .../metadata/md5-cache/app-emulation/acbuild-9999 | 8 ++++---- .../metadata/md5-cache/app-emulation/actool-0.8.11 | 8 ++++---- .../metadata/md5-cache/app-emulation/actool-9999 | 8 ++++---- .../md5-cache/app-emulation/containerd-0.2.5-r3 | 2 +- .../md5-cache/app-emulation/containerd-0.2.6 | 2 +- .../md5-cache/app-emulation/containerd-1.1.2-r1 | 2 +- .../md5-cache/app-emulation/containerd-9999 | 2 +- .../md5-cache/app-emulation/docker-1.12.6-r8 | 2 +- .../md5-cache/app-emulation/docker-17.03.2-r1 | 2 +- .../md5-cache/app-emulation/docker-18.06.1-r2 | 2 +- .../metadata/md5-cache/app-emulation/docker-9999 | 2 +- .../app-emulation/docker-proxy-0.8.0_p20161019 | 2 +- .../app-emulation/docker-proxy-0.8.0_p20170917 | 2 +- .../app-emulation/docker-proxy-0.8.0_p20180709 | 2 +- .../md5-cache/app-emulation/docker-proxy-9999 | 2 +- .../app-emulation/docker-runc-1.0.0_rc2_p136 | 2 +- .../app-emulation/docker-runc-1.0.0_rc5_p19 | 2 +- .../metadata/md5-cache/app-emulation/rkt-1.30.0 | 11 ++++++----- .../metadata/md5-cache/app-emulation/rkt-9999 | 11 ++++++----- .../md5-cache/app-emulation/runc-1.0.0_rc2_p9 | 2 +- .../md5-cache/coreos-base/coreos-cloudinit-1.14.0 | 9 +++++---- .../md5-cache/coreos-base/coreos-cloudinit-9999 | 9 +++++---- .../coreos-base/nova-agent-watcher-0.0.7-r1 | 8 ++++---- .../md5-cache/coreos-base/nova-agent-watcher-9999 | 8 ++++---- .../metadata/md5-cache/coreos-devel/mantle-0.11.1 | 8 ++++---- .../metadata/md5-cache/coreos-devel/mantle-9999 | 8 ++++---- .../metadata/md5-cache/dev-db/etcdctl-3.3.10 | 14 +++++++------- .../metadata/md5-cache/dev-lang/go-1.10.7 | 2 +- .../metadata/md5-cache/dev-lang/go-1.11.4 | 2 +- .../metadata/md5-cache/dev-lang/go-1.5.4-r2 | 2 +- .../metadata/md5-cache/dev-lang/go-1.6.3-r1 | 2 +- .../metadata/md5-cache/dev-lang/go-1.7.6 | 2 +- .../metadata/md5-cache/dev-lang/go-1.8.7 | 2 +- .../metadata/md5-cache/dev-lang/go-1.9.7 | 2 +- .../metadata/md5-cache/dev-lang/go-bootstrap-1.5.3 | 2 +- .../metadata/md5-cache/sys-apps/ignition-0.30.0 | 9 +++++---- .../metadata/md5-cache/sys-apps/ignition-9999 | 9 +++++---- 50 files changed, 144 insertions(+), 136 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/locksmith-0.6.2 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/locksmith-0.6.2 index ac95c11b3c..e4f9fd4720 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/locksmith-0.6.2 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/locksmith-0.6.2 @@ -1,12 +1,12 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig dev-lang/go:1.11= DEFINED_PHASES=compile info install prepare unpack -DEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig dev-lang/go:1.11= DESCRIPTION=locksmith -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/locksmith IUSE=cros_workon_tree_ profiling +go_version_go1_11 KEYWORDS=amd64 arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=f8f1dde70cc354a244ccf5827d84b760 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=5be10519b346d93cd08ea374add71285 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/locksmith-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/locksmith-9999 index 3b748fdf0f..b672881302 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/locksmith-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/locksmith-9999 @@ -1,12 +1,12 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig dev-lang/go:1.11= DEFINED_PHASES=compile info install prepare unpack -DEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig dev-lang/go:1.11= DESCRIPTION=locksmith -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/locksmith IUSE=cros_workon_tree_ profiling +go_version_go1_11 KEYWORDS=~amd64 ~arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=f8f1dde70cc354a244ccf5827d84b760 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=5be10519b346d93cd08ea374add71285 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/mayday-1.0.0 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/mayday-1.0.0 index e4db93cfda..dbe33f10a9 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/mayday-1.0.0 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/mayday-1.0.0 @@ -1,12 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=mayday -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/mayday IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=amd64 arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=17368341385b9a2634cf996e07096e20 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=b921ee153e00b6fd95c186a1843e200c diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/mayday-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/mayday-9999 index 39b7d97c64..54a89f43a8 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/mayday-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/mayday-9999 @@ -1,12 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=mayday -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/mayday IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=~amd64 ~arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=17368341385b9a2634cf996e07096e20 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=b921ee153e00b6fd95c186a1843e200c diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/sdnotify-proxy-0.1.0-r2 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/sdnotify-proxy-0.1.0-r2 index 6f2304c90c..46203ebd1a 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/sdnotify-proxy-0.1.0-r2 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/sdnotify-proxy-0.1.0-r2 @@ -1,12 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=sdnotify-proxy -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/sdnotify-proxy IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=amd64 arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=f9be5b8fc722ade07ef8ee077b6169f6 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=7b72d37dbae4061245b441cc5994cce0 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/sdnotify-proxy-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/sdnotify-proxy-9999 index 4e4a524711..641481fa4d 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/sdnotify-proxy-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/sdnotify-proxy-9999 @@ -1,12 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=sdnotify-proxy -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/sdnotify-proxy IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=~amd64 ~arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=f9be5b8fc722ade07ef8ee077b6169f6 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=7b72d37dbae4061245b441cc5994cce0 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/updateservicectl-2.1.0 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/updateservicectl-2.1.0 index acfba9fffe..7f4f3894b1 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/updateservicectl-2.1.0 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/updateservicectl-2.1.0 @@ -1,7 +1,7 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] dev-lang/go:1.11= DEFINED_PHASES=compile info install prepare unpack -DEPEND=>=dev-vcs/git-1.8.2.1[curl] dev-lang/go:1.11= DESCRIPTION=CoreUpdate Management CLI -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/updateservicectl IUSE=cros_workon_tree_ profiling +go_version_go1_11 KEYWORDS=amd64 arm64 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=!app-admin/updatectl REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=425118a838b260a611d3c29156219535 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=9d10bb8dfcc5aeedd5db5b4a5505d2bc diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/updateservicectl-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/updateservicectl-9999 index 9da3aecc71..d41a311891 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/updateservicectl-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-admin/updateservicectl-9999 @@ -1,7 +1,7 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] dev-lang/go:1.11= DEFINED_PHASES=compile info install prepare unpack -DEPEND=>=dev-vcs/git-1.8.2.1[curl] dev-lang/go:1.11= DESCRIPTION=CoreUpdate Management CLI -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/updateservicectl IUSE=cros_workon_tree_ profiling +go_version_go1_11 KEYWORDS=~amd64 ~arm64 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=!app-admin/updatectl REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=425118a838b260a611d3c29156219535 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=9d10bb8dfcc5aeedd5db5b4a5505d2bc diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-arch/torcx-0.2.0-r1 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-arch/torcx-0.2.0-r1 index 6786311e2d..824e2e4ad3 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-arch/torcx-0.2.0-r1 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-arch/torcx-0.2.0-r1 @@ -1,12 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig DESCRIPTION=torcx is a boot-time addon manager for immutable systems -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/torcx IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=amd64 arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=4737e4e14479073a43bd3c4e42b110c8 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=bb3ebf5158efb9e5ee44386ac9c3d6ef diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-arch/torcx-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-arch/torcx-9999 index 2f0cbd38f6..bc6e8a286d 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-arch/torcx-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-arch/torcx-9999 @@ -1,12 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig DESCRIPTION=torcx is a boot-time addon manager for immutable systems -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/torcx IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=~amd64 ~arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=4737e4e14479073a43bd3c4e42b110c8 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=bb3ebf5158efb9e5ee44386ac9c3d6ef diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-crypt/go-tspi-0.1-r4 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-crypt/go-tspi-0.1-r4 index 62a34673eb..b2825abfb7 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-crypt/go-tspi-0.1-r4 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-crypt/go-tspi-0.1-r4 @@ -1,11 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig DEFINED_PHASES=compile install prepare unpack -DEPEND=app-crypt/trousers dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig -EAPI=5 +DEPEND=app-crypt/trousers +EAPI=7 IUSE=+go_version_go1_11 KEYWORDS=amd64 arm64 LICENSE=Apache-2.0 RDEPEND=app-crypt/trousers REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=d523ca08b79b405ccb6667940a2bf221 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=27b2aadeb146d14e137876bac7dea4b7 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-crypt/go-tspi-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-crypt/go-tspi-9999 index d1ac24d57e..44f2b0afe2 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-crypt/go-tspi-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-crypt/go-tspi-9999 @@ -1,11 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig DEFINED_PHASES=compile install prepare unpack -DEPEND=app-crypt/trousers dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig -EAPI=5 +DEPEND=app-crypt/trousers +EAPI=7 IUSE=+go_version_go1_11 KEYWORDS=~amd64 ~arm64 LICENSE=Apache-2.0 RDEPEND=app-crypt/trousers REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=d523ca08b79b405ccb6667940a2bf221 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=27b2aadeb146d14e137876bac7dea4b7 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/acbuild-0.4.0 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/acbuild-0.4.0 index ada010e4a3..ad25788556 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/acbuild-0.4.0 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/acbuild-0.4.0 @@ -1,7 +1,7 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=A build tool for ACIs -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/appc/acbuild IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=amd64 arm64 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=sys-apps/kmod app-crypt/gnupg sys-apps/systemd REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=a2d16c15d941041288005d1f9afceb02 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=e7145d1273911ef1274e154ca3261202 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/acbuild-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/acbuild-9999 index 21c8389c0e..3eaf8ca2d9 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/acbuild-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/acbuild-9999 @@ -1,7 +1,7 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=A build tool for ACIs -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/appc/acbuild IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=~amd64 ~arm64 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=sys-apps/kmod app-crypt/gnupg sys-apps/systemd REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=a2d16c15d941041288005d1f9afceb02 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=e7145d1273911ef1274e154ca3261202 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/actool-0.8.11 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/actool-0.8.11 index 1f61c75f99..4e1b2cd77f 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/actool-0.8.11 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/actool-0.8.11 @@ -1,12 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=App Container builder and validator -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/appc/spec IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=amd64 arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=453420db911bdfd2e42309589b4dd789 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=bc6766516dec5035ab6c2353ec29c386 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/actool-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/actool-9999 index 083472dd9d..4f8aa92ffe 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/actool-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/actool-9999 @@ -1,12 +1,12 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=App Container builder and validator -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/appc/spec IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=~amd64 ~arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=453420db911bdfd2e42309589b4dd789 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=bc6766516dec5035ab6c2353ec29c386 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-0.2.5-r3 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-0.2.5-r3 index beb81bf533..716fdb93f8 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-0.2.5-r3 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-0.2.5-r3 @@ -10,5 +10,5 @@ RDEPEND=app-emulation/runc seccomp? ( sys-libs/libseccomp ) REQUIRED_USE=go_version_go1_7 SLOT=0 SRC_URI=https://github.com/docker/containerd/archive/v0.2.5.tar.gz -> containerd-0.2.5.tar.gz -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 _md5_=64df13fb338d0d09fdb7cec621bf1b0d diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-0.2.6 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-0.2.6 index 7f9f3019ec..c9d9b5e1c3 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-0.2.6 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-0.2.6 @@ -11,5 +11,5 @@ REQUIRED_USE=go_version_go1_7 RESTRICT=test SLOT=0 SRC_URI=https://github.com/docker/containerd/archive/v0.2.6.tar.gz -> containerd-0.2.6.tar.gz -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf _md5_=3467a0d35323a97820a4787b2d8d4626 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-1.1.2-r1 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-1.1.2-r1 index cb45e02198..d569ed9eb1 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-1.1.2-r1 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-1.1.2-r1 @@ -11,5 +11,5 @@ REQUIRED_USE=go_version_go1_10 RESTRICT=test SLOT=0 SRC_URI=https://github.com/containerd/containerd/archive/v1.1.2.tar.gz -> containerd-1.1.2.tar.gz -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 _md5_=fa3a61c0d95a8e874331835c436d2da8 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-9999 index a3e29b6fa1..ee0f976f8c 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/containerd-9999 @@ -9,5 +9,5 @@ RDEPEND==app-emulation/docker-runc-1.0.0_rc5_p19 sys-libs/libseccomp REQUIRED_USE=go_version_go1_10 RESTRICT=test SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf _md5_=fa3a61c0d95a8e874331835c436d2da8 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-1.12.6-r8 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-1.12.6-r8 index 30c3a62e7e..f049ce7fb9 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-1.12.6-r8 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-1.12.6-r8 @@ -10,5 +10,5 @@ RDEPEND=>=dev-db/sqlite-3.7.9:3 device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] ) s REQUIRED_USE=go_version_go1_7 RESTRICT=installsources strip SLOT=0 -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf _md5_=1848ce560a3c7caf7f7ec9ac3bfee7c8 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-17.03.2-r1 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-17.03.2-r1 index 868a8d4b5a..633a0d4e58 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-17.03.2-r1 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-17.03.2-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-db/sqlite-3.7.9:3 device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] ) j REQUIRED_USE=go_version_go1_7 RESTRICT=installsources strip SLOT=0 -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf _md5_=641baf86697973082859ee2815d7e975 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-18.06.1-r2 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-18.06.1-r2 index 347f013dee..d2ac02bde1 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-18.06.1-r2 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-18.06.1-r2 @@ -11,5 +11,5 @@ REQUIRED_USE=go_version_go1_10 RESTRICT=installsources strip SLOT=0 SRC_URI=https://github.com/docker/docker-ce/archive/v18.06.1-ce.tar.gz -> docker-18.06.1.tar.gz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 _md5_=7d06c505992daf704bf52e0a6793ef47 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-9999 index 55c323286d..e57f580987 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-9999 @@ -10,5 +10,5 @@ RDEPEND=>=dev-db/sqlite-3.7.9:3 device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] ) s REQUIRED_USE=go_version_go1_10 RESTRICT=installsources strip SLOT=0 -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf _md5_=7d06c505992daf704bf52e0a6793ef47 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20161019 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20161019 index 92fbed0d82..d7dc0979b2 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20161019 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20161019 @@ -11,5 +11,5 @@ REQUIRED_USE=go_version_go1_7 RESTRICT=test SLOT=0 SRC_URI=https://github.com/docker/libnetwork/archive/0f534354b813003a754606689722fe253101bc4e.tar.gz -> docker-proxy-0.8.0_p20161019.tar.gz -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e golang-base 8e4d7f712ec0e170e2c190c1e3da6501 golang-vcs-snapshot 6f66975a5b570c5e05ed96910c574abc ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e golang-base 8e4d7f712ec0e170e2c190c1e3da6501 golang-vcs-snapshot 6f66975a5b570c5e05ed96910c574abc ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf _md5_=5a2c6f043707a59e87b7f33c9006c339 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20170917 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20170917 index 1ae2c9a953..8d0a846eea 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20170917 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20170917 @@ -11,5 +11,5 @@ REQUIRED_USE=go_version_go1_8 RESTRICT=test SLOT=0 SRC_URI=https://github.com/docker/libnetwork/archive/7b2b1feb1de4817d522cc372af149ff48d25028e.tar.gz -> docker-proxy-0.8.0_p20170917.tar.gz -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e golang-base 8e4d7f712ec0e170e2c190c1e3da6501 golang-vcs-snapshot 6f66975a5b570c5e05ed96910c574abc ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e golang-base 8e4d7f712ec0e170e2c190c1e3da6501 golang-vcs-snapshot 6f66975a5b570c5e05ed96910c574abc ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf _md5_=0ac5308eacfa5b2af0d97520ff0821fc diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20180709 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20180709 index 8899743a84..79b6dbd45f 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20180709 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-0.8.0_p20180709 @@ -11,5 +11,5 @@ REQUIRED_USE=go_version_go1_10 RESTRICT=test SLOT=0 SRC_URI=https://github.com/docker/libnetwork/archive/3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b.tar.gz -> docker-proxy-0.8.0_p20180709.tar.gz -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e golang-base 8e4d7f712ec0e170e2c190c1e3da6501 golang-vcs-snapshot 6f66975a5b570c5e05ed96910c574abc ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e golang-base 8e4d7f712ec0e170e2c190c1e3da6501 golang-vcs-snapshot 6f66975a5b570c5e05ed96910c574abc ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf _md5_=fcdbb5e8df0ffe8d91462d7f1dbdbb7f diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-9999 index fd5b1ef690..522037976a 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-proxy-9999 @@ -10,5 +10,5 @@ RDEPEND=! docker-runc-1.0.0_rc2_p136.tar.gz -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 _md5_=612d76f65f2d17f115b4e4f2a968bea3 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-runc-1.0.0_rc5_p19 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-runc-1.0.0_rc5_p19 index 20bbe22f4c..92456c7bf4 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-runc-1.0.0_rc5_p19 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/docker-runc-1.0.0_rc5_p19 @@ -11,5 +11,5 @@ REQUIRED_USE=go_version_go1_10 RESTRICT=test SLOT=0 SRC_URI=https://github.com/opencontainers/runc/archive/69663f0bd4b60df09991c08812a60108003fa340.tar.gz -> docker-runc-1.0.0_rc5_p19.tar.gz -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 _md5_=85f9379ee51e095f514748d1aa8c1fd4 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/rkt-1.30.0 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/rkt-1.30.0 index fe18b4039a..31c1b1b118 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/rkt-1.30.0 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/rkt-1.30.0 @@ -1,7 +1,8 @@ -DEFINED_PHASES=compile configure info install prepare test unpack -DEPEND=app-arch/cpio sys-fs/squashfs-tools rkt_stage1_src? ( >=sys-apps/systemd-222 app-shells/bash ) sys-apps/acl tpm? ( app-crypt/trousers ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] dev-lang/go:1.9= +BDEPEND=>=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] dev-lang/go:1.9= +DEFINED_PHASES=configure info install prepare unpack +DEPEND=app-arch/cpio sys-fs/squashfs-tools rkt_stage1_src? ( >=sys-apps/systemd-222 app-shells/bash ) sys-apps/acl tpm? ( app-crypt/trousers ) DESCRIPTION=A CLI for running app containers, and an implementation of the App Container Spec. -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/rkt/rkt IUSE=doc examples +rkt_stage1_coreos +rkt_stage1_fly rkt_stage1_host rkt_stage1_src tpm cros_workon_tree_ profiling +go_version_go1_9 KEYWORDS=amd64 arm64 @@ -10,5 +11,5 @@ RDEPEND=!app-emulation/rocket rkt_stage1_host? ( >=sys-apps/systemd-220 app-shel REQUIRED_USE=|| ( rkt_stage1_coreos rkt_stage1_fly rkt_stage1_host rkt_stage1_src ) go_version_go1_9 SLOT=0 SRC_URI=rkt_stage1_coreos? ( amd64? ( https://alpha.release.core-os.net/amd64-usr/1478.0.0/coreos_production_pxe_image.cpio.gz -> rkt-pxe-amd64-usr-1478.0.0.img ) arm64? ( https://alpha.release.core-os.net/arm64-usr/1478.0.0/coreos_production_pxe_image.cpio.gz -> rkt-pxe-arm64-usr-1478.0.0.img ) ) -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 autotools-utils 696393cddf6200db17a31641f597b403 coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=334cbd4ce8b25a40852cbbbaa7b5e44c +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=224c6264b30c8285e08730d7e8d3f345 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/rkt-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/rkt-9999 index 52e98a932b..cb899734cb 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/rkt-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/rkt-9999 @@ -1,7 +1,8 @@ -DEFINED_PHASES=compile configure info install prepare test unpack -DEPEND=app-arch/cpio sys-fs/squashfs-tools rkt_stage1_src? ( >=sys-apps/systemd-222 app-shells/bash ) sys-apps/acl tpm? ( app-crypt/trousers ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] dev-lang/go:1.9= +BDEPEND=>=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] dev-lang/go:1.9= +DEFINED_PHASES=configure info install prepare unpack +DEPEND=app-arch/cpio sys-fs/squashfs-tools rkt_stage1_src? ( >=sys-apps/systemd-222 app-shells/bash ) sys-apps/acl tpm? ( app-crypt/trousers ) DESCRIPTION=A CLI for running app containers, and an implementation of the App Container Spec. -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/rkt/rkt IUSE=doc examples +rkt_stage1_coreos +rkt_stage1_fly rkt_stage1_host rkt_stage1_src tpm cros_workon_tree_ profiling +go_version_go1_9 KEYWORDS=~amd64 ~arm64 @@ -10,5 +11,5 @@ RDEPEND=!app-emulation/rocket rkt_stage1_host? ( >=sys-apps/systemd-220 app-shel REQUIRED_USE=|| ( rkt_stage1_coreos rkt_stage1_fly rkt_stage1_host rkt_stage1_src ) go_version_go1_9 SLOT=0 SRC_URI=rkt_stage1_coreos? ( amd64? ( https://alpha.release.core-os.net/amd64-usr/1478.0.0/coreos_production_pxe_image.cpio.gz -> rkt-pxe-amd64-usr-1478.0.0.img ) arm64? ( https://alpha.release.core-os.net/arm64-usr/1478.0.0/coreos_production_pxe_image.cpio.gz -> rkt-pxe-arm64-usr-1478.0.0.img ) ) -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 autotools-utils 696393cddf6200db17a31641f597b403 coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=334cbd4ce8b25a40852cbbbaa7b5e44c +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=224c6264b30c8285e08730d7e8d3f345 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/runc-1.0.0_rc2_p9 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/runc-1.0.0_rc2_p9 index e7e0b83f38..4c08b5b63a 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/runc-1.0.0_rc2_p9 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/app-emulation/runc-1.0.0_rc2_p9 @@ -10,5 +10,5 @@ RDEPEND=apparmor? ( sys-libs/libapparmor ) seccomp? ( sys-libs/libseccomp ) REQUIRED_USE=go_version_go1_6 SLOT=0 SRC_URI=https://github.com/opencontainers/runc/archive/50a19c6ff828c58e5dab13830bd3dacde268afe5.tar.gz -> runc-1.0.0_rc2_p9.tar.gz -_eclasses_=coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 +_eclasses_=coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 _md5_=5de83c00406eeda34385ddaad1de177f diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/coreos-cloudinit-1.14.0 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/coreos-cloudinit-1.14.0 index c08c570403..1cf53ad552 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/coreos-cloudinit-1.14.0 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/coreos-cloudinit-1.14.0 @@ -1,7 +1,8 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig virtual/pkgconfig dev-lang/go:1.11= DEFINED_PHASES=compile info install prepare unpack -DEPEND=!=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig virtual/pkgconfig dev-lang/go:1.11= +DEPEND=!=sys-apps/shadow-4.1.5.1 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=782ac18121c9fd3209991719ce08533f +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac +_md5_=3268cbc1e32e181cb9e561530a78f9fd diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/coreos-cloudinit-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/coreos-cloudinit-9999 index 2a0fd8a64f..05359cb487 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/coreos-cloudinit-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/coreos-cloudinit-9999 @@ -1,7 +1,8 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig virtual/pkgconfig dev-lang/go:1.11= DEFINED_PHASES=compile info install prepare unpack -DEPEND=!=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig virtual/pkgconfig dev-lang/go:1.11= +DEPEND=!=sys-apps/shadow-4.1.5.1 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=782ac18121c9fd3209991719ce08533f +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac +_md5_=3268cbc1e32e181cb9e561530a78f9fd diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/nova-agent-watcher-0.0.7-r1 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/nova-agent-watcher-0.0.7-r1 index ddb12542b3..650bf0021f 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/nova-agent-watcher-0.0.7-r1 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/nova-agent-watcher-0.0.7-r1 @@ -1,12 +1,12 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig dev-lang/go:1.11= DEFINED_PHASES=compile info install prepare unpack -DEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig dev-lang/go:1.11= DESCRIPTION=nova-agent-watcher -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/nova-agent-watcher IUSE=cros_workon_tree_ profiling +go_version_go1_11 KEYWORDS=amd64 arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=5f033e01316562b13f6837d69b2042a8 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=bca552e19d925e1dba18a19506b23079 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/nova-agent-watcher-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/nova-agent-watcher-9999 index 1c5c1d547d..e0a7b16d6f 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/nova-agent-watcher-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-base/nova-agent-watcher-9999 @@ -1,12 +1,12 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig dev-lang/go:1.11= DEFINED_PHASES=compile info install prepare unpack -DEPEND=>=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig dev-lang/go:1.11= DESCRIPTION=nova-agent-watcher -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/nova-agent-watcher IUSE=cros_workon_tree_ profiling +go_version_go1_11 KEYWORDS=~amd64 ~arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=5f033e01316562b13f6837d69b2042a8 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=bca552e19d925e1dba18a19506b23079 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-devel/mantle-0.11.1 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-devel/mantle-0.11.1 index a78e830d2d..0c803d0a8f 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-devel/mantle-0.11.1 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-devel/mantle-0.11.1 @@ -1,7 +1,7 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare test unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=Mantle: Gluing CoreOS together -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/mantle IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=amd64 arm64 @@ -9,5 +9,5 @@ LICENSE=Apache-2 RDEPEND=>=net-dns/dnsmasq-2.72[dhcp,ipv6] REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=3307d975f57fb43c7aaf18c61ce963aa +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=20cc0d37ce0e35fdeda6abf647df9c24 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-devel/mantle-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-devel/mantle-9999 index 62de2f4eba..74d597f4c8 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-devel/mantle-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/coreos-devel/mantle-9999 @@ -1,7 +1,7 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile info install prepare test unpack -DEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=Mantle: Gluing CoreOS together -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/mantle IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=~amd64 ~arm64 @@ -9,5 +9,5 @@ LICENSE=Apache-2 RDEPEND=>=net-dns/dnsmasq-2.72[dhcp,ipv6] REQUIRED_USE=go_version_go1_11 SLOT=0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=3307d975f57fb43c7aaf18c61ce963aa +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=20cc0d37ce0e35fdeda6abf647df9c24 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-db/etcdctl-3.3.10 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-db/etcdctl-3.3.10 index 7227a2e4f9..e303d3146c 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-db/etcdctl-3.3.10 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-db/etcdctl-3.3.10 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile install prepare unpack -DEPEND=dev-lang/go:1.11= >=dev-lang/go-1.9 +BDEPEND=dev-lang/go:1.11= +DEFINED_PHASES=compile install prepare DESCRIPTION=The etcd command line client, v3, compatible with v2 -EAPI=5 -HOMEPAGE=https://github.com/coreos/etcd +EAPI=7 +HOMEPAGE=https://github.com/etcd-io/etcd IUSE=+go_version_go1_11 KEYWORDS=amd64 arm64 LICENSE=Apache-2.0 REQUIRED_USE=go_version_go1_11 SLOT=0 -SRC_URI=https://github.com/coreos/etcd/archive/v3.3.10.tar.gz -> etcdctl-3.3.10.tar.gz -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e golang-base 8e4d7f712ec0e170e2c190c1e3da6501 golang-vcs-snapshot 6f66975a5b570c5e05ed96910c574abc ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=be6ff2d151f20fd19a21c28e51a00646 +SRC_URI=https://github.com/etcd-io/etcd/archive/v3.3.10.tar.gz -> etcdctl-3.3.10.tar.gz +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs f164325a2cdb5b3ea39311d483988861 +_md5_=bdac903f4b5b7f1f75b6b0aa78f86161 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.10.7 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.10.7 index 8fc623ae8a..cc51cc92f5 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.10.7 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.10.7 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-eselect/eselect-go SLOT=1.10/1.10.7 SRC_URI=https://storage.googleapis.com/golang/go1.10.7.src.tar.gz -_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 _md5_=62f4876ac7b867a48fadcf7eaebfea17 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.11.4 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.11.4 index 60ceade920..81a793dff0 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.11.4 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.11.4 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-eselect/eselect-go SLOT=1.11/1.11.4 SRC_URI=https://storage.googleapis.com/golang/go1.11.4.src.tar.gz -_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 _md5_=62f4876ac7b867a48fadcf7eaebfea17 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.5.4-r2 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.5.4-r2 index bd0c4af81d..8091bbdd6d 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.5.4-r2 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.5.4-r2 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-eselect/eselect-go SLOT=1.5/1.5.4 SRC_URI=https://storage.googleapis.com/golang/go1.5.4.src.tar.gz -_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 _md5_=29f76ceada4828394b60460d3163e657 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.6.3-r1 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.6.3-r1 index 8054299ea1..b721385def 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.6.3-r1 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.6.3-r1 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-eselect/eselect-go SLOT=1.6/1.6.3 SRC_URI=https://storage.googleapis.com/golang/go1.6.3.src.tar.gz -_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 _md5_=29f76ceada4828394b60460d3163e657 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.7.6 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.7.6 index c9523379b9..848d609dec 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.7.6 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.7.6 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-eselect/eselect-go SLOT=1.7/1.7.6 SRC_URI=https://storage.googleapis.com/golang/go1.7.6.src.tar.gz -_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 _md5_=29f76ceada4828394b60460d3163e657 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.8.7 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.8.7 index 0f67191a89..5404601563 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.8.7 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.8.7 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-eselect/eselect-go SLOT=1.8/1.8.7 SRC_URI=https://storage.googleapis.com/golang/go1.8.7.src.tar.gz -_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 _md5_=ecb55eb99b642b7f935066ec40ca4dc6 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.9.7 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.9.7 index 8e5330809d..f170ccb4c5 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.9.7 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-1.9.7 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-eselect/eselect-go SLOT=1.9/1.9.7 SRC_URI=https://storage.googleapis.com/golang/go1.9.7.src.tar.gz -_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_eclasses_=coreos-go-lang 5983edbc8ebcd4ee0977c514df5904e2 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 _md5_=ebb70416fc83e0a99023227fe1a52936 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-bootstrap-1.5.3 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-bootstrap-1.5.3 index 96096274a8..61332debf1 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-bootstrap-1.5.3 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/dev-lang/go-bootstrap-1.5.3 @@ -6,5 +6,5 @@ KEYWORDS=-* amd64 arm64 LICENSE=BSD SLOT=0 SRC_URI=amd64? ( https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap.tbz ) arm64? ( https://dev.gentoo.org/~williamh/dist/go-linux-arm64-bootstrap.tbz ) -_eclasses_=coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_eclasses_=coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf _md5_=8b21a7e8273c576eb8fb23c2e3fe844a diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/sys-apps/ignition-0.30.0 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/sys-apps/ignition-0.30.0 index 20b2fd8a74..1265832f44 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/sys-apps/ignition-0.30.0 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/sys-apps/ignition-0.30.0 @@ -1,7 +1,8 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile info install prepare unpack -DEPEND=sys-apps/util-linux dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig virtual/pkgconfig +DEPEND=sys-apps/util-linux DESCRIPTION=Pre-boot provisioning utility -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/ignition IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=amd64 arm64 @@ -9,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=sys-apps/coreutils sys-apps/gptfdisk sys-apps/shadow sys-apps/systemd sys-fs/btrfs-progs sys-fs/dosfstools sys-fs/e2fsprogs sys-fs/mdadm sys-fs/xfsprogs sys-apps/util-linux REQUIRED_USE=go_version_go1_11 SLOT=0/0.30.0 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=981810d9bbd4a171305c3c3dfb0bd955 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac +_md5_=754f88e7081429a8e743808f59fcd965 diff --git a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/sys-apps/ignition-9999 b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/sys-apps/ignition-9999 index ecb810c747..8144fe260e 100644 --- a/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/sys-apps/ignition-9999 +++ b/sdk_container/src/third_party/coreos-overlay/metadata/md5-cache/sys-apps/ignition-9999 @@ -1,7 +1,8 @@ +BDEPEND=dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile info install prepare unpack -DEPEND=sys-apps/util-linux dev-lang/go:1.11= >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig virtual/pkgconfig +DEPEND=sys-apps/util-linux DESCRIPTION=Pre-boot provisioning utility -EAPI=5 +EAPI=7 HOMEPAGE=https://github.com/coreos/ignition IUSE=+go_version_go1_11 cros_workon_tree_ profiling KEYWORDS=~amd64 ~arm64 @@ -9,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=sys-apps/coreutils sys-apps/gptfdisk sys-apps/shadow sys-apps/systemd sys-fs/btrfs-progs sys-fs/dosfstools sys-fs/e2fsprogs sys-fs/mdadm sys-fs/xfsprogs sys-apps/util-linux REQUIRED_USE=go_version_go1_11 SLOT=0/9999 -_eclasses_=coreos-go 6ac9cfd14732c366af8df9447772fa8c coreos-go-depend c1ef355151971b96934101203331f30c coreos-go-utils c34072f13165bb85e5106cc6e082a4e1 cros-workon 4ad6e6491a1010ad7c875302b3be18ba desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=981810d9bbd4a171305c3c3dfb0bd955 +_eclasses_=coreos-go e0b9bd13413783cf7a2859afc20534a2 coreos-go-depend cec6567f1c69a9b3e529a49eedaeed55 coreos-go-utils 67004337b6f831adc5f1ff107ee2f157 cros-workon 4ad6e6491a1010ad7c875302b3be18ba eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 systemd 47c677ae1d7b69031f11f630ac09f0d1 toolchain-funcs f164325a2cdb5b3ea39311d483988861 udev 7752f306eec7b286d00bdb47b763e7ac +_md5_=754f88e7081429a8e743808f59fcd965