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 F0F13158041 for ; Sun, 3 Mar 2024 19:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBFC0E2AA6; Sun, 3 Mar 2024 19:07:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CDF40E2AA6 for ; Sun, 3 Mar 2024 19:07:54 +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 DAEF0340441 for ; Sun, 3 Mar 2024 19:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5206DB2F for ; Sun, 3 Mar 2024 19:07:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1709492661.06c6cc97bc7bbf11e19562d527e60f28988a3340.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/glep63-check/Manifest app-crypt/glep63-check/glep63-check-10.ebuild X-VCS-Directories: app-crypt/glep63-check/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 06c6cc97bc7bbf11e19562d527e60f28988a3340 X-VCS-Branch: master Date: Sun, 3 Mar 2024 19:07:52 +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: ee3697a8-c426-4f56-878c-1538224f55ca X-Archives-Hash: da688735c2a2450691ad26e7b9488c39 commit: 06c6cc97bc7bbf11e19562d527e60f28988a3340 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 3 19:04:21 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 3 19:04:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c6cc97 app-crypt/glep63-check: Remove old Signed-off-by: Michał Górny gentoo.org> app-crypt/glep63-check/Manifest | 1 - app-crypt/glep63-check/glep63-check-10.ebuild | 28 --------------------------- 2 files changed, 29 deletions(-) diff --git a/app-crypt/glep63-check/Manifest b/app-crypt/glep63-check/Manifest index 705a4d59d576..a9630ea5c4e1 100644 --- a/app-crypt/glep63-check/Manifest +++ b/app-crypt/glep63-check/Manifest @@ -1,2 +1 @@ -DIST glep63-check-10.tar.gz 73550 BLAKE2B af45dce2a89e4af31a81e979659494c47b9c24f3fb71cccc33e84d6fc2900339ecefcafb1b6186b1e19e9fce7a2f17df754005c91828d27d0d2d9fe67586661e SHA512 d2fbfdb1b60250897b5d9582111573b6ed78f02b30d66cffc0fa94e0a1136dc0f3561e808b66d9b8ce43fca9fbdaf1548790c7c2395929308ff24d42d18ecf03 DIST glep63-check-11.tar.gz 73765 BLAKE2B f1893397c18458d1a9abb0236334f2acf9adcb4cf13229f49887cd1381db4e68c470f604b76b339c5481207c63522a3f99256e00cba820e3a15c412a8e52ec2d SHA512 6ee9ed33ee259eaa14d6fb1d914e555aae5b622d04f08a2eef094e7ff20ce9368a3af105a55cbc2c37ced5b51846f17651b20a2c0644f0efcc883eea49f0310b diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild b/app-crypt/glep63-check/glep63-check-10.ebuild deleted file mode 100644 index 930674a97cc8..000000000000 --- a/app-crypt/glep63-check/glep63-check-10.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 - -DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys" -HOMEPAGE="https://github.com/projg2/glep63-check/" -SRC_URI=" - https://github.com/projg2/glep63-check/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="app-crypt/gnupg" -DEPEND=" - test? ( - >=app-crypt/gnupg-2.2.29 - sys-libs/libfaketime - )" - -distutils_enable_tests unittest