From 974545d7528973b70bd459a3c6ce4f6e8c17a1e4 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 24 Feb 2017 16:23:37 +0200 Subject: app-crypt/ccrypt: cleanup Bug: 609372 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- app-crypt/ccrypt/Manifest | 1 - app-crypt/ccrypt/ccrypt-1.9.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 app-crypt/ccrypt/ccrypt-1.9.ebuild (limited to 'app-crypt') diff --git a/app-crypt/ccrypt/Manifest b/app-crypt/ccrypt/Manifest index 5604385f95ca..af6f473c9d8d 100644 --- a/app-crypt/ccrypt/Manifest +++ b/app-crypt/ccrypt/Manifest @@ -1,2 +1 @@ DIST ccrypt-1.10.tar.gz 669491 SHA256 87d66da2170facabf6f2fc073586ae2c7320d4689980cfca415c74688e499ba0 SHA512 b0130998f9830f63e8181340b3138260ab3c2014174e74fbcca77299dc9e0f807471fbfb7cc403dec7d0809f136e8afcb4c9bfd4ee5e43a1b3cc7185e14c3188 WHIRLPOOL aa65659fecadfaf1a9323b5a80c00eeda41ff7e3db40151abb678ad1c14de1310ba7954d2042baf6bb230ac2fdc52368a367cf91cb7a9ab5d0fec51d5937872b -DIST ccrypt-1.9.tar.gz 667059 SHA256 6538cb75f7f45faf20f912c7b0d284831b0afced9fc61984b8d45a990276ebaf SHA512 fb4cbf6787f26303735e0eb3d038952b518c2466ac232a625ea9bd5e99400bb9d88a0cc41a690caa9de942f86365c567a802a1faf735306155aab14ea67464b9 WHIRLPOOL 122dd2687bbbb4496fc330e52ba1570d735541e4e08e8614a33a417a4d7abf1c29604dd11a836a2a3c696643a7b46acb8c126248b9eb6fc61c6d9d0baedb20dd diff --git a/app-crypt/ccrypt/ccrypt-1.9.ebuild b/app-crypt/ccrypt/ccrypt-1.9.ebuild deleted file mode 100644 index 50648618cdc9..000000000000 --- a/app-crypt/ccrypt/ccrypt-1.9.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -DESCRIPTION="Encryption and decryption" -HOMEPAGE="http://ccrypt.sourceforge.net" -SRC_URI="http://ccrypt.sourceforge.net/download/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -src_install () { - emake \ - DESTDIR="${D}" \ - htmldir="${EPREFIX}/usr/share/doc/${PF}" \ - install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README -} -- cgit v1.2.3-65-gdbad