summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2003-09-26 09:15:43 +0000
committerNed Ludd <solar@gentoo.org>2003-09-26 09:15:43 +0000
commitef2dff5721b8ec5bce1c8debcb2f813ced1a1481 (patch)
treea5311caf77e8eeb9255e8218413a865f98cd30aa /sys-apps/gradm
parentversion bump, marking stable on all supported arches other than ~ppc (diff)
downloadhistorical-ef2dff5721b8ec5bce1c8debcb2f813ced1a1481.tar.gz
historical-ef2dff5721b8ec5bce1c8debcb2f813ced1a1481.tar.bz2
historical-ef2dff5721b8ec5bce1c8debcb2f813ced1a1481.zip
version bump, marking stable on all supported arches other than ~ppc
Diffstat (limited to 'sys-apps/gradm')
-rw-r--r--sys-apps/gradm/Manifest6
-rw-r--r--sys-apps/gradm/files/digest-gradm-1.9.121
-rw-r--r--sys-apps/gradm/gradm-1.9.11.ebuild4
-rw-r--r--sys-apps/gradm/gradm-1.9.12.ebuild43
4 files changed, 49 insertions, 5 deletions
diff --git a/sys-apps/gradm/Manifest b/sys-apps/gradm/Manifest
index 5c36811bda03..d4c374906ac2 100644
--- a/sys-apps/gradm/Manifest
+++ b/sys-apps/gradm/Manifest
@@ -1,9 +1,9 @@
-MD5 5a8910442b3df6f19d33ef1d312fd000 ChangeLog 3004
+MD5 6303a118800dc1cf1573c4de50055bf6 ChangeLog 3004
MD5 2b5ad9f28ecb4487dbbc2a3ade82daee gradm-1.9.10.ebuild 986
-MD5 46631e405d8b481249518bf280243269 gradm-1.9.11.ebuild 988
+MD5 c8256be5dcaf264bd997602b8a266f45 gradm-1.9.11.ebuild 987
MD5 e99a52fce7f53029ede8ba4ba561709e gradm-1.9.9h-r1.ebuild 967
MD5 35e717359a3ffb235d7be31dad52b1f7 metadata.xml 628
-MD5 46631e405d8b481249518bf280243269 gradm-1.9.12.ebuild 988
+MD5 77500adfdcf85a970b542ea7520847d8 gradm-1.9.12.ebuild 987
MD5 a6053e16d27a5e0fc626bc0a7b7356fa files/digest-gradm-1.9.10 63
MD5 056158b3d525f5c9408814b8de558aff files/digest-gradm-1.9.11 63
MD5 9ed10401445937522700f59bc6bccdd2 files/digest-gradm-1.9.9h-r1 63
diff --git a/sys-apps/gradm/files/digest-gradm-1.9.12 b/sys-apps/gradm/files/digest-gradm-1.9.12
new file mode 100644
index 000000000000..b2b4c8351bdb
--- /dev/null
+++ b/sys-apps/gradm/files/digest-gradm-1.9.12
@@ -0,0 +1 @@
+MD5 41f918a3bc6c74a5218a16d34dfdafa7 gradm-1.9.12.tar.gz 32037
diff --git a/sys-apps/gradm/gradm-1.9.11.ebuild b/sys-apps/gradm/gradm-1.9.11.ebuild
index f54f28069d9d..4121ce0d0761 100644
--- a/sys-apps/gradm/gradm-1.9.11.ebuild
+++ b/sys-apps/gradm/gradm-1.9.11.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-1.9.11.ebuild,v 1.2 2003/06/24 15:23:29 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-1.9.11.ebuild,v 1.3 2003/09/26 09:15:40 solar Exp $
DESCRIPTION="Administrative interface for grsecurity ${PV} access control lists"
SRC_URI="http://www.grsecurity.net/${P}.tar.gz"
HOMEPAGE="http://www.grsecurity.net/"
LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ~sparc ~ppc hppa"
+KEYWORDS="x86 amd64 sparc ~ppc hppa"
SLOT="0"
IUSE=""
diff --git a/sys-apps/gradm/gradm-1.9.12.ebuild b/sys-apps/gradm/gradm-1.9.12.ebuild
new file mode 100644
index 000000000000..a5e3b67d8066
--- /dev/null
+++ b/sys-apps/gradm/gradm-1.9.12.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-1.9.12.ebuild,v 1.1 2003/09/26 09:15:40 solar Exp $
+
+DESCRIPTION="Administrative interface for grsecurity ${PV} access control lists"
+SRC_URI="http://www.grsecurity.net/${P}.tar.gz"
+HOMEPAGE="http://www.grsecurity.net/"
+
+LICENSE="GPL-2"
+KEYWORDS="x86 amd64 sparc ~ppc hppa"
+SLOT="0"
+
+IUSE=""
+DEPEND="virtual/glibc
+ sys-devel/bison
+ sys-devel/flex
+ sys-apps/chpax"
+
+S="${WORKDIR}/${PN}"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/gradm_parse.c-1.9.x.patch
+ mv Makefile{,.orig}
+ sed -e "s|-O2|${CFLAGS}|" Makefile.orig > Makefile
+}
+
+src_compile() {
+ emake CC="${CC}" || die "compile problem"
+}
+
+src_install() {
+ doman gradm.8
+ dodoc acl
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/grsecurity.rc grsecurity
+ insinto /etc/conf.d
+ doins ${FILESDIR}/grsecurity
+ into /
+ dosbin gradm
+ fperms 700 /sbin/gradm
+}