Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ccrypt/
Date: Mon, 29 Apr 2019 05:31:18
Message-Id: 1556515851.c49ea7fdd0bb50525d4966715b5bca28a2f68d55.alonbl@gentoo
1 commit: c49ea7fdd0bb50525d4966715b5bca28a2f68d55
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 05:30:51 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 05:30:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49ea7fd
7
8 app-crypt/ccrypt: cleanup old
9
10 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-crypt/ccrypt/Manifest | 1 -
14 app-crypt/ccrypt/ccrypt-1.10.ebuild | 11 -----------
15 2 files changed, 12 deletions(-)
16
17 diff --git a/app-crypt/ccrypt/Manifest b/app-crypt/ccrypt/Manifest
18 index 6907e257b0f..ec18de44236 100644
19 --- a/app-crypt/ccrypt/Manifest
20 +++ b/app-crypt/ccrypt/Manifest
21 @@ -1,2 +1 @@
22 -DIST ccrypt-1.10.tar.gz 669491 BLAKE2B 61aabe48fd3e368c4915697acc4a63837cb97246e31c2268385e419fc6912a1d0bf3f3773c78266bde0d648bb10f739628a55560e0eedbd397c5826b5019b602 SHA512 b0130998f9830f63e8181340b3138260ab3c2014174e74fbcca77299dc9e0f807471fbfb7cc403dec7d0809f136e8afcb4c9bfd4ee5e43a1b3cc7185e14c3188
23 DIST ccrypt-1.11.tar.gz 834575 BLAKE2B 6b3441f6b1c58ed63db43ddc999ee64e67afc3ce02222de2a41562bc066aad0f076e75ab496d94e7f3f1a9554b1382c083f3af04074904c1110f610cb5ac19b3 SHA512 75c2b93e855d36e717d3b7cabee7ce43ce372a21c8291beb43f24fd69e11114bb0e19e6dd03ec5d901e7e60eac9351afab65c346b7304b16054b91d392050313
24
25 diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild b/app-crypt/ccrypt/ccrypt-1.10.ebuild
26 deleted file mode 100644
27 index 279e8559ec7..00000000000
28 --- a/app-crypt/ccrypt/ccrypt-1.10.ebuild
29 +++ /dev/null
30 @@ -1,11 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="7"
35 -
36 -DESCRIPTION="Encryption and decryption"
37 -HOMEPAGE="https://sourceforge.net/projects/ccrypt/"
38 -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"