[gentoo-commits] repo/gentoo:master commit in: app-crypt/xor-analyze/

2022-07-24 Thread Conrad Kostecki
commit: ef829aec083a8883894ab89e9d9f952f92c5c2f8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Jul 23 18:49:22 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 24 11:33:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef829aec

app-crypt/xor-analyze: EAPI8, minor improvements

Signed-off-by: Michael Mair-Keimberger  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  gentoo.org>

 app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild | 13 ++---
 1 file 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



[gentoo-commits] repo/gentoo:master commit in: app-crypt/xor-analyze/

2018-02-22 Thread Michael Palimaka
commit: c1347a9e3d00a5aa4ac7133654f1e938af98ca1f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Feb 22 09:10:28 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Feb 22 09:14:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1347a9e

app-crypt/xor-analyze: remove 0.5-r0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/xor-analyze/xor-analyze-0.5.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/app-crypt/xor-analyze/xor-analyze-0.5.ebuild 
b/app-crypt/xor-analyze/xor-analyze-0.5.ebuild
deleted file mode 100644
index 8c363bfa635..000
--- a/app-crypt/xor-analyze/xor-analyze-0.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_compile() {
-   rm -f Makefile
-   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" xor-analyze xor-enc || die
-}
-
-src_install() {
-   dobin xor-analyze xor-enc || die
-   dosym xor-enc /usr/bin/xor-dec
-   dodoc README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/xor-analyze/

2018-02-09 Thread Thomas Deutschmann
commit: 67da2df3be00ce770c037f7bba344459c09cb173
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Feb 10 00:15:37 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 10 00:15:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67da2df3

app-crypt/xor-analyze: x86 stable (bug #646974)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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 379db39defb..1b00a0add70 100644
--- a/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild
+++ b/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: app-crypt/xor-analyze/

2017-08-11 Thread Amy Liffey
commit: 184e42f322411aa7d7e4b98667a28a0d6bc6a90a
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug 11 20:31:38 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug 11 20:31:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184e42f3

app-crypt/xor-analyze: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild | 26 +
 1 file changed, 26 insertions(+)

diff --git a/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild 
b/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild
new file mode 100644
index 000..379db39defb
--- /dev/null
+++ b/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_compile() {
+   rm -f Makefile || die
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" xor-analyze xor-enc
+}
+
+src_install() {
+   dobin xor-analyze xor-enc
+   dosym xor-enc /usr/bin/xor-dec
+   dodoc README TODO
+}