diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-04-29 08:30:51 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-04-29 08:30:51 +0300 |
commit | c49ea7fdd0bb50525d4966715b5bca28a2f68d55 (patch) | |
tree | 841fab6fff654c97b7994f9598bdf565a4d78592 /app-crypt/ccrypt | |
parent | dev-libs/nettle: cleanup old (diff) | |
download | gentoo-c49ea7fdd0bb50525d4966715b5bca28a2f68d55.tar.gz gentoo-c49ea7fdd0bb50525d4966715b5bca28a2f68d55.tar.bz2 gentoo-c49ea7fdd0bb50525d4966715b5bca28a2f68d55.zip |
app-crypt/ccrypt: cleanup old
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-crypt/ccrypt')
-rw-r--r-- | app-crypt/ccrypt/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/ccrypt/ccrypt-1.10.ebuild | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/app-crypt/ccrypt/Manifest b/app-crypt/ccrypt/Manifest index 6907e257b0f4..ec18de442360 100644 --- a/app-crypt/ccrypt/Manifest +++ b/app-crypt/ccrypt/Manifest @@ -1,2 +1 @@ -DIST ccrypt-1.10.tar.gz 669491 BLAKE2B 61aabe48fd3e368c4915697acc4a63837cb97246e31c2268385e419fc6912a1d0bf3f3773c78266bde0d648bb10f739628a55560e0eedbd397c5826b5019b602 SHA512 b0130998f9830f63e8181340b3138260ab3c2014174e74fbcca77299dc9e0f807471fbfb7cc403dec7d0809f136e8afcb4c9bfd4ee5e43a1b3cc7185e14c3188 DIST ccrypt-1.11.tar.gz 834575 BLAKE2B 6b3441f6b1c58ed63db43ddc999ee64e67afc3ce02222de2a41562bc066aad0f076e75ab496d94e7f3f1a9554b1382c083f3af04074904c1110f610cb5ac19b3 SHA512 75c2b93e855d36e717d3b7cabee7ce43ce372a21c8291beb43f24fd69e11114bb0e19e6dd03ec5d901e7e60eac9351afab65c346b7304b16054b91d392050313 diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild b/app-crypt/ccrypt/ccrypt-1.10.ebuild deleted file mode 100644 index 279e8559ec7f..000000000000 --- a/app-crypt/ccrypt/ccrypt-1.10.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Encryption and decryption" -HOMEPAGE="https://sourceforge.net/projects/ccrypt/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" |