diff options
author | 2003-11-28 23:09:24 +0000 | |
---|---|---|
committer | 2003-11-28 23:09:24 +0000 | |
commit | 8939ebaaafe7bf0fb388836a4c4924c9001df6c1 (patch) | |
tree | 551108de3e53bc84c1df6428e35e6ed6d5225e2e /app-admin/paxtest | |
parent | pax flags are not stripsafe so we added nostrip restriction (diff) | |
download | gentoo-2-8939ebaaafe7bf0fb388836a4c4924c9001df6c1.tar.gz gentoo-2-8939ebaaafe7bf0fb388836a4c4924c9001df6c1.tar.bz2 gentoo-2-8939ebaaafe7bf0fb388836a4c4924c9001df6c1.zip |
pax flags are not stripsafe so we added nostrip restriction
Diffstat (limited to 'app-admin/paxtest')
-rw-r--r-- | app-admin/paxtest/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/paxtest/Manifest | 4 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.5-r1.ebuild | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/app-admin/paxtest/ChangeLog b/app-admin/paxtest/ChangeLog index 62fa9f7355ca..3a4407e12bbe 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.7 2003/11/28 22:16:39 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.8 2003/11/28 23:09:21 solar Exp $ + + 28 Nov 2003; <solar@gentoo.org> paxtest-0.9.5-r1.ebuild: + pax flags are not stripsafe so we added nostrip restriction 28 Nov 2003; <solar@gentoo.org> paxtest-0.9.1.ebuild: removed old paxtest diff --git a/app-admin/paxtest/Manifest b/app-admin/paxtest/Manifest index 5d2f60f397a2..fa660b1cefc0 100644 --- a/app-admin/paxtest/Manifest +++ b/app-admin/paxtest/Manifest @@ -1,7 +1,7 @@ MD5 9c3ac1379620120fbd744ce753b30ab5 metadata.xml 1075 -MD5 c5eb0c158805f973660066c5cf765745 ChangeLog 1569 +MD5 90513bf87603cb830a811945b17527b4 ChangeLog 1569 MD5 1959e5b475e75b71d902fbdf69157f79 paxtest-0.9.5.ebuild 847 -MD5 36fb21a30b10f5e0a318102593080a11 paxtest-0.9.5-r1.ebuild 942 +MD5 ec63c003c60452472e107b16dafd5652 paxtest-0.9.5-r1.ebuild 942 MD5 d2c0f3f930cc073ecca57b22266fc4af files/digest-paxtest-0.9.5 64 MD5 424438ef95656aae91eb2f6c53c663d9 files/paxtest-0.9.5.1.diff 2369 MD5 d2c0f3f930cc073ecca57b22266fc4af files/digest-paxtest-0.9.5-r1 64 diff --git a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild index 6083aee7bf5c..3b0a51b9bd3e 100644 --- a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild +++ b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild @@ -1,6 +1,9 @@ # 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-r1.ebuild,v 1.1 2003/11/28 22:14:47 solar Exp $ +# $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 $ + +# pax flags are not strip safe. +RESTRICT="nostrip" S=${WORKDIR}/${P} |