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 66F621382C5 for ; Wed, 17 Jun 2020 17:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96599E0AE5; Wed, 17 Jun 2020 17:01:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7ED1FE0AE5 for ; Wed, 17 Jun 2020 17:01:08 +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 A8A3034F35A for ; Wed, 17 Jun 2020 17:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 084752B0 for ; Wed, 17 Jun 2020 17:00:56 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1592413226.379b1aae902cd9298582e75b23a0ce151e5b66e5.juippis@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: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 379b1aae902cd9298582e75b23a0ce151e5b66e5 X-VCS-Branch: master Date: Wed, 17 Jun 2020 17:00:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33f0f03a-daab-44b2-bf04-0c285cc6deef X-Archives-Hash: fb86b1a5cdd0814d2698269b81b52049 commit: 379b1aae902cd9298582e75b23a0ce151e5b66e5 Author: Jakov Smolic sartura hr> AuthorDate: Sat May 23 17:01:12 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 17 17:00:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379b1aae app-crypt/scrypt: remove version 1.2.0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Joonas Niilola gentoo.org> app-crypt/scrypt/Manifest | 1 - app-crypt/scrypt/scrypt-1.2.0.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/app-crypt/scrypt/Manifest b/app-crypt/scrypt/Manifest index a121a61a240..ec7b1fd64f8 100644 --- a/app-crypt/scrypt/Manifest +++ b/app-crypt/scrypt/Manifest @@ -1,2 +1 @@ -DIST scrypt-1.2.0.tgz 107796 BLAKE2B 83ad13e83dad1ecf6a73553e2402c01409062e53089b5c6598607a50794113ad7ed89d855486e33464237b5ba033b57b72af851199e674235ac53e822fece865 SHA512 81ac8d82c38dc73981fa5bd4c011142c7ccef962a650ed849317a49e8aa66c26f4557dde326202792500a996178784d5eb0d28f909ab630cb05c86fdebfaae0d DIST scrypt-1.3.0.tgz 380332 BLAKE2B 4bb2c5b911cd25e80444e7dd6381692a3ddd3dcd3a5f4bcda14c8cc4169f332f2c617175bfd222f03d8e48a3eefd9d01b2d7c3fd6b712b3266b2cc75bee8396b SHA512 199f58adb5231f1ad585dbe8f64d6c54920cee201bd7703bcfc7e64917bf8647f9e35b3835b78c41210fd9af5223a79938f2495e4b48e6a62bfe8721d82492c2 diff --git a/app-crypt/scrypt/scrypt-1.2.0.ebuild b/app-crypt/scrypt/scrypt-1.2.0.ebuild deleted file mode 100644 index 31b749d7d25..00000000000 --- a/app-crypt/scrypt/scrypt-1.2.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A simple password-based encryption utility using 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 )