summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-01 22:56:36 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-02 07:18:38 +0100
commitf73fff0684cc80a38b27da72e07fb172c8d91368 (patch)
tree8fb36355cd505c646770d229bffea16dd9c46b3b /app-portage/unsandbox
parentapp-portage/gpyutils: Clean old up (diff)
downloadgentoo-f73fff0684cc80a38b27da72e07fb172c8d91368.tar.gz
gentoo-f73fff0684cc80a38b27da72e07fb172c8d91368.tar.bz2
gentoo-f73fff0684cc80a38b27da72e07fb172c8d91368.zip
app-portage/unsandbox: Clean old up
Diffstat (limited to 'app-portage/unsandbox')
-rw-r--r--app-portage/unsandbox/Manifest1
-rw-r--r--app-portage/unsandbox/unsandbox-1.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-portage/unsandbox/Manifest b/app-portage/unsandbox/Manifest
index d758c6df572f..609f518f4785 100644
--- a/app-portage/unsandbox/Manifest
+++ b/app-portage/unsandbox/Manifest
@@ -1,2 +1 @@
DIST unsandbox-2.tar.gz 891 BLAKE2B 7daabf3f5ae0bdd1fcbc9c61a098c6752a84f7e1ea9053ff4317760a6140d84bae541b802f738d1c11316c336ed67ebdd1d802ca4af467a4558fe14a940967e8 SHA512 d669a7119e397434219c7a86a5d10caeb0099fed841a3264ba09ed45c206621baf3f98104d3b6ff8239a79306177d6ebe0305ab67ab472e739f722e1823ab2c6
-DIST unsandbox.c 678 BLAKE2B 64afaa54751a84b042454eb62c5baed02b1c163c54c5646147e18667766f84bfa0454a18f177ae45a5428a2b559ca9b9475ff93b2e9728376f05537b53d2864a SHA512 380bb1c59442c1637de0b95450a58be7249b7943e061b3ec18464f5fa04629e27453aaefa85d48f84c4f3a0affaa9302a81d36b33a860d027280e4e9a396fd04
diff --git a/app-portage/unsandbox/unsandbox-1.ebuild b/app-portage/unsandbox/unsandbox-1.ebuild
deleted file mode 100644
index 34a3551ad98a..000000000000
--- a/app-portage/unsandbox/unsandbox-1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="The Sandbox escapist tool"
-HOMEPAGE="https://dev.gentoo.org/~mgorny/dist/unsandbox.c"
-SRC_URI="https://dev.gentoo.org/~mgorny/dist/unsandbox.c"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}
-
-src_unpack() {
- cp "${DISTDIR}"/unsandbox.c "${WORKDIR}"/ || die
-}
-
-src_compile() {
- tc-export CC
- emake LDLIBS=-ldl unsandbox
-}
-
-src_install() {
- dobin unsandbox
-}