summaryrefslogtreecommitdiff
path: root/app-crypt/xor-analyze
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
commit99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch)
treeda76713365257a445f3ae3b95470917f59d46728 /app-crypt/xor-analyze
parent4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff)
gentoo resync : 24.02.2018
Diffstat (limited to 'app-crypt/xor-analyze')
-rw-r--r--app-crypt/xor-analyze/Manifest3
-rw-r--r--app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild2
-rw-r--r--app-crypt/xor-analyze/xor-analyze-0.5.ebuild24
3 files changed, 2 insertions, 27 deletions
diff --git a/app-crypt/xor-analyze/Manifest b/app-crypt/xor-analyze/Manifest
index 7a537e489aef..e1c3420f870d 100644
--- a/app-crypt/xor-analyze/Manifest
+++ b/app-crypt/xor-analyze/Manifest
@@ -1,4 +1,3 @@
DIST xor-analyze-0.5.tar.gz 26635 BLAKE2B ad5134b50366cdfb4af31d1944cc4c02c43b2bac171b20054fd7960e62a96b3b959f5b973ab82076ca8cdb0ae7068c0917f89c581936e16723c0223ac64d78a0 SHA512 e28aef799dc6f64a57609638f578bbe66c3ced5784599a65be6bf4ee14921600b7d292880f1288b5ad81ed3dd0897b6aeff2d741b96efc30cf0eab453e4b21b1
-EBUILD xor-analyze-0.5-r1.ebuild 615 BLAKE2B 8afc6771bf841c83fb17e14273f2f87b3771a7137e40b834e29e7f9ba03892d1b1a183fdc90a285809496329af61912d28753d7533ac48cd3da20b156c8aac87 SHA512 3cc206f8571c2210941f93b6ed76fbbb24c3d7a6227a3b45a84c6cbdee8fcc05cf461627713c5e89e2eacb4f21dd14397ddfa2e53765f38e21511ae8abdd99fe
-EBUILD xor-analyze-0.5.ebuild 613 BLAKE2B a973b51620d9b5e6dbbab9bc7e260a10ec61e55363e0a117d1982ef2dc34cf11b2072e00a15d3123f35d66eefb1b89512195a0b0a84d98d67267ba689f226f74 SHA512 9b891d788cf3c253dd27dc370b9eecd9173b0f0fd56ffd7654e62334914dab7dab7fed69e202448772486838f1f4733009210f52c6f6c7457bacb0f46f1e5a29
+EBUILD xor-analyze-0.5-r1.ebuild 614 BLAKE2B 7122073e7238af80bd7469a9df8e9d0ee7ebb896688b7f1d5ec5cdc94c6886b2611cd1eefef0be7ca04379b89cfb0e4948cb1e143f81e477400d81c0e3017a4c SHA512 2077ae200122f2c1e2d3ecadaaa9053e2fcf43efba003d3ad48e7b6612d98bfbcec2980c86098f12878bf93e11a156b8be482b78f92fd6310defb8e6a90aba76
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
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 1b00a0add70b..07b15f1f1e7e 100644
--- a/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild
+++ b/app-crypt/xor-analyze/xor-analyze-0.5-r1.ebuild
@@ -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() {
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 8c363bfa6357..000000000000
--- 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
-}