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 9BCFE15808B for ; Sat, 5 Oct 2024 07:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6397E29AA; Sat, 5 Oct 2024 07:43:36 +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 C83CBE29A5 for ; Sat, 5 Oct 2024 07:43:36 +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 E41CE343014 for ; Sat, 5 Oct 2024 07:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 858D9E8A for ; Sat, 5 Oct 2024 07:43:34 +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: <1728114209.f3187d638b25fe6b41255c9b2cbba8b50699ed3c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/mgorny-dev-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/mgorny-dev-scripts/Manifest app-portage/mgorny-dev-scripts/mgorny-dev-scripts-54.ebuild X-VCS-Directories: app-portage/mgorny-dev-scripts/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f3187d638b25fe6b41255c9b2cbba8b50699ed3c X-VCS-Branch: master Date: Sat, 5 Oct 2024 07:43:34 +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: 3673ff49-b6fa-45b3-ae38-7b104c872754 X-Archives-Hash: d3ce989bd11ad3f6ab7886e51ff01460 commit: f3187d638b25fe6b41255c9b2cbba8b50699ed3c Author: Michał Górny gentoo org> AuthorDate: Sat Oct 5 07:42:18 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 07:43:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3187d63 app-portage/mgorny-dev-scripts: Remove old Signed-off-by: Michał Górny gentoo.org> app-portage/mgorny-dev-scripts/Manifest | 1 - .../mgorny-dev-scripts-54.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/app-portage/mgorny-dev-scripts/Manifest b/app-portage/mgorny-dev-scripts/Manifest index c4dff666891d..07664699e54d 100644 --- a/app-portage/mgorny-dev-scripts/Manifest +++ b/app-portage/mgorny-dev-scripts/Manifest @@ -1,2 +1 @@ -DIST mgorny-dev-scripts-54.tar.gz 19583 BLAKE2B 88f8b06f24b419d7c648f68b0f6e277106932353e526fa492a10180b2a36abf50e63c0a208357035c1229e7ebd3e6f655aabad85fad097047abf0f928a23aab9 SHA512 311aeab011e177aeb92c3076d9670dd012246cfc9f1efd8e89234079dbbfa22de4de309e862364ff33d5cbcacc06815f365d6b3cbc26de9e6fe5230abcc32d3c DIST mgorny-dev-scripts-55.tar.gz 19610 BLAKE2B 9f08783b9f7f33bcb64b5db9af60502106c5d48e249a5f5355d8a242085ec674e6af1012a036efb731077f137ce94f0bbdc3d7edf659f25821191d9a4e61d8c7 SHA512 3a0504a41359f909a40726337d7d71505bf8f26f68e29662916377bb388622cdcaa90748ddc19b9bde3ed2f0803311fcc477f0cf0b5ca07d0a1448630beb4fd5 diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-54.ebuild b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-54.ebuild deleted file mode 100644 index 5dbebceb9a95..000000000000 --- a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-54.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Handy scripts for ebuild development and more" -HOMEPAGE="https://github.com/projg2/mgorny-dev-scripts/" -SRC_URI=" - https://github.com/projg2/mgorny-dev-scripts/archive/v${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos" - -RDEPEND=" - app-portage/gentoolkit - >=app-portage/gpyutils-0.12 - dev-perl/URI - dev-util/pkgcheck - dev-vcs/git - net-misc/wget - sys-apps/portage - x11-misc/xdg-utils -" - -src_install() { - dodoc README.rst - rm -f COPYING README.rst || die - dobin * -}