summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-09 00:12:38 +0000
committerMike Frysinger <vapier@gentoo.org>2007-03-09 00:12:38 +0000
commit840c85263e98cd6dd2a3c3468577ea812b31b9f1 (patch)
treeb70c0da1f5c51530d5fe8d311afc92634405314f /app-shells
parentInherit autotools eclass. (diff)
downloadgentoo-2-840c85263e98cd6dd2a3c3468577ea812b31b9f1.tar.gz
gentoo-2-840c85263e98cd6dd2a3c3468577ea812b31b9f1.tar.bz2
gentoo-2-840c85263e98cd6dd2a3c3468577ea812b31b9f1.zip
old
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/sandboxshell/files/digest-sandboxshell-0.3-r20
-rw-r--r--app-shells/sandboxshell/sandboxshell-0.3-r2.ebuild27
2 files changed, 0 insertions, 27 deletions
diff --git a/app-shells/sandboxshell/files/digest-sandboxshell-0.3-r2 b/app-shells/sandboxshell/files/digest-sandboxshell-0.3-r2
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/app-shells/sandboxshell/files/digest-sandboxshell-0.3-r2
+++ /dev/null
diff --git a/app-shells/sandboxshell/sandboxshell-0.3-r2.ebuild b/app-shells/sandboxshell/sandboxshell-0.3-r2.ebuild
deleted file mode 100644
index 6c14080b1a64..000000000000
--- a/app-shells/sandboxshell/sandboxshell-0.3-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.3-r2.ebuild,v 1.1 2006/11/05 10:40:05 betelgeuse 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=""
-
-# Portage 2.1.1 changes the /var/tmp/portage structure from <pkg> to <cat>/<pkg>
-RDEPEND=">sys-apps/portage-2.1.1
- app-shells/bash"
-
-S=${WORKDIR}
-
-src_install() {
- dobin "${FILESDIR}"/sandboxshell || die
- doman "${FILESDIR}"/sandboxshell.1
- insinto /etc
- doins "${FILESDIR}"/sandboxshell-r1.conf
-}