summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2018-05-29 07:46:38 +0200
committerAmy Liffey <amynka@gentoo.org>2018-05-29 09:33:04 +0200
commit9d409a990aa789c14add65ff8734c65515e75c69 (patch)
tree7ac7ee89db0fbc2e3a846947ed2753cbb4de1ddb /app-crypt
parentdev-util/cargo: enable arm hard- and softfloat (diff)
downloadgentoo-9d409a990aa789c14add65ff8734c65515e75c69.tar.gz
gentoo-9d409a990aa789c14add65ff8734c65515e75c69.tar.bz2
gentoo-9d409a990aa789c14add65ff8734c65515e75c69.zip
app-crypt/codecrypt: drop old 1.7.5, 1.7.6
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/codecrypt/Manifest2
-rw-r--r--app-crypt/codecrypt/codecrypt-1.7.5.ebuild30
-rw-r--r--app-crypt/codecrypt/codecrypt-1.7.6.ebuild30
3 files changed, 0 insertions, 62 deletions
diff --git a/app-crypt/codecrypt/Manifest b/app-crypt/codecrypt/Manifest
index 97d12a9d59dd..ab0f83414360 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 929eb593187b..000000000000
--- 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 9a1a3f9e686d..000000000000
--- 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 )
-}