summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-04-20 00:40:27 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-04-20 01:20:20 +0300
commit00c3c6b6d6ba876e03f79c715e0d982ea395c571 (patch)
tree2f85a2640d3433e9a53d32485d8bcf173a2008a9 /app-crypt/pius
parentapp-crypt/pdfcrack: cleanup (diff)
downloadgentoo-00c3c6b6d6ba876e03f79c715e0d982ea395c571.tar.gz
gentoo-00c3c6b6d6ba876e03f79c715e0d982ea395c571.tar.bz2
gentoo-00c3c6b6d6ba876e03f79c715e0d982ea395c571.zip
app-crypt/pius: cleanup
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.1.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/app-crypt/pius/Manifest b/app-crypt/pius/Manifest
index 5ecf65b2c089..c18418a5b718 100644
--- a/app-crypt/pius/Manifest
+++ b/app-crypt/pius/Manifest
@@ -1,2 +1 @@
-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.1.ebuild b/app-crypt/pius/pius-2.2.1.ebuild
deleted file mode 100644
index 927947b3642a..000000000000
--- a/app-crypt/pius/pius-2.2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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"