summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-16 14:22:09 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-16 14:22:09 +0100
commitee7de4b657ceb488796c1f79440bfc4ba1873d93 (patch)
treeaca81c5850b060f24115d432891c5fd7f2cc3c5e /app-portage
parentdev-ruby/rubygems: Stabilize 3.0.9 arm, #770823 (diff)
downloadgentoo-ee7de4b657ceb488796c1f79440bfc4ba1873d93.tar.gz
gentoo-ee7de4b657ceb488796c1f79440bfc4ba1873d93.tar.bz2
gentoo-ee7de4b657ceb488796c1f79440bfc4ba1873d93.zip
app-portage/pram: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/pram/Manifest1
-rw-r--r--app-portage/pram/pram-9.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
index 4771a7b71403..2853c21e8d76 100644
--- a/app-portage/pram/Manifest
+++ b/app-portage/pram/Manifest
@@ -1,2 +1 @@
DIST pram-10.tar.gz 8292 BLAKE2B a5d6cbef942127479709b3306f20aaed696ac60d34dba53cbe15377c42d785d43c11b36889ce67a674d3ce355529c267e896cded714ef6f042cf77a3721100f8 SHA512 5dc11ef82ed84b5170f094ccd5e9515affc250f9efdc24be52edc7aa1720cda664a1a394301e0d8fc18a7f8c839a1147d29eca5f758d922a5ebbed6d166394f2
-DIST pram-9.tar.gz 8206 BLAKE2B cf490edd53d307e5d9c715d0ca68e38d04ebd5a1dc75f89232605ac5cc9cbc9567b3895b1e2445a14c5acf119f054dc2b982ea7b9949177519a70062e648272b SHA512 a9e718ca0cdc93a67f442f2db5dd6a854357aa493ad7836e5d75ede68c3fad06d2343f1ee34f00bb66203d41575c7773999772f9251a9a2d6fc74702ce875c4d
diff --git a/app-portage/pram/pram-9.ebuild b/app-portage/pram/pram-9.ebuild
deleted file mode 100644
index bbeebeae04a9..000000000000
--- a/app-portage/pram/pram-9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Tool to ease merging Pull Requests and git patches"
-HOMEPAGE="https://github.com/mgorny/pram"
-SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 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
- sys-apps/diffutils
- )"