summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/localshell/localshell-1.1.ebuild')
-rw-r--r--app-shells/localshell/localshell-1.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-shells/localshell/localshell-1.1.ebuild b/app-shells/localshell/localshell-1.1.ebuild
deleted file mode 100644
index e1dd2559456a..000000000000
--- a/app-shells/localshell/localshell-1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Localshell allows per-user/group local control of shell execution"
-HOMEPAGE="http://oss.orbis-terrarum.net/localshell/"
-SRC_URI="${HOMEPAGE}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-DEPEND=""
-#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() {
- elog "Remember to add /bin/localshell to /etc/shells and create"
- elog "/etc/localshell.conf based on the included configuration examples"
-}