Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/xor-analyze/
Date: Thu, 22 Feb 2018 09:14:26
Message-Id: 1519290851.c1347a9e3d00a5aa4ac7133654f1e938af98ca1f.kensington@gentoo
1 commit: c1347a9e3d00a5aa4ac7133654f1e938af98ca1f
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 09:10:28 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 09:14:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1347a9e
7
8 app-crypt/xor-analyze: remove 0.5-r0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-crypt/xor-analyze/xor-analyze-0.5.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/app-crypt/xor-analyze/xor-analyze-0.5.ebuild b/app-crypt/xor-analyze/xor-analyze-0.5.ebuild
16 deleted file mode 100644
17 index 8c363bfa635..00000000000
18 --- a/app-crypt/xor-analyze/xor-analyze-0.5.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2009 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit toolchain-funcs
25 -
26 -DESCRIPTION="program for cryptanalyzing xor 'encryption' with variable key length"
27 -HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=xor-analyze"
28 -SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="amd64 x86"
33 -IUSE=""
34 -
35 -src_compile() {
36 - rm -f Makefile
37 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" xor-analyze xor-enc || die
38 -}
39 -
40 -src_install() {
41 - dobin xor-analyze xor-enc || die
42 - dosym xor-enc /usr/bin/xor-dec
43 - dodoc README TODO
44 -}