summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 02:25:49 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 03:30:51 +0200
commitb93986fe9052fe5d571010e1607d89ea18c1bf93 (patch)
treef9c6db99f3e34b516e1fe52b2b62e19a8e1c8f95 /app-crypt
parentapp-crypt/quickcrypt: eapi bump (diff)
downloadgentoo-b93986fe9052fe5d571010e1607d89ea18c1bf93.tar.gz
gentoo-b93986fe9052fe5d571010e1607d89ea18c1bf93.tar.bz2
gentoo-b93986fe9052fe5d571010e1607d89ea18c1bf93.zip
app-crypt/ccrypt: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/ccrypt/ccrypt-1.10.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild b/app-crypt/ccrypt/ccrypt-1.10.ebuild
index 8e28b1abbcd2..3d91184f190a 100644
--- a/app-crypt/ccrypt/ccrypt-1.10.ebuild
+++ b/app-crypt/ccrypt/ccrypt-1.10.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="3"
+EAPI="6"
DESCRIPTION="Encryption and decryption"
HOMEPAGE="http://ccrypt.sourceforge.net"
@@ -12,10 +12,6 @@ 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
-}
+DOCS=(
+ AUTHORS ChangeLog NEWS README
+)