commit:     e110875860a7c3560553b9a769d9a9815fdfc3da
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 19:59:39 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 20:31:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1108758

app-crypt/libscrypt: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-crypt/libscrypt/Manifest              |  1 -
 app-crypt/libscrypt/libscrypt-1.19.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/app-crypt/libscrypt/Manifest b/app-crypt/libscrypt/Manifest
index c767d0c8b83..d1841cd9bb3 100644
--- a/app-crypt/libscrypt/Manifest
+++ b/app-crypt/libscrypt/Manifest
@@ -1,2 +1 @@
-DIST libscrypt-1.19.tar.gz 18208 SHA256 
8f398677b2b43e21423b800156b3379f3cb0d314e70eec2eb2e83a012bce854f SHA512 
decf4fe6eb83d6a9ddd71cd9b9f4f9232bbadc8a7dc4c62aa737b162fdb97a18e6a8b3ac314c0900830b151c1b77a8dc00ffd0e47e47c425490ee4c43a21a735
 WHIRLPOOL 
877bcc095fedabf023bdd1eb921625889afdaf20512ee93135b602d75b12686317efe2e63b5f115efb7d846f2a021cab84a0ce5791bcaa1abb931710895bbcfc
 DIST libscrypt-1.20.tar.gz 18451 SHA256 
6074add2170b7d00e080fe3a58d3dec76850a4f272d488f5e8cc3c4acb6d8e21 SHA512 
c7db096c740681c328d4c156372147331c0441906c1f17656a8ddd8345348091295749c4e3105bf26106f826327acac9bda97efec4ce50ac56d64f903c59e9af
 WHIRLPOOL 
5d854936f955fbc08ec7d31e89396d3198ea58cac326ea8ceaedcc360e412cefc9e75b49a959870924cabe79ccf14453209cf450ff0256873c1de744f65706ac

diff --git a/app-crypt/libscrypt/libscrypt-1.19.ebuild 
b/app-crypt/libscrypt/libscrypt-1.19.ebuild
deleted file mode 100644
index 64e1cfc987a..00000000000
--- a/app-crypt/libscrypt/libscrypt-1.19.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 ~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
-}

Reply via email to