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: Fri, 24 Feb 2017 14:24:53
Message-Id: 1487946283.974545d7528973b70bd459a3c6ce4f6e8c17a1e4.alonbl@gentoo
1 commit: 974545d7528973b70bd459a3c6ce4f6e8c17a1e4
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 14:23:37 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 14:24:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974545d7
7
8 app-crypt/ccrypt: cleanup
9
10 Bug: 609372
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 app-crypt/ccrypt/Manifest | 1 -
15 app-crypt/ccrypt/ccrypt-1.9.ebuild | 21 ---------------------
16 2 files changed, 22 deletions(-)
17
18 diff --git a/app-crypt/ccrypt/Manifest b/app-crypt/ccrypt/Manifest
19 index 5604385f95..af6f473c9d 100644
20 --- a/app-crypt/ccrypt/Manifest
21 +++ b/app-crypt/ccrypt/Manifest
22 @@ -1,2 +1 @@
23 DIST ccrypt-1.10.tar.gz 669491 SHA256 87d66da2170facabf6f2fc073586ae2c7320d4689980cfca415c74688e499ba0 SHA512 b0130998f9830f63e8181340b3138260ab3c2014174e74fbcca77299dc9e0f807471fbfb7cc403dec7d0809f136e8afcb4c9bfd4ee5e43a1b3cc7185e14c3188 WHIRLPOOL aa65659fecadfaf1a9323b5a80c00eeda41ff7e3db40151abb678ad1c14de1310ba7954d2042baf6bb230ac2fdc52368a367cf91cb7a9ab5d0fec51d5937872b
24 -DIST ccrypt-1.9.tar.gz 667059 SHA256 6538cb75f7f45faf20f912c7b0d284831b0afced9fc61984b8d45a990276ebaf SHA512 fb4cbf6787f26303735e0eb3d038952b518c2466ac232a625ea9bd5e99400bb9d88a0cc41a690caa9de942f86365c567a802a1faf735306155aab14ea67464b9 WHIRLPOOL 122dd2687bbbb4496fc330e52ba1570d735541e4e08e8614a33a417a4d7abf1c29604dd11a836a2a3c696643a7b46acb8c126248b9eb6fc61c6d9d0baedb20dd
25
26 diff --git a/app-crypt/ccrypt/ccrypt-1.9.ebuild b/app-crypt/ccrypt/ccrypt-1.9.ebuild
27 deleted file mode 100644
28 index 50648618cd..0000000000
29 --- a/app-crypt/ccrypt/ccrypt-1.9.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="3"
37 -
38 -DESCRIPTION="Encryption and decryption"
39 -HOMEPAGE="http://ccrypt.sourceforge.net"
40 -SRC_URI="http://ccrypt.sourceforge.net/download/${P}.tar.gz"
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
44 -IUSE=""
45 -
46 -src_install () {
47 - emake \
48 - DESTDIR="${D}" \
49 - htmldir="${EPREFIX}/usr/share/doc/${PF}" \
50 - install || die "emake install failed"
51 - dodoc AUTHORS ChangeLog NEWS README
52 -}