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, 05 Jun 2019 06:53:43
Message-Id: 1559717607.b72eb05828762130e35a7fb72bb5bd6305aef300.mgorny@gentoo
1 commit: b72eb05828762130e35a7fb72bb5bd6305aef300
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 06:31:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 06:53:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72eb058
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 | 2 --
13 app-portage/pram/pram-3.ebuild | 24 ------------------------
14 app-portage/pram/pram-5.ebuild | 24 ------------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
18 index fbf1c277a5e..c411a68efb3 100644
19 --- a/app-portage/pram/Manifest
20 +++ b/app-portage/pram/Manifest
21 @@ -1,3 +1 @@
22 -DIST pram-3.tar.gz 4334 BLAKE2B f06f9cfe938f83702baaa8f8bee06937e8790e533e14ab419251934d0f4300ee75d5377a4f4e0e47a774bd3c25ef31236d7e451b929cfbfe8343d226a311ca2d SHA512 526149523b748b57095ecb3eb23f6808ab57ee1d8dc60e27067931d269ce3465ad8a0e54e8edaa3a1f74fd0a8dd135fe4a92779382ba6e367112016bc254fc98
23 -DIST pram-5.tar.gz 4443 BLAKE2B 0c5d1ddfa44944e8480cffd0b4f49d6143fff36ed690c9e7c0acbdd54ae6ea50b6c1610c65914c2626a260c9de1084b42e101ca38952a3e8fb9264663c3ad00c SHA512 7634bcaac11c999e2ef01d5e12305d96032396ce624cc6085b4954583aebf6d54f0a1155604863d1aeda1c2bdf17ddcfd81b833decddfbe11eb8689297c70b23
24 DIST pram-7.tar.gz 7471 BLAKE2B 5152002be35755031a81dbaa61118fcab0529eb9732f134b11eb2499a539e04b8b8cb6402ee3bb39c7b7c82bc918ee4fef30e247fcdba3fe32c5457cf654e257 SHA512 42e95577802d5940a0eab8da5fd36d9eb2338eccf654260364b91990a0d8de9d56cbfde767dc60bfd3c826eb45a1b0e73af717740488af0a25ff6d8c656df93e
25
26 diff --git a/app-portage/pram/pram-3.ebuild b/app-portage/pram/pram-3.ebuild
27 deleted file mode 100644
28 index 5280715300b..00000000000
29 --- a/app-portage/pram/pram-3.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="Tool to ease merging Pull Requests and git patches"
38 -HOMEPAGE="https://github.com/mgorny/pram"
39 -SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="BSD-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -RDEPEND="dev-vcs/git
47 - net-misc/wget[ssl]
48 - virtual/editor
49 - !dev-perl/Gentoo-App-Pram"
50 -
51 -src_install() {
52 - dobin pram
53 - doman pram.1
54 - einstalldocs
55 -}
56
57 diff --git a/app-portage/pram/pram-5.ebuild b/app-portage/pram/pram-5.ebuild
58 deleted file mode 100644
59 index d5151395d54..00000000000
60 --- a/app-portage/pram/pram-5.ebuild
61 +++ /dev/null
62 @@ -1,24 +0,0 @@
63 -# Copyright 2019 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=7
67 -
68 -DESCRIPTION="Tool to ease merging Pull Requests and git patches"
69 -HOMEPAGE="https://github.com/mgorny/pram"
70 -SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
71 -
72 -LICENSE="BSD-2"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE=""
76 -
77 -RDEPEND="dev-vcs/git
78 - net-misc/wget[ssl]
79 - virtual/editor
80 - !dev-perl/Gentoo-App-Pram"
81 -
82 -src_install() {
83 - dobin pram
84 - doman pram.1
85 - einstalldocs
86 -}