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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18692158094 for ; Fri, 23 Sep 2022 20:07:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67A6DE0DA1; Fri, 23 Sep 2022 20:07:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 542F0E0DA1 for ; Fri, 23 Sep 2022 20:07:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99ADE340E02 for ; Fri, 23 Sep 2022 20:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4038F5D4 for ; Fri, 23 Sep 2022 20:07:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663963632.587ff8c2dde4ee88dbeeb404f8817e67d70c8252.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/paperkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/paperkey/Manifest app-crypt/paperkey/paperkey-1.5.ebuild X-VCS-Directories: app-crypt/paperkey/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 587ff8c2dde4ee88dbeeb404f8817e67d70c8252 X-VCS-Branch: master Date: Fri, 23 Sep 2022 20:07:37 +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: d72d5224-6aef-4f16-80b2-4f5a175df80a X-Archives-Hash: bc5be2d3c5ab03da3754d4dd9c77ec1d commit: 587ff8c2dde4ee88dbeeb404f8817e67d70c8252 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 16 20:53:01 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 23 20:07:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587ff8c2 app-crypt/paperkey: drop 1.5, EAPI-6-- Closes: https://bugs.gentoo.org/676356 Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/paperkey/Manifest | 1 - app-crypt/paperkey/paperkey-1.5.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/app-crypt/paperkey/Manifest b/app-crypt/paperkey/Manifest index 2cbe8fe4310c..292c6a4cb7f9 100644 --- a/app-crypt/paperkey/Manifest +++ b/app-crypt/paperkey/Manifest @@ -1,2 +1 @@ -DIST paperkey-1.5.tar.gz 266722 BLAKE2B 8b838b70690a080ca3e579780af890021f218e86dc73099e2adc457c169d2268795e34779d839b63cfe4fec549f44df058d49a853f9c02a878c2163a5e03b393 SHA512 3abe6be913748c08dd2a8fad1e0624dd77a14972abdc76722507ec454aa31cd24fe9ae9f85e256300e568fbc84da6369fbf07f93ae8520f71c46edae4f0f6fe6 DIST paperkey-1.6.tar.gz 271424 BLAKE2B 625a26bbae93122acf553036e902421ec630f6f92507b1f6dd231e970fc8d94a9d7017018bb783f934a37577de3e0c4f1fa68ca359c3de06f1a87590c188d266 SHA512 a07fc22bf56cd9524ecba61d1bf00102e6e97842e219682771187a2a2327c9daa885d457417bb2ea960f5ebd66bd711fa1d86687fda159647ff47980dee21b01 diff --git a/app-crypt/paperkey/paperkey-1.5.ebuild b/app-crypt/paperkey/paperkey-1.5.ebuild deleted file mode 100644 index 9fbdc46ab663..000000000000 --- a/app-crypt/paperkey/paperkey-1.5.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="OpenPGP key archiver" -HOMEPAGE="http://www.jabberwocky.com/software/paperkey/" -SRC_URI="http://www.jabberwocky.com/software/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~x64-macos" -IUSE="" - -DOCS="README"