summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-31 11:58:58 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-31 11:58:58 +0000
commitb95acd1c1f2ad2043dea7295cf8f3d3c3cb12aa2 (patch)
tree5715f782d978705e651fd2ff35d125afb14d2dad /app-shells/sandboxshell
parentstable amd64 (diff)
downloadhistorical-b95acd1c1f2ad2043dea7295cf8f3d3c3cb12aa2.tar.gz
historical-b95acd1c1f2ad2043dea7295cf8f3d3c3cb12aa2.tar.bz2
historical-b95acd1c1f2ad2043dea7295cf8f3d3c3cb12aa2.zip
sh love
Package-Manager: portage-2.1_pre3
Diffstat (limited to 'app-shells/sandboxshell')
-rw-r--r--app-shells/sandboxshell/Manifest8
-rw-r--r--app-shells/sandboxshell/sandboxshell-0.3.ebuild10
2 files changed, 9 insertions, 9 deletions
diff --git a/app-shells/sandboxshell/Manifest b/app-shells/sandboxshell/Manifest
index 16330a0021ed..426933b1db1b 100644
--- a/app-shells/sandboxshell/Manifest
+++ b/app-shells/sandboxshell/Manifest
@@ -7,11 +7,11 @@ MD5 0267cb95e99d6f7e5e9287e25c87fa16 files/sandboxshell 1331
MD5 89728cab133398dad145e13d92fff6b2 files/sandboxshell.1 3117
MD5 2507315f5bac2f69f7da8ccb5378ef8c files/sandboxshell.conf 2147
MD5 1fb0cef8c20e31d8fee121ebb2205588 metadata.xml 221
-MD5 491f447c5f9b6f79e34fabfd58688c19 sandboxshell-0.3.ebuild 663
+MD5 a51805b5e0a5129faa3a3a9ce948254a sandboxshell-0.3.ebuild 672
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDmzqUgIKl8Uu19MoRAhD+AJ9DSNnMwY4XKIz7PlsxRThwvAy7jQCeJsaC
-fzIfOrxSU+h8ZSDSFrzd+44=
-=uhzs
+iD8DBQFDtnKr2+ySkm8kpY0RAjnRAJ9DfnrHg8rH89AbtU8zPooZlwkHxACfWJsY
+75h903+rMNptNrXuXeYIyvM=
+=lew5
-----END PGP SIGNATURE-----
diff --git a/app-shells/sandboxshell/sandboxshell-0.3.ebuild b/app-shells/sandboxshell/sandboxshell-0.3.ebuild
index ceff0e14e38d..373575d10c40 100644
--- a/app-shells/sandboxshell/sandboxshell-0.3.ebuild
+++ b/app-shells/sandboxshell/sandboxshell-0.3.ebuild
@@ -1,6 +1,6 @@
# 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.1 2005/12/10 20:25:56 vapier Exp $
+# $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/"
@@ -8,7 +8,7 @@ SRC_URI=""
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
@@ -18,8 +18,8 @@ RDEPEND="sys-apps/portage
S=${WORKDIR}
src_install() {
- dobin ${FILESDIR}/sandboxshell || die
- doman ${FILESDIR}/sandboxshell.1
+ dobin "${FILESDIR}"/sandboxshell || die
+ doman "${FILESDIR}"/sandboxshell.1
insinto /etc
- doins ${FILESDIR}/sandboxshell.conf
+ doins "${FILESDIR}"/sandboxshell.conf
}