ChangeLog

# ChangeLog for app-shells/localshell
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.7 2007/04/22 13:56:38 dertobi123 Exp $

22 Apr 2007; Tobias Scherbaum
localshell-1.2.ebuild:
ppc stable, bug #173845

09 Apr 2007; Peter Weller localshell-1.2.ebuild:
Stable on amd64 wrt bug 173845

24 Jan 2007; Marius Mauch localshell-1.1.ebuild,
localshell-1.2.ebuild:
Replacing einfo with elog

30 Aug 2005; Robin H. Johnson localshell-1.2.ebuild:
Stable on x86, also add ~amd64.

18 Jul 2005; David Holm localshell-1.1.ebuild:
Added to ~ppc.

*localshell-1.2 (18 Jul 2005)

18 Jul 2005; Robin H. Johnson +localshell-1.2.ebuild:
Upstream bump.

*localshell-1.1 (18 Jul 2005)

18 Jul 2005; Robin H. Johnson +metadata.xml,
+localshell-1.1.ebuild:
Initial commit. Ebuild and upstream package by Robin H. Johnson

Manifest

DIST localshell-1.1.tar.bz2 96494 RMD160 3c8322c5d2aa6c98452187134e983c9e9761a6fc SHA1 7b1decc6bb86a74bdc6fbb7d1a620cb9c704d63b SHA256 9b81327a0831ac3be94c23f2b4be4a38674ace69f202f8f093c34a2b589b7fc3
DIST localshell-1.2.tar.bz2 96626 RMD160 2a11a462ccfa88858730fcf9ca855dc3c7cbecb8 SHA1 74adb13f2b9a04583a064e5840a5045d48682d0f SHA256 0be22511c4ec6934b30e99cbc5ce9dff27f4e09c527b6046f0569d870c38e746
EBUILD localshell-1.1.ebuild 887 RMD160 3e7aaa6c820b1cda1509074587a0ec031b7f8f44 SHA1 34ad03957f11918fdeaeb8158aee7bc01005c84c SHA256 c6c25c0718504eb5745643a0dffed95b9e343de5309166dca63acfb439ae3b28
EBUILD localshell-1.2.ebuild 895 RMD160 caee855e134a6eed7d9f178af2068061af75511f SHA1 5dfc960519ae8b56890545f578fe8de30fa17b4a SHA256 4caf19f12d82ff824f6739a3f4a7d5bf4b7b6b0661a64dee8710896f0f9a9336
MISC ChangeLog 1093 RMD160 86c217463a2ba03a414f8b69a37c18501f447860 SHA1 61926d229b7350c05bb45025d3df951c9f850423 SHA256 9b7d3308f7671ddc211a7f6e88c93e199a6e66eb14edec9c1518c0f5abf51c71
MISC metadata.xml 223 RMD160 ffa99612cf27469c417944deed0e0c9155e64331 SHA1 607c637402dd253406aa6ee684471a702c5d1a99 SHA256 d6bb9ba68629616062b4433ab3b8fb01dfcafae5bb47804d9e06cdd6c66daa44

localshell-1.1.ebuild

# Copyright 1999-2007 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.3 2007/01/24 03:54:04 genone 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="~ppc ~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() {
elog "Remember to add /bin/localshell to /etc/shells and create"
elog "/etc/localshell.conf based on the included configuration examples"
}

localshell-1.2.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.2.ebuild,v 1.5 2007/04/22 13:56:38 dertobi123 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="amd64 ppc 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() {
elog "Remember to add /bin/localshell to /etc/shells and create"
elog "/etc/localshell.conf based on the included configuration examples"
}

metadata.xml




no-herd

robbat2@gentoo.org