summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-06-05 08:31:09 +0200
committerMichał Górny <mgorny@gentoo.org>2019-06-05 08:53:27 +0200
commitb72eb05828762130e35a7fb72bb5bd6305aef300 (patch)
treec0a4f151e9114dcd06b317897a1df75f6589ce5f
parentapp-doc/eclass-manpages: Drop 20190329 (diff)
downloadgentoo-b72eb058.tar.gz
gentoo-b72eb058.tar.bz2
gentoo-b72eb058.zip
app-portage/pram: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-portage/pram/Manifest2
-rw-r--r--app-portage/pram/pram-3.ebuild24
-rw-r--r--app-portage/pram/pram-5.ebuild24
3 files changed, 0 insertions, 50 deletions
diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
index fbf1c277a5e6..c411a68efb34 100644
--- a/app-portage/pram/Manifest
+++ b/app-portage/pram/Manifest
@@ -1,3 +1 @@
-DIST pram-3.tar.gz 4334 BLAKE2B f06f9cfe938f83702baaa8f8bee06937e8790e533e14ab419251934d0f4300ee75d5377a4f4e0e47a774bd3c25ef31236d7e451b929cfbfe8343d226a311ca2d SHA512 526149523b748b57095ecb3eb23f6808ab57ee1d8dc60e27067931d269ce3465ad8a0e54e8edaa3a1f74fd0a8dd135fe4a92779382ba6e367112016bc254fc98
-DIST pram-5.tar.gz 4443 BLAKE2B 0c5d1ddfa44944e8480cffd0b4f49d6143fff36ed690c9e7c0acbdd54ae6ea50b6c1610c65914c2626a260c9de1084b42e101ca38952a3e8fb9264663c3ad00c SHA512 7634bcaac11c999e2ef01d5e12305d96032396ce624cc6085b4954583aebf6d54f0a1155604863d1aeda1c2bdf17ddcfd81b833decddfbe11eb8689297c70b23
DIST pram-7.tar.gz 7471 BLAKE2B 5152002be35755031a81dbaa61118fcab0529eb9732f134b11eb2499a539e04b8b8cb6402ee3bb39c7b7c82bc918ee4fef30e247fcdba3fe32c5457cf654e257 SHA512 42e95577802d5940a0eab8da5fd36d9eb2338eccf654260364b91990a0d8de9d56cbfde767dc60bfd3c826eb45a1b0e73af717740488af0a25ff6d8c656df93e
diff --git a/app-portage/pram/pram-3.ebuild b/app-portage/pram/pram-3.ebuild
deleted file mode 100644
index 5280715300b2..000000000000
--- a/app-portage/pram/pram-3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 x86"
-IUSE=""
-
-RDEPEND="dev-vcs/git
- net-misc/wget[ssl]
- virtual/editor
- !dev-perl/Gentoo-App-Pram"
-
-src_install() {
- dobin pram
- doman pram.1
- einstalldocs
-}
diff --git a/app-portage/pram/pram-5.ebuild b/app-portage/pram/pram-5.ebuild
deleted file mode 100644
index d5151395d54a..000000000000
--- a/app-portage/pram/pram-5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~x86"
-IUSE=""
-
-RDEPEND="dev-vcs/git
- net-misc/wget[ssl]
- virtual/editor
- !dev-perl/Gentoo-App-Pram"
-
-src_install() {
- dobin pram
- doman pram.1
- einstalldocs
-}