summaryrefslogtreecommitdiff
path: root/app-crypt/af_alg/af_alg-0.0.1.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.0.1.ebuild
parentad6182343997a405079870a2fe91c4e0c6b94595 (diff)
parent5a165c60b9b8c4847067cb83b4be7da785d01f93 (diff)
gentoo resync : 28.09.2019
Diffstat (limited to 'app-crypt/af_alg/af_alg-0.0.1.ebuild')
-rw-r--r--app-crypt/af_alg/af_alg-0.0.1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-crypt/af_alg/af_alg-0.0.1.ebuild b/app-crypt/af_alg/af_alg-0.0.1.ebuild
deleted file mode 100644
index 5494c4339d9c..000000000000
--- a/app-crypt/af_alg/af_alg-0.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_PN="af_alg"
-
-inherit autotools eutils libtool linux-info versionator
-
-DESCRIPTION="af_alg is an openssl crypto engine kernel interface thing"
-HOMEPAGE="https://github.com/sarnold/af_alg"
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="openssl"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="libressl"
-
-DEPEND="virtual/linux-sources
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )"
-RDEPEND=""
-
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-CONFIG_CHECK="~CRYPTO_USER_API"
-WARNING_CRYPTO_USER_API="You need to enable CONFIG_CRYPTO_USER_API in order to use this package."
-
-src_prepare() {
- sed -i -e "s|ssl/engines|engines|" "${S}"/configure.ac
- eautoreconf
-}
-
-src_configure() {
- econf --with-pic
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README.rst
-
- prune_libtool_files --modules
-}