diff options
author | Ned Ludd <solar@gentoo.org> | 2003-11-28 22:16:42 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-11-28 22:16:42 +0000 |
commit | 1eb185fabe20064f6f3143553657f1c382e51a54 (patch) | |
tree | bd7e279c7734044bcd3950ecc42cfa300e521f33 /app-admin | |
parent | removed old paxtest (diff) | |
download | historical-1eb185fabe20064f6f3143553657f1c382e51a54.tar.gz historical-1eb185fabe20064f6f3143553657f1c382e51a54.tar.bz2 historical-1eb185fabe20064f6f3143553657f1c382e51a54.zip |
removed old paxtest
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/paxtest/Manifest | 2 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.1.ebuild | 30 |
2 files changed, 1 insertions, 31 deletions
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 -} |