diff options
author | Ned Ludd <solar@gentoo.org> | 2004-01-11 02:05:58 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-01-11 02:05:58 +0000 |
commit | 5050f5b8ad4a4a3ae725ea6a1e961c8e03fa6f51 (patch) | |
tree | 3e256ce003a068d70ee36f26dcaa48e9682c9949 /app-admin/paxtest | |
parent | ver bump #37820 (diff) | |
download | gentoo-2-5050f5b8ad4a4a3ae725ea6a1e961c8e03fa6f51.tar.gz gentoo-2-5050f5b8ad4a4a3ae725ea6a1e961c8e03fa6f51.tar.bz2 gentoo-2-5050f5b8ad4a4a3ae725ea6a1e961c8e03fa6f51.zip |
restrict distcc
Diffstat (limited to 'app-admin/paxtest')
-rw-r--r-- | app-admin/paxtest/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/paxtest/files/digest-paxtest-0.9.5 | 1 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.5-r1.ebuild | 5 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.5.ebuild | 35 |
4 files changed, 8 insertions, 39 deletions
diff --git a/app-admin/paxtest/ChangeLog b/app-admin/paxtest/ChangeLog index 3a4407e12bbe..00a9e0dcd6c1 100644 --- a/app-admin/paxtest/ChangeLog +++ b/app-admin/paxtest/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2003/11/28 23:09:21 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.9 2004/01/11 02:05:58 solar Exp $ + + 10 Jan 2004; <solar@gentoo.org> paxtest-0.9.5-r1.ebuild, + paxtest-0.9.5.ebuild: + restrict distcc 28 Nov 2003; <solar@gentoo.org> paxtest-0.9.5-r1.ebuild: pax flags are not stripsafe so we added nostrip restriction diff --git a/app-admin/paxtest/files/digest-paxtest-0.9.5 b/app-admin/paxtest/files/digest-paxtest-0.9.5 deleted file mode 100644 index 065c41bb5baf..000000000000 --- a/app-admin/paxtest/files/digest-paxtest-0.9.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 34c9f6f48197cc0d81f18a17ec23c719 paxtest-0.9.5.tar.gz 26961 diff --git a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild index 3b0a51b9bd3e..7e36888628e3 100644 --- a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild +++ b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.5-r1.ebuild,v 1.2 2003/11/28 23:09:21 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.3 2004/01/11 02:05:58 solar Exp $ # pax flags are not strip safe. RESTRICT="nostrip" +FEATURES="-distcc" S=${WORKDIR}/${P} diff --git a/app-admin/paxtest/paxtest-0.9.5.ebuild b/app-admin/paxtest/paxtest-0.9.5.ebuild deleted file mode 100644 index 60ea47b1d48c..000000000000 --- a/app-admin/paxtest/paxtest-0.9.5.ebuild +++ /dev/null @@ -1,35 +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.5.ebuild,v 1.3 2003/11/28 22:14:47 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 - >=sys-apps/chpax-0.5" - - -src_unpack() { - unpack ${A} - cd ${S} - cp Makefile{,.orig} - cp Makefile{.Gentoo-hardened,} -} - -src_compile() { - emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/lib/paxtest || die -} - -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 -} |