diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-02-15 19:18:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-15 19:26:04 +0100 |
commit | cc8de0259cc223c0e23b7e8de2ee649d215692a4 (patch) | |
tree | a38f84efd48c42a02c002d69c264d734b36b0e34 /app-portage | |
parent | app-crypt/qca: Pin slot on dev-libs/botan (diff) | |
download | gentoo-cc8de0259cc223c0e23b7e8de2ee649d215692a4.tar.gz gentoo-cc8de0259cc223c0e23b7e8de2ee649d215692a4.tar.bz2 gentoo-cc8de0259cc223c0e23b7e8de2ee649d215692a4.zip |
app-portage/unsandbox: Bump to v2, fixes #609444
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/unsandbox/Manifest | 1 | ||||
-rw-r--r-- | app-portage/unsandbox/unsandbox-2.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-portage/unsandbox/Manifest b/app-portage/unsandbox/Manifest index 5b8f98d5622f..d27298884a75 100644 --- a/app-portage/unsandbox/Manifest +++ b/app-portage/unsandbox/Manifest @@ -1 +1,2 @@ +DIST unsandbox-2.tar.gz 891 SHA256 88f1ced6f197ba65f10266de879ab88ab05e3e874c4b29ba82a1db684518df84 SHA512 d669a7119e397434219c7a86a5d10caeb0099fed841a3264ba09ed45c206621baf3f98104d3b6ff8239a79306177d6ebe0305ab67ab472e739f722e1823ab2c6 WHIRLPOOL e309a78c37f4f8f038a9499f1a3e7310e33c306d6624e60c993326015b328218b1fd51ab70db4d15ee6ba6d2c3efb0d9b1a59ee77231d9a7442db3774d5a35c4 DIST unsandbox.c 678 SHA256 806422d7cc96de98a6283ed11efcfe37d6597236d861313849fbd7a6e24e7cfa SHA512 380bb1c59442c1637de0b95450a58be7249b7943e061b3ec18464f5fa04629e27453aaefa85d48f84c4f3a0affaa9302a81d36b33a860d027280e4e9a396fd04 WHIRLPOOL b7dfe56418ec6970cf053454aebd70cf0fcc9bb7eb1f8f0583d1c6b01d6c500327407b4f9e8db118d0552546f4ea0c60ce38f8bd27bdfaeabd8804f958c59262 diff --git a/app-portage/unsandbox/unsandbox-2.ebuild b/app-portage/unsandbox/unsandbox-2.ebuild new file mode 100644 index 000000000000..3c67bb541425 --- /dev/null +++ b/app-portage/unsandbox/unsandbox-2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="The Sandbox escapist tool" +HOMEPAGE="https://github.com/mgorny/unsandbox" +SRC_URI="https://github.com/mgorny/unsandbox/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |