From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
Date: Sat, 1 Oct 2016 19:06:01 +0000 (UTC) [thread overview]
Message-ID: <1475348756.2ec63c8f37bf941674ac4978f349de7f7dcf95f9.mgorny@gentoo> (raw)
commit: 2ec63c8f37bf941674ac4978f349de7f7dcf95f9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 17:43:48 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 19:05:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec63c8f
app-portage/unsandbox: Introduce the sandbox escape tool
app-portage/unsandbox/Manifest | 1 +
app-portage/unsandbox/metadata.xml | 8 ++++++++
app-portage/unsandbox/unsandbox-1.ebuild | 28 ++++++++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/app-portage/unsandbox/Manifest b/app-portage/unsandbox/Manifest
new file mode 100644
index 00000000..5b8f98d
--- /dev/null
+++ b/app-portage/unsandbox/Manifest
@@ -0,0 +1 @@
+DIST unsandbox.c 678 SHA256 806422d7cc96de98a6283ed11efcfe37d6597236d861313849fbd7a6e24e7cfa SHA512 380bb1c59442c1637de0b95450a58be7249b7943e061b3ec18464f5fa04629e27453aaefa85d48f84c4f3a0affaa9302a81d36b33a860d027280e4e9a396fd04 WHIRLPOOL b7dfe56418ec6970cf053454aebd70cf0fcc9bb7eb1f8f0583d1c6b01d6c500327407b4f9e8db118d0552546f4ea0c60ce38f8bd27bdfaeabd8804f958c59262
diff --git a/app-portage/unsandbox/metadata.xml b/app-portage/unsandbox/metadata.xml
new file mode 100644
index 00000000..0319eec
--- /dev/null
+++ b/app-portage/unsandbox/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-portage/unsandbox/unsandbox-1.ebuild b/app-portage/unsandbox/unsandbox-1.ebuild
new file mode 100644
index 00000000..d474616
--- /dev/null
+++ b/app-portage/unsandbox/unsandbox-1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="The Sandbox escapist tool"
+HOMEPAGE="http://dev.gentoo.org/~mgorny/unsandbox.c"
+SRC_URI="http://dev.gentoo.org/~mgorny/unsandbox.c"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}
+
+src_unpack() {
+ cp "${DISTDIR}"/unsandbox.c "${WORKDIR}"/ || die
+}
+
+src_compile() {
+ emake LDLIBS=-ldl unsandbox
+}
+
+src_install() {
+ dobin unsandbox
+}
next reply other threads:[~2016-10-01 19:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-01 19:06 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-01 20:03 [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/ Michał Górny
2017-02-15 17:50 Michał Górny
2017-02-15 18:26 Michał Górny
2017-03-23 20:28 Michał Górny
2017-11-19 19:14 Thomas Deutschmann
2017-12-14 22:31 Matt Turner
2018-05-08 23:11 Mikle Kolyada
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=1475348756.2ec63c8f37bf941674ac4978f349de7f7dcf95f9.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