From 7b9f15840068dfaeea5684f8a1af1fe460dfa14c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 2 Jun 2018 17:18:14 +0100 Subject: gentoo resync : 02.06.2018 --- app-crypt/codecrypt/codecrypt-1.7.6.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 app-crypt/codecrypt/codecrypt-1.7.6.ebuild (limited to 'app-crypt/codecrypt/codecrypt-1.7.6.ebuild') 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 ) -} -- cgit v1.2.3