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 9A90B139891 for ; Tue, 25 Aug 2015 04:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D325B141EC; Tue, 25 Aug 2015 04:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FFE5141E3 for ; Tue, 25 Aug 2015 04:31:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7109B340B54 for ; Tue, 25 Aug 2015 04:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51EE2178 for ; Tue, 25 Aug 2015 04:31:23 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1440477001.075795fc31eb8e6b23fcd6f47d95914583df8702.radhermit@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.2.0.ebuild X-VCS-Directories: app-crypt/scrypt/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 075795fc31eb8e6b23fcd6f47d95914583df8702 X-VCS-Branch: master Date: Tue, 25 Aug 2015 04:31:23 +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: b6e8e3ba-9af0-44b1-aab3-6cc58e6c3176 X-Archives-Hash: 251924118a3b16d28bb9d7bcdc0c9c98 commit: 075795fc31eb8e6b23fcd6f47d95914583df8702 Author: Tim Harder gentoo org> AuthorDate: Tue Aug 25 04:19:34 2015 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Aug 25 04:30:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075795fc app-crypt/scrypt: version bump app-crypt/scrypt/Manifest | 1 + app-crypt/scrypt/scrypt-1.2.0.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/app-crypt/scrypt/Manifest b/app-crypt/scrypt/Manifest index c200365..59741fd 100644 --- a/app-crypt/scrypt/Manifest +++ b/app-crypt/scrypt/Manifest @@ -1 +1,2 @@ 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.2.0.ebuild b/app-crypt/scrypt/scrypt-1.2.0.ebuild new file mode 100644 index 0000000..d1e4829 --- /dev/null +++ b/app-crypt/scrypt/scrypt-1.2.0.ebuild @@ -0,0 +1,15 @@ +# 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" + +DOCS=( FORMAT )