summaryrefslogtreecommitdiff
path: root/app-shells/localshell
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/localshell')
-rw-r--r--app-shells/localshell/Manifest3
-rw-r--r--app-shells/localshell/localshell-1.3.4-r1.ebuild30
-rw-r--r--app-shells/localshell/metadata.xml7
3 files changed, 0 insertions, 40 deletions
diff --git a/app-shells/localshell/Manifest b/app-shells/localshell/Manifest
deleted file mode 100644
index 4f2d005502dd..000000000000
--- a/app-shells/localshell/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST localshell-1.3.4.tar.bz2 113170 BLAKE2B cf135b8ee2a6252f7bb792c71efdf86a9f063791346e05f4545ba88fd9503032d1448241cdc4e9babe1fd7e8a265a170f22e1df2e8d46cc1a4ac14d8533d66d6 SHA512 3a302b7d1b00e6ac8025a2145b3d12b916a60a9bad811d63c78c6eaac1b9a832f8796ab4429c677423287f70d6f6b31283aa2c90d3634ebe4bed52e1e240390d
-EBUILD localshell-1.3.4-r1.ebuild 797 BLAKE2B 48b975f26bc8045b923e05a1f87ddb257f8392069b427b31a88d161a572fec028d254209129095726dc79da4b1f1ab704664874744776fa7d691e8a194520fab SHA512 07b4f295af6363b15fbfcaa44b344afeb1744af1b9306b9d4fea4c7600e5bb80c5792eef8c8c08ba6b4c0225d432625059fc01a9821175811d265be6610f4b4a
-MISC metadata.xml 216 BLAKE2B 20531789dc11e43feee7ec315a0c1c7249fdf73764e29cb7d6db439826e9ff72f24a5cdb8eb7f1ab99bbb41fb6e4226874a1d1fa4185de52598602bb3b0479a3 SHA512 e881b59fe49746eb25ad66c258b41aba501e4eb563129093a3898ea970a20506e7898f7c355cfcf99605234962bf2c77c1309c258b9a2b84ee4302ccb71c9dbd
diff --git a/app-shells/localshell/localshell-1.3.4-r1.ebuild b/app-shells/localshell/localshell-1.3.4-r1.ebuild
deleted file mode 100644
index 585a3dcd2131..000000000000
--- a/app-shells/localshell/localshell-1.3.4-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Localshell allows per-user/group local control of shell execution"
-HOMEPAGE="http://git.orbis-terrarum.net/?p=infrastructure/localshellc.git;a=summary"
-SRC_URI="${HOMEPAGE}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~ppc64"
-IUSE=""
-
-src_configure() {
- # this is a shell, it needs to be in /bin
- econf --bindir=/bin --sysconfdir=/etc
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL}
-}
-
-pkg_postinst() {
- elog "Remember to add /bin/localshell to /etc/shells and create"
- elog "/etc/localshell.conf based on the included configuration examples"
-}
diff --git a/app-shells/localshell/metadata.xml b/app-shells/localshell/metadata.xml
deleted file mode 100644
index 79d462e85571..000000000000
--- a/app-shells/localshell/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>robbat2@gentoo.org</email>
-</maintainer>
-</pkgmetadata>