summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-19 06:33:07 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-19 06:33:07 +0000
commitc916e407b9d1c7d860aa06f95fa1fded954f1f6a (patch)
tree5d0ff38f97af7a70fd2d4f2964f6e1c28b8597d6 /sys-apps/gradm
parentclean up and add arm for testing (Manifest recommit) (diff)
downloadgentoo-2-c916e407b9d1c7d860aa06f95fa1fded954f1f6a.tar.gz
gentoo-2-c916e407b9d1c7d860aa06f95fa1fded954f1f6a.tar.bz2
gentoo-2-c916e407b9d1c7d860aa06f95fa1fded954f1f6a.zip
clean up and add arm for testing
Diffstat (limited to 'sys-apps/gradm')
-rw-r--r--sys-apps/gradm/gradm-2.0.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/gradm/gradm-2.0.ebuild b/sys-apps/gradm/gradm-2.0.ebuild
index 59d919da0b47..7d3c380fb844 100644
--- a/sys-apps/gradm/gradm-2.0.ebuild
+++ b/sys-apps/gradm/gradm-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-2.0.ebuild,v 1.3 2004/05/08 13:18:12 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-2.0.ebuild,v 1.4 2004/06/19 06:33:07 vapier Exp $
inherit flag-o-matic gcc
@@ -8,13 +8,14 @@ inherit flag-o-matic gcc
MAINTAINER="solar@gentoo.org"
DESCRIPTION="Administrative interface for grsecuritys2 access control lists"
-SRC_URI="http://www.grsecurity.net/gradm-${PV}.tar.gz"
HOMEPAGE="http://www.grsecurity.net/"
+SRC_URI="http://www.grsecurity.net/gradm-${PV}.tar.gz"
+
LICENSE="GPL-2"
-KEYWORDS="x86 ~amd64 ~sparc ~ppc" ; # ~alpha"
SLOT="0"
-
+KEYWORDS="x86 ~ppc ~sparc ~arm ~amd64" ; # ~alpha"
IUSE=""
+
DEPEND="virtual/glibc
sys-devel/bison
sys-devel/flex
@@ -23,7 +24,7 @@ DEPEND="virtual/glibc
S="${WORKDIR}/${PN}2"
src_unpack() {
- unpack ${A} || die "Cant unpack ${A}"
+ unpack ${A}
cd ${S}
# (Jan 03 2004) - <solar@gentoo>
@@ -65,8 +66,7 @@ src_install() {
dodoc acl
into /
- dosbin grlearn
- dosbin gradm
+ dosbin grlearn gradm || die
# Normal users can authenticate to special roles now and thus
# need execution permission on gradm2. We remove group,other readable bits