app-crypt/ccrypt: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 00:25:49 +0000 (02:25 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 01:30:51 +0000 (03:30 +0200)
Package-Manager: portage-2.3.3

app-crypt/ccrypt/ccrypt-1.10.ebuild

index 8e28b1abbcd23a89140098d920a81ddf593ba7f6..3d91184f190a5d7e9ce16515f7782f3610279c4a 100644 (file)
@@ -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
+)