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 Aug 2020 15:18:42
Message-Id: 1596640706.d41f9d101dcb66a3e769eca21bb84c8318a9ce7d.mgorny@gentoo
1 commit: d41f9d101dcb66a3e769eca21bb84c8318a9ce7d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 15:13:57 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 15:18:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41f9d10
7
8 app-portage/pram: Remove 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-8.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
17 index b6f775a7714..e514e0db312 100644
18 --- a/app-portage/pram/Manifest
19 +++ b/app-portage/pram/Manifest
20 @@ -1,2 +1 @@
21 -DIST pram-8.tar.gz 7918 BLAKE2B cc5bea629e49b229622a77c585a62710234e00ae245b68cbcfbae5be538b82752e8b2e8da5ae82f571dd4d7368ecaacd1233affe975fd9e20177122808dc39cc SHA512 bbd9e7ce3207550f1651d63a045474d90c4aaf20ab0c541b2a78e6af6351f9c7bd278b649ee57ed1b3b85cbc4f38f1b98a008e791bf9d19e4ea718892544bd46
22 DIST pram-9.tar.gz 8206 BLAKE2B cf490edd53d307e5d9c715d0ca68e38d04ebd5a1dc75f89232605ac5cc9cbc9567b3895b1e2445a14c5acf119f054dc2b982ea7b9949177519a70062e648272b SHA512 a9e718ca0cdc93a67f442f2db5dd6a854357aa493ad7836e5d75ede68c3fad06d2343f1ee34f00bb66203d41575c7773999772f9251a9a2d6fc74702ce875c4d
23
24 diff --git a/app-portage/pram/pram-8.ebuild b/app-portage/pram/pram-8.ebuild
25 deleted file mode 100644
26 index debf356c6ab..00000000000
27 --- a/app-portage/pram/pram-8.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 2019-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit cmake
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 ~ppc64 x86"
44 -IUSE="test"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND="dev-vcs/git
48 - net-misc/wget[ssl]
49 - virtual/editor
50 - !dev-perl/Gentoo-App-Pram"
51 -DEPEND="
52 - test? (
53 - ${RDEPEND}
54 - app-crypt/gnupg
55 - sys-apps/diffutils
56 - )"