Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/codecrypt/
Date: Tue, 29 May 2018 07:33:26
Message-Id: 1527579184.9d409a990aa789c14add65ff8734c65515e75c69.amynka@gentoo
1 commit: 9d409a990aa789c14add65ff8734c65515e75c69
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 05:46:38 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 07:33:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d409a99
7
8 app-crypt/codecrypt: drop old 1.7.5, 1.7.6
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-crypt/codecrypt/Manifest | 2 --
13 app-crypt/codecrypt/codecrypt-1.7.5.ebuild | 30 ------------------------------
14 app-crypt/codecrypt/codecrypt-1.7.6.ebuild | 30 ------------------------------
15 3 files changed, 62 deletions(-)
16
17 diff --git a/app-crypt/codecrypt/Manifest b/app-crypt/codecrypt/Manifest
18 index 97d12a9d59d..ab0f8341436 100644
19 --- a/app-crypt/codecrypt/Manifest
20 +++ b/app-crypt/codecrypt/Manifest
21 @@ -1,4 +1,2 @@
22 DIST codecrypt-1.7.2.tar.gz 446975 BLAKE2B 40b7f97dae84a0fd621ee19c6bfeba47b781a7f856ce9c077445d6387b75b97dce0fc02ee9481241b246b0eb7de6b44ac014a708a8ceba629828ca9d63b8e24c SHA512 4ad2ad9e665e486e353b48efff344436b276eac2dcbddcf4330796b8f1f06284eaeec9c4f4ef63f61e4477c3bce0973f60f76291dce11bee31a75658bee6a3a0
23 -DIST codecrypt-1.7.5.tar.gz 464250 BLAKE2B 79b4f88b0779a68a372160dd18d5b53208e4ed851aab3685bdd140649ba95aaee5918816da4a22c3997e7e9c4d2aa7a9497a1858c680a80a1c3bd1b22f5944fb SHA512 237459ec4387f068d39946c1360e27b02f1cfd34a78eef0d3c3eccf31604f3d27b9e5c9c091b88257231bff02f7bf9fb82f7a9e8a8e8a6bbc27091c83ab1f880
24 -DIST codecrypt-1.7.6.tar.gz 463999 BLAKE2B dc5e6e0a61c267566924778b19ad53b0e743f2ae4ee8828a638cf00ab0c53f0a1c089d0c7d1635dfe78d077bf2ce9c6d9ea0b2a658715bb5cbe2d831f0b00c62 SHA512 1bd1432c75985d2ff968095bcb9e23ea2c6e91bd7009c9c50a5ab90123e14db0937e0a945a20a6c7f540a5b52e3f1d9ea2dbf779406d43a203f1d1bcafb94406
25 DIST codecrypt-1.8.tar.gz 471273 BLAKE2B 30547c299689547b50e2742e12dbfd32f420217a81813446b36bf5ea52929ca1f3b1968d76937de17e0f003c82186abfa683a6e30dc1fa5dc2ffe89594827ae4 SHA512 0e452f4e93498faa671a5927a3dd93b6dc66cbda7eb71cb33a509f8608573eff5ac8fed0d5e09911e03c153b88c9cb1bb54f7b2aeeb7b6c31eec918ad9685102
26
27 diff --git a/app-crypt/codecrypt/codecrypt-1.7.5.ebuild b/app-crypt/codecrypt/codecrypt-1.7.5.ebuild
28 deleted file mode 100644
29 index 929eb593187..00000000000
30 --- a/app-crypt/codecrypt/codecrypt-1.7.5.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -DESCRIPTION="Post-quantum cryptography tool"
39 -HOMEPAGE="http://e-x-a.org/codecrypt/"
40 -SRC_URI="http://e-x-a.org/codecrypt/files/${P}.tar.gz"
41 -
42 -LICENSE="LGPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~x86"
45 -IUSE="+cryptopp"
46 -
47 -DEPEND="dev-libs/gmp:=
48 - cryptopp? ( dev-libs/crypto++ )
49 - sci-libs/fftw:3.0"
50 -RDEPEND="${DEPEND}"
51 -
52 -src_prepare() {
53 - eapply_user
54 - # workaround -- gentoo is missing crypto++ pkg-config file
55 - sed -i -e 's/PKG_CHECK_MODULES(\[CRYPTOPP\],.*/LDFLAGS="$LDFLAGS -lcrypto++"/' configure.ac
56 - ./autogen.sh
57 -}
58 -
59 -src_configure() {
60 - econf \
61 - $(use_with cryptopp )
62 -}
63
64 diff --git a/app-crypt/codecrypt/codecrypt-1.7.6.ebuild b/app-crypt/codecrypt/codecrypt-1.7.6.ebuild
65 deleted file mode 100644
66 index 9a1a3f9e686..00000000000
67 --- a/app-crypt/codecrypt/codecrypt-1.7.6.ebuild
68 +++ /dev/null
69 @@ -1,30 +0,0 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=6
74 -
75 -DESCRIPTION="Post-quantum cryptography tool"
76 -HOMEPAGE="http://e-x-a.org/codecrypt/"
77 -SRC_URI="http://e-x-a.org/codecrypt/files/${P}.tar.gz"
78 -
79 -LICENSE="LGPL-3"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~arm ~x86"
82 -IUSE="+cryptopp"
83 -
84 -DEPEND="dev-libs/gmp:=
85 - cryptopp? ( dev-libs/crypto++ )
86 - sci-libs/fftw:3.0"
87 -RDEPEND="${DEPEND}"
88 -
89 -src_prepare() {
90 - eapply_user
91 - # workaround -- gentoo is missing crypto++ pkg-config file
92 - sed -i -e 's/PKG_CHECK_MODULES(\[CRYPTOPP\],.*/LDFLAGS="$LDFLAGS -lcrypto++"/' configure.ac
93 - ./autogen.sh
94 -}
95 -
96 -src_configure() {
97 - econf \
98 - $(use_with cryptopp )
99 -}