Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pius/
Date: Fri, 09 Feb 2018 14:15:54
Message-Id: 1518185104.c87ebc8fd995ffa3f4f606e27d9c5b4258c3dbe2.whissi@gentoo
1 commit: c87ebc8fd995ffa3f4f606e27d9c5b4258c3dbe2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 9 14:03:41 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 9 14:05:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87ebc8f
7
8 app-crypt/pius: Bump to v2.2.4
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-crypt/pius/Manifest | 1 +
13 app-crypt/pius/pius-2.2.4.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/app-crypt/pius/Manifest b/app-crypt/pius/Manifest
17 index dedbc4704b1..5ecf65b2c08 100644
18 --- a/app-crypt/pius/Manifest
19 +++ b/app-crypt/pius/Manifest
20 @@ -1 +1,2 @@
21 DIST pius-2.2.1.tar.bz2 39466 BLAKE2B e88f607cfe7261fc2a0177154ec05626b159cf83b84eb87c7f3f86947a07278a6d7de01bff549affafd5072d330a5a9e7a91caea5e8b522bceefd3264cc9c9e1 SHA512 6380ca3edb045ab25669e1dbf29a9e209f8de2b41b930b81c94a45dc5921bedeebbdc8fb17b494845228353598f882aeefee5ee7dc16b7cc86297e8a333de6ae
22 +DIST pius-2.2.4.tar.bz2 40578 BLAKE2B e7989631813658ff888c72b825269482ff33296abf0b9780ecb24df4628c499087a7591372ef96449b4899b1bcd730b0c75411bcd3c8839c57d3d4b5de374862 SHA512 3a178d30d98d0ed7ddf6819578a54ccfb9719f77c1f6385e3b254e28cd890817f328685c02cc464d4d592961c28ba314ca3175056b412dcdb301b851d874eb60
23
24 diff --git a/app-crypt/pius/pius-2.2.4.ebuild b/app-crypt/pius/pius-2.2.4.ebuild
25 new file mode 100644
26 index 00000000000..927947b3642
27 --- /dev/null
28 +++ b/app-crypt/pius/pius-2.2.4.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
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"