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: Sat, 25 May 2019 06:49:12
Message-Id: 1558766934.808a3e448b6dd1498f1fe9020a595fbc27ac4340.mgorny@gentoo
1 commit: 808a3e448b6dd1498f1fe9020a595fbc27ac4340
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 06:48:54 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 06:48:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808a3e44
7
8 app-portage/pram: Remove buggy v6
9
10 The build system fails to make pram +x.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 app-portage/pram/Manifest | 1 -
15 app-portage/pram/pram-6.ebuild | 27 ---------------------------
16 2 files changed, 28 deletions(-)
17
18 diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
19 index b69385ffd65..09557f68a40 100644
20 --- a/app-portage/pram/Manifest
21 +++ b/app-portage/pram/Manifest
22 @@ -1,3 +1,2 @@
23 DIST pram-3.tar.gz 4334 BLAKE2B f06f9cfe938f83702baaa8f8bee06937e8790e533e14ab419251934d0f4300ee75d5377a4f4e0e47a774bd3c25ef31236d7e451b929cfbfe8343d226a311ca2d SHA512 526149523b748b57095ecb3eb23f6808ab57ee1d8dc60e27067931d269ce3465ad8a0e54e8edaa3a1f74fd0a8dd135fe4a92779382ba6e367112016bc254fc98
24 DIST pram-5.tar.gz 4443 BLAKE2B 0c5d1ddfa44944e8480cffd0b4f49d6143fff36ed690c9e7c0acbdd54ae6ea50b6c1610c65914c2626a260c9de1084b42e101ca38952a3e8fb9264663c3ad00c SHA512 7634bcaac11c999e2ef01d5e12305d96032396ce624cc6085b4954583aebf6d54f0a1155604863d1aeda1c2bdf17ddcfd81b833decddfbe11eb8689297c70b23
25 -DIST pram-6.tar.gz 7455 BLAKE2B d897038ef841e389f46c0467b71630a1447abe508556f952632db5a4d68b31a98f32e3d8633a215c8484ae69b850dddb16aad584d9a95dafb5d876439a61a56b SHA512 3dc2ef116d1433508d48fa93d7515e50bb8b7daefd64874c4f78c114bb2ac96d23f519360915776156bdfa8b5634efb8d5fadd6c30629c2022aefd99fc3ba053
26
27 diff --git a/app-portage/pram/pram-6.ebuild b/app-portage/pram/pram-6.ebuild
28 deleted file mode 100644
29 index 61c091c9c5c..00000000000
30 --- a/app-portage/pram/pram-6.ebuild
31 +++ /dev/null
32 @@ -1,27 +0,0 @@
33 -# Copyright 2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit cmake-utils
39 -
40 -DESCRIPTION="Tool to ease merging Pull Requests and git patches"
41 -HOMEPAGE="https://github.com/mgorny/pram"
42 -SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND="dev-vcs/git
51 - net-misc/wget[ssl]
52 - virtual/editor
53 - !dev-perl/Gentoo-App-Pram"
54 -DEPEND="
55 - test? (
56 - ${RDEPEND}
57 - app-crypt/gnupg
58 - sys-apps/diffutils
59 - )"