commit: 52865d4effb60b3ca9d240e2fdc05c3b0b511e80 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 31 08:35:35 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 31 09:24:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52865d4e
app-portage/pram: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/pram/Manifest | 1 - app-portage/pram/pram-13.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest index a91e477a31ae..3dff9c5dea59 100644 --- a/app-portage/pram/Manifest +++ b/app-portage/pram/Manifest @@ -1,2 +1 @@ -DIST pram-13.tar.gz 15716 BLAKE2B 57a8e78b9df7a3576d570fcc089362070cf6775d3c3a86abdeb09d5c75bfa982d0547c0d55f6fdc32d3780b7e2b1cea17df96b36cc386b6501ac39aa3dc0f5f9 SHA512 741e73578e99ba0da5361f0e9ed47e1ead6b0e827728472b918688ab25a94fae8ea070427270b66f2819838094c0757836bfd11dcd0248deb497dd5a702b3b45 DIST pram-14.tar.gz 16132 BLAKE2B 9a91b42d7283f2341d073d0e3466c9e95c1e4bbdd70c816c31ba5a366ba29987b610f8c1c25f8c65657cad5bb10c156fd2a367762ad0beb85d024914729d75fd SHA512 940d5694742b5094be0d7f35d50755ada37fe28eafe479e8e47b2045ebd643de9140aad02a05cd439d3df5dc3def4296ca2e446815005b1057c819658d9daa50 diff --git a/app-portage/pram/pram-13.ebuild b/app-portage/pram/pram-13.ebuild deleted file mode 100644 index c9e58c7ca56e..000000000000 --- a/app-portage/pram/pram-13.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2019-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="Tool to ease merging Pull Requests and git patches" -HOMEPAGE="https://github.com/projg2/pram/" -SRC_URI=" - https://github.com/projg2/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64 ~riscv x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-vcs/git - net-misc/wget[ssl] - virtual/editor -" -BDEPEND=" - test? ( - ${RDEPEND} - app-crypt/gnupg - >=dev-vcs/git-2.45.0 - sys-apps/diffutils - ) -"
