From: Mikle Kolyada Date: Sat, 16 May 2020 10:31:06 +0000 (+0300) Subject: app-emulation/docker-runc: remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b0e379062989d229b0924f34d04766c5ff8923f7;p=gentoo.git app-emulation/docker-runc: remove last-rited pkg Closes: https://bugs.gentoo.org/711620 Closes: https://bugs.gentoo.org/679012 Signed-off-by: Mikle Kolyada --- diff --git a/app-emulation/docker-runc/Manifest b/app-emulation/docker-runc/Manifest deleted file mode 100644 index 58fb310d5219..000000000000 --- a/app-emulation/docker-runc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST docker-runc-1.0.0_rc4_p20180122.tar.gz 1184954 BLAKE2B faf07c06c12301588d9adb1bfd31d562b31cd1119f1247b06afb2d6eba077c37a8871bd32d48e20b79f1b91fd052ec54fe6da5ac8c51713c9757e1967db563c3 SHA512 c7b24ca6212ce500d1d4c3a1776be5ca116d4f005d71e5fe8f2228c26f039058f3dd1071e9e39aa9c93272a49f7ff2ac86e2fbbcf6115cc3de65a370127d8ea5 diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild deleted file mode 100644 index cf7b91c52a95..000000000000 --- a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -EGO_PN="github.com/opencontainers/${PN/docker-}" - -if [[ ${PV} == *9999 ]]; then - inherit golang-vcs -else - MY_PV="${PV/_/-}" - EGIT_COMMIT="9f9c96235cc97674e935002fc3d78361b696a69e" - RUNC_COMMIT="9f9c962" # Change this when you update the ebuild - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc64" - inherit golang-vcs-snapshot -fi - -DESCRIPTION="runc container cli tools (docker fork)" -HOMEPAGE="http://runc.io" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="+ambient apparmor hardened +seccomp" - -RDEPEND=" - apparmor? ( sys-libs/libapparmor ) - seccomp? ( sys-libs/libseccomp ) - !app-emulation/runc -" - -S=${WORKDIR}/${P}/src/${EGO_PN} - -RESTRICT="test" - -src_prepare() { - default - sed -i -e "s/git rev-parse.*\$/echo gentoo)/" -e "/COMMIT :=/d" -e "/COMMIT_NO :=/d" Makefile || die -} - -src_compile() { - # Taken from app-emulation/docker-1.7.0-r1 - export CGO_CFLAGS="-I${ROOT}/usr/include" - export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '') - -L${ROOT}/usr/$(get_libdir)" - - # build up optional flags - local options=( - $(usex ambient 'ambient' '') - $(usex apparmor 'apparmor' '') - $(usex seccomp 'seccomp' '') - ) - - GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \ - COMMIT="${RUNC_COMMIT}" -} - -src_install() { - dobin runc -} diff --git a/app-emulation/docker-runc/metadata.xml b/app-emulation/docker-runc/metadata.xml deleted file mode 100644 index 6e7ba248cbb2..000000000000 --- a/app-emulation/docker-runc/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - runc is a CLI tool for spawning and running containers according - to the OCF (Open Container Format) specification. - - - - Enable support for ambient capability - Enable AppArmor support - - - docker/runc - -