diff options
Diffstat (limited to 'app-crypt/ccrypt/ccrypt-1.9.ebuild')
-rw-r--r-- | app-crypt/ccrypt/ccrypt-1.9.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
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 -} |