From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84AA11396D9 for ; Tue, 14 Nov 2017 19:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA74FE0EBA; Tue, 14 Nov 2017 19:56:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A6FEE0EBA for ; Tue, 14 Nov 2017 19:56:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0274133BE2E for ; Tue, 14 Nov 2017 19:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D4A297BE for ; Tue, 14 Nov 2017 19:56:16 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1510689352.dbf25a8b8a032ffd97d703b65cfc637de7504838.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libscrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libscrypt/Manifest app-crypt/libscrypt/libscrypt-1.20.ebuild X-VCS-Directories: app-crypt/libscrypt/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: dbf25a8b8a032ffd97d703b65cfc637de7504838 X-VCS-Branch: master Date: Tue, 14 Nov 2017 19:56:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad09e74d-8a6f-47ac-b298-8950ed969e6e X-Archives-Hash: 2b97ca483d0894a09e827e57179faafb commit: dbf25a8b8a032ffd97d703b65cfc637de7504838 Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Nov 5 05:36:24 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Tue Nov 14 19:55:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf25a8b app-crypt/libscrypt: cleanup Gentoo-Bug: https://bugs.gentoo.org/623388 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-crypt/libscrypt/Manifest | 1 - app-crypt/libscrypt/libscrypt-1.20.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-crypt/libscrypt/Manifest b/app-crypt/libscrypt/Manifest index 5a1906ee98c..900a68120bd 100644 --- a/app-crypt/libscrypt/Manifest +++ b/app-crypt/libscrypt/Manifest @@ -1,2 +1 @@ -DIST libscrypt-1.20.tar.gz 18451 SHA256 6074add2170b7d00e080fe3a58d3dec76850a4f272d488f5e8cc3c4acb6d8e21 SHA512 c7db096c740681c328d4c156372147331c0441906c1f17656a8ddd8345348091295749c4e3105bf26106f826327acac9bda97efec4ce50ac56d64f903c59e9af WHIRLPOOL 5d854936f955fbc08ec7d31e89396d3198ea58cac326ea8ceaedcc360e412cefc9e75b49a959870924cabe79ccf14453209cf450ff0256873c1de744f65706ac DIST libscrypt-1.21.tar.gz 19425 SHA256 68e377e79745c10d489b759b970e52d819dbb80dd8ca61f8c975185df3f457d3 SHA512 0f894bc2f47016cdd043ea692a4e4b08891b1a961443265230d5ccb76820d40e50b0d4d63588c44c985cd24e214f07b126d30989d3ce4cd79366f3b8f16c4d34 WHIRLPOOL 7fda5f5118c981d595f9f624ae40674c29fba6ee529ec8f4861b88d9bf11321b7a1285fabd1218356b59e889ddb96c4018513441fb4cebd302639085fcc097d0 diff --git a/app-crypt/libscrypt/libscrypt-1.20.ebuild b/app-crypt/libscrypt/libscrypt-1.20.ebuild deleted file mode 100644 index d0238e0ba97..00000000000 --- 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 -}