summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-07-18 04:50:47 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-07-18 04:50:47 +0000
commit91107901535c4ead84f8fdd4a4ac5b9871951878 (patch)
tree6c1e8d1ae1547bd4a4a390568127f1f1450f8606 /app-shells/localshell
parentbug #99390 restrict added (diff)
downloadhistorical-91107901535c4ead84f8fdd4a4ac5b9871951878.tar.gz
historical-91107901535c4ead84f8fdd4a4ac5b9871951878.tar.bz2
historical-91107901535c4ead84f8fdd4a4ac5b9871951878.zip
Initial commit. Ebuild and upstream package by Robin H. Johnson <robbat2@gentoo.org>.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-shells/localshell')
-rw-r--r--app-shells/localshell/ChangeLog11
-rw-r--r--app-shells/localshell/Manifest4
-rw-r--r--app-shells/localshell/files/digest-localshell-1.11
-rw-r--r--app-shells/localshell/localshell-1.1.ebuild28
-rw-r--r--app-shells/localshell/metadata.xml8
5 files changed, 52 insertions, 0 deletions
diff --git a/app-shells/localshell/ChangeLog b/app-shells/localshell/ChangeLog
new file mode 100644
index 000000000000..ef768c06f03e
--- /dev/null
+++ b/app-shells/localshell/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-shells/localshell
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.1 2005/07/18 04:50:47 robbat2 Exp $
+
+*localshell-1.1 (18 Jul 2005)
+
+ 18 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml,
+ +localshell-1.1.ebuild:
+ Initial commit. Ebuild and upstream package by Robin H. Johnson
+ <robbat2@gentoo.org>
+
diff --git a/app-shells/localshell/Manifest b/app-shells/localshell/Manifest
new file mode 100644
index 000000000000..8ec903843ee7
--- /dev/null
+++ b/app-shells/localshell/Manifest
@@ -0,0 +1,4 @@
+MD5 ddb633009922812fa256912753d8d4f4 localshell-1.1.ebuild 885
+MD5 21fba46be15c0cf5705340bfac288224 ChangeLog 431
+MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223
+MD5 3713f4e17225c9144a731ebb5d8075d2 files/digest-localshell-1.1 66
diff --git a/app-shells/localshell/files/digest-localshell-1.1 b/app-shells/localshell/files/digest-localshell-1.1
new file mode 100644
index 000000000000..62470a9cfb84
--- /dev/null
+++ b/app-shells/localshell/files/digest-localshell-1.1
@@ -0,0 +1 @@
+MD5 49406af62826594fa45ed79d9cc31f98 localshell-1.1.tar.bz2 96494
diff --git a/app-shells/localshell/localshell-1.1.ebuild b/app-shells/localshell/localshell-1.1.ebuild
new file mode 100644
index 000000000000..7d09f91ba49f
--- /dev/null
+++ b/app-shells/localshell/localshell-1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.1.ebuild,v 1.1 2005/07/18 04:50:47 robbat2 Exp $
+
+DESCRIPTION="Localshell allows per-user/group local control of shell execution."
+HOMEPAGE="http://research.iat.sfu.ca/custom-software/localshell/"
+SRC_URI="${HOMEPAGE}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/libc"
+#RDEPEND=""
+
+src_compile() {
+ # this is a shell, it needs to be in /bin
+ econf --bindir=/bin --sysconfdir=/etc || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+}
+
+pkg_postinst() {
+ einfo "Remember to add /bin/localshell to /etc/shells and create"
+ einfo "/etc/localshell.conf based on the included configuration examples"
+}
diff --git a/app-shells/localshell/metadata.xml b/app-shells/localshell/metadata.xml
new file mode 100644
index 000000000000..5d9f5be9d49d
--- /dev/null
+++ b/app-shells/localshell/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>robbat2@gentoo.org</email>
+</maintainer>
+</pkgmetadata>