Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pram/
Date: Wed, 10 Apr 2019 15:07:38
Message-Id: 1554908839.be41ecd7b50516ee7e41c33b4de914988b48a22e.mgorny@gentoo
1 commit: be41ecd7b50516ee7e41c33b4de914988b48a22e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 14:29:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 15:07:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be41ecd7
7
8 app-portage/pram: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/pram/Manifest | 1 -
13 app-portage/pram/pram-2-r1.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
17 index 3c42087ae4c..e562597a082 100644
18 --- a/app-portage/pram/Manifest
19 +++ b/app-portage/pram/Manifest
20 @@ -1,2 +1 @@
21 -DIST pram-2.tar.gz 4255 BLAKE2B 43d72f5602325490642ac8209a1b15f06ed5ffd160ce42c99ac0f46082459e2b6bbba5c4bc50b80f9e2cb1d263fc43b62f725ac924858e773b3b8af317a12bd5 SHA512 5e28fd63efc68f5b27b74712a49bb865fc32b1ad30515b8be74ae5a61f8fc9ba45c785b3a6ffef5e606e56d2db815b1038798fe44ed572ca6f5e5e6b42330476
22 DIST pram-3.tar.gz 4334 BLAKE2B f06f9cfe938f83702baaa8f8bee06937e8790e533e14ab419251934d0f4300ee75d5377a4f4e0e47a774bd3c25ef31236d7e451b929cfbfe8343d226a311ca2d SHA512 526149523b748b57095ecb3eb23f6808ab57ee1d8dc60e27067931d269ce3465ad8a0e54e8edaa3a1f74fd0a8dd135fe4a92779382ba6e367112016bc254fc98
23
24 diff --git a/app-portage/pram/pram-2-r1.ebuild b/app-portage/pram/pram-2-r1.ebuild
25 deleted file mode 100644
26 index d5151395d54..00000000000
27 --- a/app-portage/pram/pram-2-r1.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DESCRIPTION="Tool to ease merging Pull Requests and git patches"
36 -HOMEPAGE="https://github.com/mgorny/pram"
37 -SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 -
39 -LICENSE="BSD-2"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE=""
43 -
44 -RDEPEND="dev-vcs/git
45 - net-misc/wget[ssl]
46 - virtual/editor
47 - !dev-perl/Gentoo-App-Pram"
48 -
49 -src_install() {
50 - dobin pram
51 - doman pram.1
52 - einstalldocs
53 -}