public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/crun/
Date: Sat,  2 Nov 2019 09:37:28 +0000 (UTC)	[thread overview]
Message-ID: <1572687445.e5fa30b2eec2e4a007869baf0e4e5bd8791f7097.mgorny@gentoo> (raw)

commit:     e5fa30b2eec2e4a007869baf0e4e5bd8791f7097
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 09:35:49 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 09:37:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fa30b2

app-emulation/crun: [QA] Revert "new package ( 0.10.3 )"

This package has been introduced with CI warnings that were not resolved
since Wednesday.

Reverts: b818341b329017a792f721ff7b9576f843856945
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-emulation/crun/Manifest           |  1 -
 app-emulation/crun/crun-0.10.3.ebuild | 61 -----------------------------------
 app-emulation/crun/metadata.xml       | 31 ------------------
 3 files changed, 93 deletions(-)

diff --git a/app-emulation/crun/Manifest b/app-emulation/crun/Manifest
deleted file mode 100644
index f666033e3b5..00000000000
--- a/app-emulation/crun/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST crun-0.10.3.tar.gz 1235071 BLAKE2B 98d3cc82c48d288b10ac7716bf0f8a8ce7757cc5cebb2ed10ea6272d46eb434a5fee32791dd5e8ae3bee040a9e48bd411e95494e70609117ec5dbbc2ea24bd8f SHA512 df39e911b0f3b80861c1820806ce9cd0f9772711f7caf246fb4824beb19ddc6e6a593881a239a0e27ecd3bae7d823dde6893930618b43cd84623b5bcd510e8ae

diff --git a/app-emulation/crun/crun-0.10.3.ebuild b/app-emulation/crun/crun-0.10.3.ebuild
deleted file mode 100644
index af85b6beb34..00000000000
--- a/app-emulation/crun/crun-0.10.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils
-
-DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
-HOMEPAGE="https://github.com/containers/crun"
-SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="bpf +caps doc seccomp systemd static-libs"
-
-DEPEND="
-	dev-libs/yajl
-	sys-libs/libseccomp
-	caps? ( sys-libs/libcap )
-	seccomp? ( sys-libs/libseccomp )
-	systemd? ( sys-apps/systemd )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	>=dev-lang/python-3.5.0
-	doc? ( dev-go/go-md2man )
-"
-
-DOCS=( README.md )
-
-src_configure() {
-	econf \
-		$(use_enable bpf) \
-		$(use_enable caps) \
-		$(use_enable seccomp) \
-		$(use_enable systemd) \
-		$(usex static-libs '--enabled-shared  --enabled-static' '--enable-shared --disable-static' '' '')
-}
-
-src_compile() {
-	pushd libocispec || die
-	emake
-	popd
-	emake crun
-	if use doc ; then
-		emake crun.1
-	fi
-}
-
-src_install() {
-	pushd libocispec || die
-	emake "DESTDIR=$D" install-exec
-	popd
-	emake "DESTDIR=$D" install-exec
-	if use doc ; then
-		emake "DESTDIR=$D" install-man
-	fi
-
-	einstalldocs
-}

diff --git a/app-emulation/crun/metadata.xml b/app-emulation/crun/metadata.xml
deleted file mode 100644
index 2e0bd20b39d..00000000000
--- a/app-emulation/crun/metadata.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>dan@danmolik.com</email>
-		<name>Dan Molik</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
-	<longdescription lang="en">
-		While most of the tools used in the Linux containers ecosystem are written in
-		Go, I believe C is a better fit for a lower level tool like a container
-		runtime. runc, the most used implementation of the OCI runtime specs written
-		in Go, re-execs itself and use a module written in C for setting up the
-		environment before the container process starts.
-
-		crun aims to be also usable as a library that can be easily included in
-		programs without requiring an external process for managing OCI containers.
-	</longdescription>
-	<upstream>
-		<changelog>https://github.com/containers/crun/releases</changelog>
-		<remote-id type="github">containers/crun</remote-id>
-	</upstream>
-	<use>
-		<flag name="bpf">Enable in Kernel, eBPF (enhanced Berkley Packet Filter)
-			support for managing device controllers.
-		</flag>
-	</use>
-</pkgmetadata>


             reply	other threads:[~2019-11-02  9:37 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-02  9:37 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-01 18:02 [gentoo-commits] repo/gentoo:master commit in: app-emulation/crun/ Joonas Niilola
2021-12-01 18:02 Joonas Niilola
2021-12-01 18:02 Joonas Niilola
2021-11-04 18:39 Georgy Yakovlev
2021-08-04  9:36 Georgy Yakovlev
2021-07-20  0:47 Georgy Yakovlev
2021-07-19  6:25 Agostino Sarubbo
2021-05-05  6:42 Joonas Niilola
2021-05-05  6:42 Joonas Niilola
2021-04-10  7:45 Joonas Niilola
2021-04-10  7:45 Joonas Niilola
2021-02-02 13:08 Joonas Niilola
2021-02-02 13:08 Joonas Niilola
2021-02-02 13:08 Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2020-10-07  9:29 Georgy Yakovlev
2020-10-06  1:17 Georgy Yakovlev
2020-09-23  1:14 Georgy Yakovlev
2020-08-29 22:45 Sam James
2020-08-05 12:19 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2020-06-02 11:13 Joonas Niilola
2020-06-02 11:13 Joonas Niilola
2019-11-24  0:55 Aaron Bauman
2019-11-19 12:47 Manuel Rüger
2019-10-30 13:35 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1572687445.e5fa30b2eec2e4a007869baf0e4e5bd8791f7097.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox