Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
Date: Wed, 15 Feb 2017 18:29:07
Message-Id: 1487183164.cc8de0259cc223c0e23b7e8de2ee649d215692a4.mgorny@gentoo
1 commit: cc8de0259cc223c0e23b7e8de2ee649d215692a4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 18:18:04 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 18:26:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8de025
7
8 app-portage/unsandbox: Bump to v2, fixes #609444
9
10 app-portage/unsandbox/Manifest | 1 +
11 app-portage/unsandbox/unsandbox-2.ebuild | 16 ++++++++++++++++
12 2 files changed, 17 insertions(+)
13
14 diff --git a/app-portage/unsandbox/Manifest b/app-portage/unsandbox/Manifest
15 index 5b8f98d562..d27298884a 100644
16 --- a/app-portage/unsandbox/Manifest
17 +++ b/app-portage/unsandbox/Manifest
18 @@ -1 +1,2 @@
19 +DIST unsandbox-2.tar.gz 891 SHA256 88f1ced6f197ba65f10266de879ab88ab05e3e874c4b29ba82a1db684518df84 SHA512 d669a7119e397434219c7a86a5d10caeb0099fed841a3264ba09ed45c206621baf3f98104d3b6ff8239a79306177d6ebe0305ab67ab472e739f722e1823ab2c6 WHIRLPOOL e309a78c37f4f8f038a9499f1a3e7310e33c306d6624e60c993326015b328218b1fd51ab70db4d15ee6ba6d2c3efb0d9b1a59ee77231d9a7442db3774d5a35c4
20 DIST unsandbox.c 678 SHA256 806422d7cc96de98a6283ed11efcfe37d6597236d861313849fbd7a6e24e7cfa SHA512 380bb1c59442c1637de0b95450a58be7249b7943e061b3ec18464f5fa04629e27453aaefa85d48f84c4f3a0affaa9302a81d36b33a860d027280e4e9a396fd04 WHIRLPOOL b7dfe56418ec6970cf053454aebd70cf0fcc9bb7eb1f8f0583d1c6b01d6c500327407b4f9e8db118d0552546f4ea0c60ce38f8bd27bdfaeabd8804f958c59262
21
22 diff --git a/app-portage/unsandbox/unsandbox-2.ebuild b/app-portage/unsandbox/unsandbox-2.ebuild
23 new file mode 100644
24 index 0000000000..3c67bb5414
25 --- /dev/null
26 +++ b/app-portage/unsandbox/unsandbox-2.ebuild
27 @@ -0,0 +1,16 @@
28 +# Copyright 1999-2017 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Id$
31 +
32 +EAPI=6
33 +
34 +inherit cmake-utils
35 +
36 +DESCRIPTION="The Sandbox escapist tool"
37 +HOMEPAGE="https://github.com/mgorny/unsandbox"
38 +SRC_URI="https://github.com/mgorny/unsandbox/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 +
40 +LICENSE="BSD-2"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43 +IUSE=""