From b01c580deec092cca63325286a22a269b589c3f9 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 27 Jan 2019 10:51:28 +0100 Subject: app-forensics/yasat: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos --- app-forensics/yasat/Manifest | 4 --- .../files/yasat-700-remove-absent-tests.patch | 14 ----------- app-forensics/yasat/yasat-526.ebuild | 23 ----------------- app-forensics/yasat/yasat-700.ebuild | 29 ---------------------- app-forensics/yasat/yasat-755.ebuild | 25 ------------------- app-forensics/yasat/yasat-839.ebuild | 25 ------------------- 6 files changed, 120 deletions(-) delete mode 100644 app-forensics/yasat/files/yasat-700-remove-absent-tests.patch delete mode 100644 app-forensics/yasat/yasat-526.ebuild delete mode 100644 app-forensics/yasat/yasat-700.ebuild delete mode 100644 app-forensics/yasat/yasat-755.ebuild delete mode 100644 app-forensics/yasat/yasat-839.ebuild (limited to 'app-forensics/yasat') diff --git a/app-forensics/yasat/Manifest b/app-forensics/yasat/Manifest index 2864c74eb988..55a505be780e 100644 --- a/app-forensics/yasat/Manifest +++ b/app-forensics/yasat/Manifest @@ -1,5 +1 @@ -DIST yasat-526.tar.gz 123976 BLAKE2B 51ce9c161b633fec268a83f1fe4f464532e1613c7ffbd6a361a27793c0f8251e064c96112c79299349aed3a1214d28484aa47580ef1a6de71ba358eec0720382 SHA512 8abcc43f49791e7fd4c7755a2d2b20b6b89d5437bf9dfd392867374ecaaddba96d311636b38d4a6ba60f52c342334675bb1f3894b7aeae446ab479b9a319f898 -DIST yasat-700.tar.gz 137379 BLAKE2B 217bb83cdad0ad0de1fbec622f155ec21bcb5fb34c49bc6e612065f64b40dcb0046b54733c75d33b3a473e37607aad291561dc8fa38df6d5f968ee006863af64 SHA512 5022667810bf70f07181b7177ddf542690d22be3a82e7b0476d8d0d9c01844413ca6c848587dc29ec4c5c4e40c6a5a51781a2e564b19e9674d0ca916807378a5 -DIST yasat-755.tar.gz 141633 BLAKE2B 6d3e9e6efbfaba395326a73b5ad521ed1a3d8f2a31ec0041d92f4c84285a4d6b8a232781baec73fcb0cce7ae1f04e7a8493a1d9caed2812938da4a88c6672e8e SHA512 5a2a86c1f828f3fee5b84447ce6607b0dbdd8a16d8425dac910ef1c6f0d606105e851af35eedada46bf6438fb7cdde3f178803d8adf91e86f3bae4ce06151f44 -DIST yasat-839.tar.gz 148015 BLAKE2B ebc17bbba182be3bf5277d9032e885101a836ab5c118c88c17ffedabef74b58fc7cf84a415e03e85ba5549587197daf035d121642620048b7d91f02bb51cbb30 SHA512 daf500a6f71a41d5f29501b0e449b711aea151d39b553c0ec356a8986b58a60ab96553cb9a752b495a455e1072e945c8b70aaf9eea53abac0ada8f26aa0b9181 DIST yasat-848.tar.gz 148261 BLAKE2B 917846d82f052d8300045eb02e6aa8cea18bb6ea170ef52c83646069ed14096f205cba8f50d079f7f63fcd00e84c78643aacfc202795d3922c0708cd525ef1f8 SHA512 0bc0e8e1068bee05242b5c7a7cdc8ca976503f696aef2889870ef872546021d0956489cf8d5b304a36be412cf8e5c8cbf4be5aa1cce5df008c5185188e5a99dc diff --git a/app-forensics/yasat/files/yasat-700-remove-absent-tests.patch b/app-forensics/yasat/files/yasat-700-remove-absent-tests.patch deleted file mode 100644 index cffda2f50fa7..000000000000 --- a/app-forensics/yasat/files/yasat-700-remove-absent-tests.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/tests/test.test -+++ b/tests/test.test -@@ -137,7 +137,7 @@ - qa_test $? 3 - - #check_system_cron --echo "====== Check a private key ======" --check_private_key ./tests/test_rsa.pem 2 --echo "====== Check a private key protected with password ======" --check_private_key ./tests/test_rsa_password.pem 2 -+#echo "====== Check a private key ======" -+#check_private_key ./tests/test_rsa.pem 2 -+#echo "====== Check a private key protected with password ======" -+#check_private_key ./tests/test_rsa_password.pem 2 diff --git a/app-forensics/yasat/yasat-526.ebuild b/app-forensics/yasat/yasat-526.ebuild deleted file mode 100644 index 5afa111fb9f5..000000000000 --- a/app-forensics/yasat/yasat-526.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Security and system auditing tool" -HOMEPAGE="http://yasat.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -S=${WORKDIR}/${PN} - -src_compile() { :; } - -src_install() { - emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc" - dodoc README CHANGELOG - doman man/yasat.8 -} diff --git a/app-forensics/yasat/yasat-700.ebuild b/app-forensics/yasat/yasat-700.ebuild deleted file mode 100644 index 408b1439affd..000000000000 --- a/app-forensics/yasat/yasat-700.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Security and system auditing tool" -HOMEPAGE="http://yasat.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}-remove-absent-tests.patch -} - -src_compile() { :; } - -src_install() { - emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc" - - dodoc README CHANGELOG - doman man/yasat.8 -} diff --git a/app-forensics/yasat/yasat-755.ebuild b/app-forensics/yasat/yasat-755.ebuild deleted file mode 100644 index 5474a0034388..000000000000 --- a/app-forensics/yasat/yasat-755.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Security and system auditing tool" -HOMEPAGE="http://yasat.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" - -S=${WORKDIR}/${PN} - -src_compile() { :; } - -src_install() { - emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc" - - dodoc README CHANGELOG - doman man/yasat.8 -} diff --git a/app-forensics/yasat/yasat-839.ebuild b/app-forensics/yasat/yasat-839.ebuild deleted file mode 100644 index 5474a0034388..000000000000 --- a/app-forensics/yasat/yasat-839.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Security and system auditing tool" -HOMEPAGE="http://yasat.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" - -S=${WORKDIR}/${PN} - -src_compile() { :; } - -src_install() { - emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc" - - dodoc README CHANGELOG - doman man/yasat.8 -} -- cgit v1.2.3-65-gdbad