summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-06 18:47:38 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-06 18:47:38 +0000
commitb04e345c4df460ff33e5d3f253cf0aaa3c059e44 (patch)
tree66c57ee2d56a4446e3e2ad16fe3776db5328a53f /app-shells
parentMarking amd64 stable (diff)
downloadhistorical-b04e345c4df460ff33e5d3f253cf0aaa3c059e44.tar.gz
historical-b04e345c4df460ff33e5d3f253cf0aaa3c059e44.tar.bz2
historical-b04e345c4df460ff33e5d3f253cf0aaa3c059e44.zip
old
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/sandboxshell/files/digest-sandboxshell-0.30
-rw-r--r--app-shells/sandboxshell/sandboxshell-0.3.ebuild25
2 files changed, 0 insertions, 25 deletions
diff --git a/app-shells/sandboxshell/files/digest-sandboxshell-0.3 b/app-shells/sandboxshell/files/digest-sandboxshell-0.3
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/app-shells/sandboxshell/files/digest-sandboxshell-0.3
+++ /dev/null
diff --git a/app-shells/sandboxshell/sandboxshell-0.3.ebuild b/app-shells/sandboxshell/sandboxshell-0.3.ebuild
deleted file mode 100644
index 373575d10c40..000000000000
--- a/app-shells/sandboxshell/sandboxshell-0.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.3.ebuild,v 1.2 2005/12/31 11:58:58 vapier Exp $
-
-DESCRIPTION="launch a sandboxed shell ... useful for debugging ebuilds"
-HOMEPAGE="http://wh0rd.org/"
-SRC_URI=""
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/portage
- app-shells/bash"
-
-S=${WORKDIR}
-
-src_install() {
- dobin "${FILESDIR}"/sandboxshell || die
- doman "${FILESDIR}"/sandboxshell.1
- insinto /etc
- doins "${FILESDIR}"/sandboxshell.conf
-}