From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- net-misc/portspoof/Manifest | 4 ++-- net-misc/portspoof/portspoof-1.3.ebuild | 8 +++++--- net-misc/portspoof/portspoof-9999.ebuild | 8 +++++--- 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'net-misc/portspoof') diff --git a/net-misc/portspoof/Manifest b/net-misc/portspoof/Manifest index cb43adec2ba9..a38203c32b8b 100644 --- a/net-misc/portspoof/Manifest +++ b/net-misc/portspoof/Manifest @@ -1,4 +1,4 @@ DIST portspoof-1.3.tar.gz 401187 BLAKE2B 340e7003e3ad36afeb53981d0628d13ec48afd9260fdd9f17b76b904b3da58d82dc23b455da24567545d60b29f2f358b11f4a07e83ae2192470fa40099f93c1c SHA512 8d537ecf2ae5de8388c2b9b7210a2d38fe614e525a2ba286321fcf3b237f0888e59bb79a80056e49cf7f850be8ef274e87f04597a50dc1b86350bbc094e8be6e -EBUILD portspoof-1.3.ebuild 913 BLAKE2B 595f2ad48fc12cc18f08cbc63f07af62ec35e8f18885e2337792657ba94941d981395a4d7ca7ff319ae230a368acd1661c7a50b9e4904872dbca1230ed11d76b SHA512 0dd22701c48035f16eec96e50147cc35a8b3b24fcec0136711c6309eddb8a711cce7a774e3f40b2c1162469ad76eda3053a615f620217707ee75833ab99ea34b -EBUILD portspoof-9999.ebuild 913 BLAKE2B 595f2ad48fc12cc18f08cbc63f07af62ec35e8f18885e2337792657ba94941d981395a4d7ca7ff319ae230a368acd1661c7a50b9e4904872dbca1230ed11d76b SHA512 0dd22701c48035f16eec96e50147cc35a8b3b24fcec0136711c6309eddb8a711cce7a774e3f40b2c1162469ad76eda3053a615f620217707ee75833ab99ea34b +EBUILD portspoof-1.3.ebuild 1013 BLAKE2B 848b7eb113a109f2de7169156193ce8cf2666479178b71eea036e3ecfd9357c88758fab5e9916850faaf71679167f78fd3324263c528c6bc868f23b528fcde6c SHA512 e32f2d1f7488601a130b110f173155ee0bcee97875e39eb5a5500fed96e95108b179afed365b88e38061fd93eebde9f9a511ea053c61ef870935a13388420ef7 +EBUILD portspoof-9999.ebuild 1013 BLAKE2B 848b7eb113a109f2de7169156193ce8cf2666479178b71eea036e3ecfd9357c88758fab5e9916850faaf71679167f78fd3324263c528c6bc868f23b528fcde6c SHA512 e32f2d1f7488601a130b110f173155ee0bcee97875e39eb5a5500fed96e95108b179afed365b88e38061fd93eebde9f9a511ea053c61ef870935a13388420ef7 MISC metadata.xml 328 BLAKE2B 3aa60baed442cec358463ee0f0755d4c6582b8059ae8c02417145ca8a723a5a6bf7ddc3de999b519128a4cea0fb2257faca126809115e3079f284c4094bc70a3 SHA512 328a86e4be2cc8a6de438e3684832d6dcfde5562581d65ddb88b68a56aa980be8b838f93ce9925accb239dd7d2fbb67249661b55db7631b6fd7906b0b63aedd3 diff --git a/net-misc/portspoof/portspoof-1.3.ebuild b/net-misc/portspoof/portspoof-1.3.ebuild index 7dc45df92641..48332848d894 100644 --- a/net-misc/portspoof/portspoof-1.3.ebuild +++ b/net-misc/portspoof/portspoof-1.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="return SYN+ACK for every port connection attempt" HOMEPAGE="http://portspoof.org/" @@ -15,7 +15,6 @@ RDEPEND="${DEPEND}" if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://github.com/drk1wi/${PN}.git" - KEYWORDS="" else SRC_URI="https://github.com/drk1wi/portspoof/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" @@ -23,11 +22,14 @@ fi src_prepare() { if [[ ${PV} == "9999" ]] ; then + mv configure.in configure.ac || die eautoreconf fi sed -i \ 's#/usr/local/bin/portspoof -D -c /usr/local/etc/portspoof.conf -s /usr/local/etc/portspoof_signatures#/usr/bin/portspoof -D -c /etc/portspoof.conf -s /etc/portspoof_signatures#'\ system_files/init.d/portspoof.sh + sed -i '/#include /d' src/connection.h || die + eapply_user } src_install() { diff --git a/net-misc/portspoof/portspoof-9999.ebuild b/net-misc/portspoof/portspoof-9999.ebuild index 7dc45df92641..48332848d894 100644 --- a/net-misc/portspoof/portspoof-9999.ebuild +++ b/net-misc/portspoof/portspoof-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="return SYN+ACK for every port connection attempt" HOMEPAGE="http://portspoof.org/" @@ -15,7 +15,6 @@ RDEPEND="${DEPEND}" if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://github.com/drk1wi/${PN}.git" - KEYWORDS="" else SRC_URI="https://github.com/drk1wi/portspoof/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" @@ -23,11 +22,14 @@ fi src_prepare() { if [[ ${PV} == "9999" ]] ; then + mv configure.in configure.ac || die eautoreconf fi sed -i \ 's#/usr/local/bin/portspoof -D -c /usr/local/etc/portspoof.conf -s /usr/local/etc/portspoof_signatures#/usr/bin/portspoof -D -c /etc/portspoof.conf -s /etc/portspoof_signatures#'\ system_files/init.d/portspoof.sh + sed -i '/#include /d' src/connection.h || die + eapply_user } src_install() { -- cgit v1.2.3