diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-18 04:50:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-18 04:50:47 +0000 |
commit | 5e9f971d8ec8af84a87cb2f89b523ffd2f5e2c07 (patch) | |
tree | b1287be2b960f7e92f25f04153cef02b3d005b8e /app-shells/localshell | |
parent | bug #99390 restrict added (diff) | |
download | gentoo-2-5e9f971d8ec8af84a87cb2f89b523ffd2f5e2c07.tar.gz gentoo-2-5e9f971d8ec8af84a87cb2f89b523ffd2f5e2c07.tar.bz2 gentoo-2-5e9f971d8ec8af84a87cb2f89b523ffd2f5e2c07.zip |
Initial commit. Ebuild and upstream package by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells/localshell')
-rw-r--r-- | app-shells/localshell/ChangeLog | 11 | ||||
-rw-r--r-- | app-shells/localshell/Manifest | 2 | ||||
-rw-r--r-- | app-shells/localshell/files/digest-localshell-1.1 | 1 | ||||
-rw-r--r-- | app-shells/localshell/localshell-1.1.ebuild | 28 | ||||
-rw-r--r-- | app-shells/localshell/metadata.xml | 8 |
5 files changed, 50 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..cae382ea0bc5 --- /dev/null +++ b/app-shells/localshell/Manifest @@ -0,0 +1,2 @@ +MD5 983661986f41d1b972c6e3cac3c6a4f9 localshell-1.1.ebuild 779 +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> |