summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-11-05 07:36:24 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-11-14 21:55:52 +0200
commitdbf25a8b8a032ffd97d703b65cfc637de7504838 (patch)
tree7d62b6e354dc3000b2495f1fb0dadafb556d5cb2 /app-crypt/libscrypt/libscrypt-1.20.ebuild
parentnet-analyzer/ettercap: suppress a QA warning about cmake-utils_src_prepare, w... (diff)
downloadgentoo-dbf25a8b8a032ffd97d703b65cfc637de7504838.tar.gz
gentoo-dbf25a8b8a032ffd97d703b65cfc637de7504838.tar.bz2
gentoo-dbf25a8b8a032ffd97d703b65cfc637de7504838.zip
app-crypt/libscrypt: cleanup
Gentoo-Bug: https://bugs.gentoo.org/623388 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-crypt/libscrypt/libscrypt-1.20.ebuild')
-rw-r--r--app-crypt/libscrypt/libscrypt-1.20.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-crypt/libscrypt/libscrypt-1.20.ebuild b/app-crypt/libscrypt/libscrypt-1.20.ebuild
deleted file mode 100644
index d0238e0ba978..000000000000
--- a/app-crypt/libscrypt/libscrypt-1.20.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="Shared library to impliment the scrypt algorithm"
-HOMEPAGE="https://github.com/technion/libscrypt"
-SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_compile() {
- export PREFIX=/usr
- export LIBDIR=${PREFIX}/$(get_libdir)
- export CC=$(tc-getCC)
- export CFLAGS="$CFLAGS -fPIC"
- export LDFLAGS="$LDFLAGS -Wl,-soname,libscrypt.so.0 -Wl,--version-script=libscrypt.version"
- export CFLAGS_EXTRA=
- emake
-}