commit: 11c4d29112d226b791a107c419a1f37612af426e Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Sun Jun 12 03:06:28 2016 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sun Jun 12 03:22:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c4d291
app-crypt/scrypt: cleanup Package-Manager: portage-2.2.28 app-crypt/scrypt/Manifest | 1 - app-crypt/scrypt/scrypt-1.1.6.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-crypt/scrypt/Manifest b/app-crypt/scrypt/Manifest index 59741fd..dce848d 100644 --- a/app-crypt/scrypt/Manifest +++ b/app-crypt/scrypt/Manifest @@ -1,2 +1 @@ -DIST scrypt-1.1.6.tgz 83776 SHA256 dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8 SHA512 c57e07c2ebaa696d575abf52c0078d3a8959c328e7a5fd3d01289424cdd9ec508cde493dc5965446ee59d9ea095e180615fc169696abd2336a3949554229bd1a WHIRLPOOL 6c5f08cc3aef7a9f99671d9e3457150960c64133afd26f029bfdd42e7fce64aa40d0833e1828dd8e0b34527eb03fa152e313d4bccea2d42f7dfbbc633a682d23 DIST scrypt-1.2.0.tgz 107796 SHA256 1754bc89405277c8ac14220377a4c240ddc34b1ce70882aa92cd01bfdc8569d4 SHA512 81ac8d82c38dc73981fa5bd4c011142c7ccef962a650ed849317a49e8aa66c26f4557dde326202792500a996178784d5eb0d28f909ab630cb05c86fdebfaae0d WHIRLPOOL ae07467b47f7a39dd2a28ae41de4dfc86d7c767a71e29c1ec0db5af60e1bd5897126abd97b8de38f7376c75338564273f98718f167aa0458508ac496b29f2776 diff --git a/app-crypt/scrypt/scrypt-1.1.6.ebuild b/app-crypt/scrypt/scrypt-1.1.6.ebuild deleted file mode 100644 index f62f1fc..0000000 --- a/app-crypt/scrypt/scrypt-1.1.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="A simple password-based encryption utility using the scrypt key derivation function" -HOMEPAGE="http://www.tarsnap.com/scrypt.html" -SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cpu_flags_x86_sse2" - -DOCS=( FORMAT ) - -src_configure() { - econf $(use_enable cpu_flags_x86_sse2) -}
