summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-05 05:14:29 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-05 05:14:29 +0000
commit873cd51bcb7e39925372b481dfd5dbee212be681 (patch)
tree1022ab1150571f0f3527e83efbea4426cb7599e8 /app-shells/sandboxshell
parentuse /etc/init.d/functions.sh rather than /sbin/functions.sh (diff)
downloadgentoo-2-873cd51bcb7e39925372b481dfd5dbee212be681.tar.gz
gentoo-2-873cd51bcb7e39925372b481dfd5dbee212be681.tar.bz2
gentoo-2-873cd51bcb7e39925372b481dfd5dbee212be681.zip
revert debug code
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-shells/sandboxshell')
-rw-r--r--app-shells/sandboxshell/sandboxshell-0.3-r3.ebuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/app-shells/sandboxshell/sandboxshell-0.3-r3.ebuild b/app-shells/sandboxshell/sandboxshell-0.3-r3.ebuild
index b54318fafcc4..a074f6fac3e4 100644
--- a/app-shells/sandboxshell/sandboxshell-0.3-r3.ebuild
+++ b/app-shells/sandboxshell/sandboxshell-0.3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.3-r3.ebuild,v 1.2 2007/05/05 05:13:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.3-r3.ebuild,v 1.3 2007/05/05 05:14:29 vapier Exp $
inherit eutils
@@ -22,19 +22,9 @@ RDEPEND=">sys-apps/portage-2.1.1
S=${WORKDIR}
src_install() {
- insinto ${D}
- newins "${FILESDIR}"/sandboxshell-r1.conf sandboxshell.conf
-return 0
dobin "${FILESDIR}"/sandboxshell || die
doman "${FILESDIR}"/sandboxshell.1
insinto /etc
newins "${FILESDIR}"/sandboxshell-r1.conf sandboxshell.conf
make_desktop_entry /usr/bin/sandboxshell
- echo asdf > foo
- dodoc foo
- ln "${D}"/usr/share/doc/${PF}/{foo,blah}
- echo foo > blah.html
- dohtml blah.html
- prepalldocs
- tree -a "${D}"
}