summaryrefslogtreecommitdiff
path: root/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 21:54:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-13 21:54:24 +0100
commitda491770b9ba5f179e18db461c49cb6f1ccf0e1f (patch)
treed3e34a8bd906741ab18cf69d8d4f732853e26ade /app-crypt/af_alg/af_alg-0_pre20120229.ebuild
parentad6182343997a405079870a2fe91c4e0c6b94595 (diff)
parent5a165c60b9b8c4847067cb83b4be7da785d01f93 (diff)
gentoo resync : 28.09.2019
Diffstat (limited to 'app-crypt/af_alg/af_alg-0_pre20120229.ebuild')
-rw-r--r--app-crypt/af_alg/af_alg-0_pre20120229.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild b/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
deleted file mode 100644
index 1ca991a06c2c..000000000000
--- a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs multilib
-
-COMMIT_ID=7b13512edbd77c35d20edb4e53d5d83eeaf05d52
-
-DESCRIPTION="AF_ALG for OpenSSL"
-HOMEPAGE="http://carnivore.it/2011/04/23/openssl_-_af_alg"
-
-MY_P="$PN-${COMMIT_ID}"
-SRC_URI="http://src.carnivore.it/users/common/af_alg/snapshot/${MY_P}.tar.gz"
-
-LICENSE="openssl"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
-
-DEPEND="!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -Wall -fPIC \
- -shared -Wl,-soname,libaf_alg.so -lcrypto -o libaf_alg.so \
- e_af_alg.c
-}
-
-src_install() {
- exeinto /usr/$(get_libdir)/engines
- doexe libaf_alg.so
- dodoc README
-}