diff options
Diffstat (limited to 'net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild')
-rw-r--r-- | net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild b/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild index 3e72b9e..747193f 100644 --- a/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild +++ b/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=5 +EAPI=8 inherit autotools DESCRIPTION="Tool to DoS" HOMEPAGE="http://www.thc.org" -SRC_URI="http://www.thc.org/${PN}/${P}.tar.gz" +SRC_URI="https://gitlab.com/kalilinux/packages/${PN}/-/archive/upstream/${PV}/${PN}-upstream-${PV}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" LICENSE="GPL-2+" IUSE="" +S="${WORKDIR}/${PN}-upstream-${PV}" DEPEND="dev-libs/openssl" RDEPEND="${DEPEND}" @@ -25,4 +26,5 @@ src_prepare() { configure.in || die eautoreconf + default } |