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
commit446319524e7dff875432a63e298dc663d102d934 (patch)
tree80f30a019b2b6ad68123b0f706908cbc6beb5e0a /sys-apps
parentclean up and add arm for testing (diff)
downloadhistorical-446319524e7dff875432a63e298dc663d102d934.tar.gz
historical-446319524e7dff875432a63e298dc663d102d934.tar.bz2
historical-446319524e7dff875432a63e298dc663d102d934.zip
clean up and add arm for testing
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/gradm/Manifest16
-rw-r--r--sys-apps/gradm/gradm-2.0.ebuild14
2 files changed, 20 insertions, 10 deletions
diff --git a/sys-apps/gradm/Manifest b/sys-apps/gradm/Manifest
index 6f22737b45fb..240530fcc7a2 100644
--- a/sys-apps/gradm/Manifest
+++ b/sys-apps/gradm/Manifest
@@ -1,9 +1,19 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 336c77b0c62688814bf5aa53e6969be0 ChangeLog 4797
-MD5 cc10e9aff7c1035daec6c5a83f48d7d1 gradm-1.9.14.ebuild 1651
+MD5 c7a91944d74821f5abd399f1aa91010c gradm-2.0.ebuild 2324
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 33bb923dc3a17153c2051123cfe7f088 gradm-2.0.ebuild 2345
-MD5 f008a8f1133ea0db35a4ee305d390c23 files/digest-gradm-1.9.14 63
+MD5 cc10e9aff7c1035daec6c5a83f48d7d1 gradm-1.9.14.ebuild 1651
MD5 62ba83f9a7bd71b4011ad2a2cf48f4a3 files/digest-gradm-2.0 60
MD5 c2618fc7963e008681dfd08db6886058 files/gradm_parse.c-1.9.x.patch 524
MD5 36344ecbd7f54bdd4979c2fe6322c9c7 files/grsecurity 2325
MD5 1f31101dab2d3a9deb64ea31bf7339e3 files/grsecurity.rc 1821
+MD5 f008a8f1133ea0db35a4ee305d390c23 files/digest-gradm-1.9.14 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD8DBQFA0942HTu7gpaalycRAnLeAKDODxHTjr7ntsYL7YNRoakbkwgWagCeK4c1
+64iMrpBflR08ryZQVXp4uDY=
+=sE8d
+-----END PGP SIGNATURE-----
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