summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-02-09 15:03:41 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-09 15:05:04 +0100
commitc87ebc8fd995ffa3f4f606e27d9c5b4258c3dbe2 (patch)
treefe001d133e2bcdbd8367f366f2d1fa11a486cfe0 /app-crypt/pius
parentkde-plasma/plasma-workspace: revision bump fixes CVE-2018-6790 and CVE-2018-6791 (diff)
downloadgentoo-c87ebc8fd995ffa3f4f606e27d9c5b4258c3dbe2.tar.gz
gentoo-c87ebc8fd995ffa3f4f606e27d9c5b4258c3dbe2.tar.bz2
gentoo-c87ebc8fd995ffa3f4f606e27d9c5b4258c3dbe2.zip
app-crypt/pius: Bump to v2.2.4
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-crypt/pius')
-rw-r--r--app-crypt/pius/Manifest1
-rw-r--r--app-crypt/pius/pius-2.2.4.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-crypt/pius/Manifest b/app-crypt/pius/Manifest
index dedbc4704b17..5ecf65b2c089 100644
--- a/app-crypt/pius/Manifest
+++ b/app-crypt/pius/Manifest
@@ -1 +1,2 @@
DIST pius-2.2.1.tar.bz2 39466 BLAKE2B e88f607cfe7261fc2a0177154ec05626b159cf83b84eb87c7f3f86947a07278a6d7de01bff549affafd5072d330a5a9e7a91caea5e8b522bceefd3264cc9c9e1 SHA512 6380ca3edb045ab25669e1dbf29a9e209f8de2b41b930b81c94a45dc5921bedeebbdc8fb17b494845228353598f882aeefee5ee7dc16b7cc86297e8a333de6ae
+DIST pius-2.2.4.tar.bz2 40578 BLAKE2B e7989631813658ff888c72b825269482ff33296abf0b9780ecb24df4628c499087a7591372ef96449b4899b1bcd730b0c75411bcd3c8839c57d3d4b5de374862 SHA512 3a178d30d98d0ed7ddf6819578a54ccfb9719f77c1f6385e3b254e28cd890817f328685c02cc464d4d592961c28ba314ca3175056b412dcdb301b851d874eb60
diff --git a/app-crypt/pius/pius-2.2.4.ebuild b/app-crypt/pius/pius-2.2.4.ebuild
new file mode 100644
index 000000000000..927947b3642a
--- /dev/null
+++ b/app-crypt/pius/pius-2.2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys"
+HOMEPAGE="https://www.phildev.net/pius/"
+SRC_URI="https://github.com/jaymzh/pius/releases/download/v${PV}/pius-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=app-crypt/gnupg-2.0.0"
+RDEPEND="${DEPEND}
+ dev-lang/perl"