commit: 36ae4b00abed0e51a2fecf81c096217e17e43166 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 10 11:50:59 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 10 11:50:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ae4b00
app-portage/pram: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/pram/Manifest | 2 -- app-portage/pram/pram-11.ebuild | 33 --------------------------------- app-portage/pram/pram-12.ebuild | 32 -------------------------------- 3 files changed, 67 deletions(-) diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest index 8ba1b1ae8fbc..d2c7fc45aa51 100644 --- a/app-portage/pram/Manifest +++ b/app-portage/pram/Manifest @@ -1,3 +1 @@ -DIST pram-11.tar.gz 14267 BLAKE2B f7716575b9b4b91837d6ad1a8783f7f1963cc978ad3c636c50123f247c5f9aea8eb1d21c249794164fc1951b28a517989d19158fcd6c60347cf1e5b477a3badc SHA512 5f8cb9f4f0f95871af8f4d2e86ab26b06e50182e136c7779ace7e7ad4344d20d015986c25bbe763d8c82fb2f98e9770a836302393bc736c067286f485eca93c1 -DIST pram-12.tar.gz 15663 BLAKE2B 9b8846914ccdc78527d3d3cefada1af2a8774d2005a9c8dd3364c147dfb05fdb68a42019d463fe09713c883024e9c479c0fd9481d28351e63a1439bb565aea5e SHA512 81deed995e04f569772672891dc3cde12e9d04b9475cbb3a18b0b1e8dca54f3a341e01b1efa592e4d72eb20be7a076b78c886d9cf4c5fe00c887c88218452388 DIST pram-13.tar.gz 15716 BLAKE2B 57a8e78b9df7a3576d570fcc089362070cf6775d3c3a86abdeb09d5c75bfa982d0547c0d55f6fdc32d3780b7e2b1cea17df96b36cc386b6501ac39aa3dc0f5f9 SHA512 741e73578e99ba0da5361f0e9ed47e1ead6b0e827728472b918688ab25a94fae8ea070427270b66f2819838094c0757836bfd11dcd0248deb497dd5a702b3b45 diff --git a/app-portage/pram/pram-11.ebuild b/app-portage/pram/pram-11.ebuild deleted file mode 100644 index 577ffeaad4e9..000000000000 --- a/app-portage/pram/pram-11.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2019-2024 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 - !dev-perl/Gentoo-App-Pram -" -DEPEND=" - test? ( - ${RDEPEND} - app-crypt/gnupg - >=dev-vcs/git-2.45.0 - sys-apps/diffutils - ) -" diff --git a/app-portage/pram/pram-12.ebuild b/app-portage/pram/pram-12.ebuild deleted file mode 100644 index ffb1f701df48..000000000000 --- a/app-portage/pram/pram-12.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 - ) -"
