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-crypt/pius/
Date: Sun, 02 Aug 2020 12:11:06
Message-Id: 1596370260.f4c65e0335edc37f3f7f1bad449523823765d0eb.mgorny@gentoo
1 commit: f4c65e0335edc37f3f7f1bad449523823765d0eb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 12:10:34 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 12:11:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c65e03
7
8 app-crypt/pius: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-crypt/pius/Manifest | 1 -
13 app-crypt/pius/pius-2.2.4.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/app-crypt/pius/Manifest b/app-crypt/pius/Manifest
17 index 177e0582090..c3aa6c7e2f0 100644
18 --- a/app-crypt/pius/Manifest
19 +++ b/app-crypt/pius/Manifest
20 @@ -1,2 +1 @@
21 -DIST pius-2.2.4.tar.bz2 40578 BLAKE2B e7989631813658ff888c72b825269482ff33296abf0b9780ecb24df4628c499087a7591372ef96449b4899b1bcd730b0c75411bcd3c8839c57d3d4b5de374862 SHA512 3a178d30d98d0ed7ddf6819578a54ccfb9719f77c1f6385e3b254e28cd890817f328685c02cc464d4d592961c28ba314ca3175056b412dcdb301b851d874eb60
22 DIST pius-3.0.0.tar.bz2 46643 BLAKE2B 18abe6a93bd719adf50fa4bcbf5128845d732b598d611e716a536f78f4930e6e63e7f60d7444775fbc32072935c13b1828377a9e843114255a4101f4e3199f98 SHA512 0c906574ac703f45e3318ae3e7994fe6580fd172849b2956d9084033d6fbfd69fec942b95bc2edadadc223fa0685ff0b9799ad03570b712b9cdb09d69491cc91
23
24 diff --git a/app-crypt/pius/pius-2.2.4.ebuild b/app-crypt/pius/pius-2.2.4.ebuild
25 deleted file mode 100644
26 index ff4114878a2..00000000000
27 --- a/app-crypt/pius/pius-2.2.4.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python2_7 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys"
39 -HOMEPAGE="https://www.phildev.net/pius/"
40 -SRC_URI="https://github.com/jaymzh/pius/releases/download/v${PV}/pius-${PV}.tar.bz2"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -DEPEND=">=app-crypt/gnupg-2.0.0"
48 -RDEPEND="${DEPEND}
49 - dev-lang/perl"