summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/paxtest/ChangeLog5
-rw-r--r--app-admin/paxtest/Manifest2
-rw-r--r--app-admin/paxtest/paxtest-0.9.1.ebuild30
3 files changed, 5 insertions, 32 deletions
diff --git a/app-admin/paxtest/ChangeLog b/app-admin/paxtest/ChangeLog
index 5a7eaaf4cd26..62fa9f7355ca 100644
--- a/app-admin/paxtest/ChangeLog
+++ b/app-admin/paxtest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/paxtest
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.6 2003/11/28 22:14:47 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.7 2003/11/28 22:16:39 solar Exp $
+
+ 28 Nov 2003; <solar@gentoo.org> paxtest-0.9.1.ebuild:
+ removed old paxtest
*paxtest-0.9.5-r1 (28 Nov 2003)
diff --git a/app-admin/paxtest/Manifest b/app-admin/paxtest/Manifest
index dbf353d355c4..1d93c007d2b1 100644
--- a/app-admin/paxtest/Manifest
+++ b/app-admin/paxtest/Manifest
@@ -1,5 +1,5 @@
MD5 9c3ac1379620120fbd744ce753b30ab5 metadata.xml 1075
-MD5 2223a4b3497029d3c1c8d36c0036ebed ChangeLog 1368
+MD5 c7534b411bb1353d62f87a0e9020a1d0 ChangeLog 1447
MD5 1959e5b475e75b71d902fbdf69157f79 paxtest-0.9.5.ebuild 847
MD5 ec64846c6c9d5c828212d065d10bd9e8 paxtest-0.9.5-r1.ebuild 890
MD5 d2c0f3f930cc073ecca57b22266fc4af files/digest-paxtest-0.9.5 64
diff --git a/app-admin/paxtest/paxtest-0.9.1.ebuild b/app-admin/paxtest/paxtest-0.9.1.ebuild
deleted file mode 100644
index 54919e48e810..000000000000
--- a/app-admin/paxtest/paxtest-0.9.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.1.ebuild,v 1.2 2003/10/27 05:05:19 solar Exp $
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="PaX regression test suite"
-SRC_URI="http://pageexec.virtualave.net/paxtest-${PV}.tar.gz"
-HOMEPAGE="http://pageexec.virtualave.net"
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE=""
-DEPEND="virtual/glibc"
-
-src_compile() {
- # If you really paranoid you can uncomment this umask stuff.
- # local mask=$(umask)
- # umask 0077
- emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/lib/paxtest || die "Parallel Make Failed"
- # umask $mask
-}
-
-src_install() {
- emake DESTDIR=${D} BINDIR=/usr/bin RUNDIR=/usr/lib/paxtest install
- for doc in Changelog COPYING LICENCE README ;do
- [ -f "${doc}" ] && dodoc ${doc}
- done
-}