From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 861F913829C for ; Sun, 12 Jun 2016 13:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C879FE0B28; Sun, 12 Jun 2016 13:41:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12E2EE0B21 for ; Sun, 12 Jun 2016 13:41:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34C2A34095A for ; Sun, 12 Jun 2016 13:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A23A23F1 for ; Sun, 12 Jun 2016 13:41: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: <1465701725.11c4d29112d226b791a107c419a1f37612af426e.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/scrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/scrypt/Manifest app-crypt/scrypt/scrypt-1.1.6.ebuild X-VCS-Directories: app-crypt/scrypt/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 11c4d29112d226b791a107c419a1f37612af426e X-VCS-Branch: master Date: Sun, 12 Jun 2016 13:41: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: 5e22d763-fa01-4fcb-a94f-7a6421172d7a X-Archives-Hash: 8a437a6b25ec2862ebbd8351b22bfaab commit: 11c4d29112d226b791a107c419a1f37612af426e Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Jun 12 03:06:28 2016 +0000 Commit: Alon Bar-Lev gentoo 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) -}