diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 14:10:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 14:11:00 +0200 |
commit | f4c65e0335edc37f3f7f1bad449523823765d0eb (patch) | |
tree | afb45e3564659fdab38638d2e4283e260c1f046d /app-crypt | |
parent | media-sound/vmpk: bump to 0.7.2 (diff) | |
download | gentoo-f4c65e0335edc37f3f7f1bad449523823765d0eb.tar.gz gentoo-f4c65e0335edc37f3f7f1bad449523823765d0eb.tar.bz2 gentoo-f4c65e0335edc37f3f7f1bad449523823765d0eb.zip |
app-crypt/pius: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pius/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/pius/pius-2.2.4.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/app-crypt/pius/Manifest b/app-crypt/pius/Manifest index 177e05820905..c3aa6c7e2f05 100644 --- a/app-crypt/pius/Manifest +++ b/app-crypt/pius/Manifest @@ -1,2 +1 @@ -DIST pius-2.2.4.tar.bz2 40578 BLAKE2B e7989631813658ff888c72b825269482ff33296abf0b9780ecb24df4628c499087a7591372ef96449b4899b1bcd730b0c75411bcd3c8839c57d3d4b5de374862 SHA512 3a178d30d98d0ed7ddf6819578a54ccfb9719f77c1f6385e3b254e28cd890817f328685c02cc464d4d592961c28ba314ca3175056b412dcdb301b851d874eb60 DIST pius-3.0.0.tar.bz2 46643 BLAKE2B 18abe6a93bd719adf50fa4bcbf5128845d732b598d611e716a536f78f4930e6e63e7f60d7444775fbc32072935c13b1828377a9e843114255a4101f4e3199f98 SHA512 0c906574ac703f45e3318ae3e7994fe6580fd172849b2956d9084033d6fbfd69fec942b95bc2edadadc223fa0685ff0b9799ad03570b712b9cdb09d69491cc91 diff --git a/app-crypt/pius/pius-2.2.4.ebuild b/app-crypt/pius/pius-2.2.4.ebuild deleted file mode 100644 index ff4114878a2b..000000000000 --- a/app-crypt/pius/pius-2.2.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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" |