Package-Manager: portage-2.3.3
# 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"
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
+)