diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-07-23 20:49:22 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-24 13:33:01 +0200 |
commit | ef829aec083a8883894ab89e9d9f952f92c5c2f8 (patch) | |
tree | a4a53f9cc9adb10910e128121bef5d3f017e57d1 /app-crypt/xor-analyze | |
parent | net-libs/libcapi: add 3.2.3 (diff) | |
download | gentoo-ef829aec083a8883894ab89e9d9f952f92c5c2f8.tar.gz gentoo-ef829aec083a8883894ab89e9d9f952f92c5c2f8.tar.bz2 gentoo-ef829aec083a8883894ab89e9d9f952f92c5c2f8.zip |
app-crypt/xor-analyze: EAPI8, minor improvements
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/26548
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-crypt/xor-analyze')
-rw-r--r-- | app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild b/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild index 07b15f1f1e7e..3a4dc8242027 100644 --- a/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild +++ b/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs -DESCRIPTION="program for cryptanalyzing xor 'encryption' with variable key length" -HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=xor-analyze" -SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz" +DESCRIPTION="Program for cryptanalyzing xor 'encryption' with variable key length" +HOMEPAGE="https://www.habets.pp.se/synscan/programs_xor-analyze.html" +SRC_URI="https://www.habets.pp.se/synscan/files/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" src_compile() { rm -f Makefile || die |