commit:     9d409a990aa789c14add65ff8734c65515e75c69
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 05:46:38 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue May 29 07:33:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d409a99

app-crypt/codecrypt: drop old 1.7.5, 1.7.6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/codecrypt/Manifest               |  2 --
 app-crypt/codecrypt/codecrypt-1.7.5.ebuild | 30 ------------------------------
 app-crypt/codecrypt/codecrypt-1.7.6.ebuild | 30 ------------------------------
 3 files changed, 62 deletions(-)

diff --git a/app-crypt/codecrypt/Manifest b/app-crypt/codecrypt/Manifest
index 97d12a9d59d..ab0f8341436 100644
--- a/app-crypt/codecrypt/Manifest
+++ b/app-crypt/codecrypt/Manifest
@@ -1,4 +1,2 @@
 DIST codecrypt-1.7.2.tar.gz 446975 BLAKE2B 
40b7f97dae84a0fd621ee19c6bfeba47b781a7f856ce9c077445d6387b75b97dce0fc02ee9481241b246b0eb7de6b44ac014a708a8ceba629828ca9d63b8e24c
 SHA512 
4ad2ad9e665e486e353b48efff344436b276eac2dcbddcf4330796b8f1f06284eaeec9c4f4ef63f61e4477c3bce0973f60f76291dce11bee31a75658bee6a3a0
-DIST codecrypt-1.7.5.tar.gz 464250 BLAKE2B 
79b4f88b0779a68a372160dd18d5b53208e4ed851aab3685bdd140649ba95aaee5918816da4a22c3997e7e9c4d2aa7a9497a1858c680a80a1c3bd1b22f5944fb
 SHA512 
237459ec4387f068d39946c1360e27b02f1cfd34a78eef0d3c3eccf31604f3d27b9e5c9c091b88257231bff02f7bf9fb82f7a9e8a8e8a6bbc27091c83ab1f880
-DIST codecrypt-1.7.6.tar.gz 463999 BLAKE2B 
dc5e6e0a61c267566924778b19ad53b0e743f2ae4ee8828a638cf00ab0c53f0a1c089d0c7d1635dfe78d077bf2ce9c6d9ea0b2a658715bb5cbe2d831f0b00c62
 SHA512 
1bd1432c75985d2ff968095bcb9e23ea2c6e91bd7009c9c50a5ab90123e14db0937e0a945a20a6c7f540a5b52e3f1d9ea2dbf779406d43a203f1d1bcafb94406
 DIST codecrypt-1.8.tar.gz 471273 BLAKE2B 
30547c299689547b50e2742e12dbfd32f420217a81813446b36bf5ea52929ca1f3b1968d76937de17e0f003c82186abfa683a6e30dc1fa5dc2ffe89594827ae4
 SHA512 
0e452f4e93498faa671a5927a3dd93b6dc66cbda7eb71cb33a509f8608573eff5ac8fed0d5e09911e03c153b88c9cb1bb54f7b2aeeb7b6c31eec918ad9685102

diff --git a/app-crypt/codecrypt/codecrypt-1.7.5.ebuild 
b/app-crypt/codecrypt/codecrypt-1.7.5.ebuild
deleted file mode 100644
index 929eb593187..00000000000
--- a/app-crypt/codecrypt/codecrypt-1.7.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Post-quantum cryptography tool"
-HOMEPAGE="http://e-x-a.org/codecrypt/";
-SRC_URI="http://e-x-a.org/codecrypt/files/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+cryptopp"
-
-DEPEND="dev-libs/gmp:=
-       cryptopp? ( dev-libs/crypto++ )
-       sci-libs/fftw:3.0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       eapply_user
-       # workaround -- gentoo is missing crypto++ pkg-config file
-       sed -i -e 's/PKG_CHECK_MODULES(\[CRYPTOPP\],.*/LDFLAGS="$LDFLAGS 
-lcrypto++"/' configure.ac
-       ./autogen.sh
-}
-
-src_configure() {
-       econf \
-               $(use_with cryptopp )
-}

diff --git a/app-crypt/codecrypt/codecrypt-1.7.6.ebuild 
b/app-crypt/codecrypt/codecrypt-1.7.6.ebuild
deleted file mode 100644
index 9a1a3f9e686..00000000000
--- a/app-crypt/codecrypt/codecrypt-1.7.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Post-quantum cryptography tool"
-HOMEPAGE="http://e-x-a.org/codecrypt/";
-SRC_URI="http://e-x-a.org/codecrypt/files/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+cryptopp"
-
-DEPEND="dev-libs/gmp:=
-       cryptopp? ( dev-libs/crypto++ )
-       sci-libs/fftw:3.0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       eapply_user
-       # workaround -- gentoo is missing crypto++ pkg-config file
-       sed -i -e 's/PKG_CHECK_MODULES(\[CRYPTOPP\],.*/LDFLAGS="$LDFLAGS 
-lcrypto++"/' configure.ac
-       ./autogen.sh
-}
-
-src_configure() {
-       econf \
-               $(use_with cryptopp )
-}

Reply via email to