summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-27 03:11:59 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-27 03:11:59 +0000
commit75d342ae82414f0d21291f27753bb4b018d2fdd1 (patch)
tree89844219eb0c513a8a2dcdbf5ad15ea6fff14580 /app-shells/sandboxshell
parentUpdate Changelog to include bug # of some fixes. (diff)
downloadgentoo-2-75d342ae82414f0d21291f27753bb4b018d2fdd1.tar.gz
gentoo-2-75d342ae82414f0d21291f27753bb4b018d2fdd1.tar.bz2
gentoo-2-75d342ae82414f0d21291f27753bb4b018d2fdd1.zip
old
Diffstat (limited to 'app-shells/sandboxshell')
-rw-r--r--app-shells/sandboxshell/files/digest-sandboxshell-0.1-r10
-rw-r--r--app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild25
2 files changed, 0 insertions, 25 deletions
diff --git a/app-shells/sandboxshell/files/digest-sandboxshell-0.1-r1 b/app-shells/sandboxshell/files/digest-sandboxshell-0.1-r1
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/app-shells/sandboxshell/files/digest-sandboxshell-0.1-r1
+++ /dev/null
diff --git a/app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild b/app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild
deleted file mode 100644
index ea6be2c64c76..000000000000
--- a/app-shells/sandboxshell/sandboxshell-0.1-r1.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.1-r1.ebuild,v 1.5 2005/01/01 15:59:45 eradicator 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 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
-}