summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2003-10-27 05:53:03 +0000
committerNed Ludd <solar@gentoo.org>2003-10-27 05:53:03 +0000
commit07ae25ce01f5670f2f1115ce52791b5596dc9f42 (patch)
tree02cbb520a9b77ea629c2d5c9ee28a606480325cd /sys-apps/gradm
parentcleaned out some older versions of gradm (diff)
downloadhistorical-07ae25ce01f5670f2f1115ce52791b5596dc9f42.tar.gz
historical-07ae25ce01f5670f2f1115ce52791b5596dc9f42.tar.bz2
historical-07ae25ce01f5670f2f1115ce52791b5596dc9f42.zip
cleaned out some older versions of gradm
Diffstat (limited to 'sys-apps/gradm')
-rw-r--r--sys-apps/gradm/Manifest2
-rw-r--r--sys-apps/gradm/files/digest-gradm-1.9.101
-rw-r--r--sys-apps/gradm/files/digest-gradm-1.9.9h-r11
-rw-r--r--sys-apps/gradm/files/gradm_parse.c-1.9.9h.patch13
-rw-r--r--sys-apps/gradm/gradm-1.9.10.ebuild43
-rw-r--r--sys-apps/gradm/gradm-1.9.9h-r1.ebuild43
6 files changed, 1 insertions, 102 deletions
diff --git a/sys-apps/gradm/Manifest b/sys-apps/gradm/Manifest
index 083d93eeebe0..3eca968e63ee 100644
--- a/sys-apps/gradm/Manifest
+++ b/sys-apps/gradm/Manifest
@@ -1,4 +1,4 @@
-MD5 6303a118800dc1cf1573c4de50055bf6 ChangeLog 3004
+MD5 5293269f1575bcad84702fdc8a670fe3 ChangeLog 3163
MD5 c8256be5dcaf264bd997602b8a266f45 gradm-1.9.11.ebuild 987
MD5 35e717359a3ffb235d7be31dad52b1f7 metadata.xml 628
MD5 77500adfdcf85a970b542ea7520847d8 gradm-1.9.12.ebuild 987
diff --git a/sys-apps/gradm/files/digest-gradm-1.9.10 b/sys-apps/gradm/files/digest-gradm-1.9.10
deleted file mode 100644
index 020c9e354be4..000000000000
--- a/sys-apps/gradm/files/digest-gradm-1.9.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cec67e20d3c7780854318e8ed1945334 gradm-1.9.10.tar.gz 37945
diff --git a/sys-apps/gradm/files/digest-gradm-1.9.9h-r1 b/sys-apps/gradm/files/digest-gradm-1.9.9h-r1
deleted file mode 100644
index d6b226712487..000000000000
--- a/sys-apps/gradm/files/digest-gradm-1.9.9h-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7c5dce62271942dc932b2c08848d9163 gradm-1.9.9h.tar.gz 36878
diff --git a/sys-apps/gradm/files/gradm_parse.c-1.9.9h.patch b/sys-apps/gradm/files/gradm_parse.c-1.9.9h.patch
deleted file mode 100644
index 7281e7b6c248..000000000000
--- a/sys-apps/gradm/files/gradm_parse.c-1.9.9h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gradm_parse.c 2003-05-13 01:41:26.000000000 -0400
-+++ gradm_parse_gentoo.c 2003-05-13 01:51:17.000000000 -0400
-@@ -677,8 +677,8 @@
- n = scandir(dir, &namelist, 0, alphasort);
- if (n >= 0) {
- while (n--) {
-- if (strcmp(namelist[n]->d_name, ".")
-- && strcmp(namelist[n]->d_name, "..")) {
-+ /* ignore files and directorys that start with . */
-+ if (namelist[n]->d_name[0] != '.') {
- memset(&path, 0, sizeof (path));
- snprintf(path, PATH_MAX - 1, "%s/%s",
- dir, namelist[n]->d_name);
diff --git a/sys-apps/gradm/gradm-1.9.10.ebuild b/sys-apps/gradm/gradm-1.9.10.ebuild
deleted file mode 100644
index a5e4f70b3f35..000000000000
--- a/sys-apps/gradm/gradm-1.9.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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.10.ebuild,v 1.2 2003/06/21 21:19:39 drobbins 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"
-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
-}
diff --git a/sys-apps/gradm/gradm-1.9.9h-r1.ebuild b/sys-apps/gradm/gradm-1.9.9h-r1.ebuild
deleted file mode 100644
index 1a32d4c6f047..000000000000
--- a/sys-apps/gradm/gradm-1.9.9h-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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.9h-r1.ebuild,v 1.2 2003/06/21 21:19:39 drobbins Exp $
-
-DESCRIPTION="Administrative interface for grsecuritys access control lists"
-SRC_URI="http://www.grsecurity.net/${P}.tar.gz"
-HOMEPAGE="http://www.grsecurity.net/"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64"
-SLOT="0"
-
-IUSE=""
-DEPEND="sys-devel/bison
- sys-devel/flex"
-
-RDEPEND="sys-apps/chpax"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/gradm_parse.c-${PV}.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
-}