Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ccrypt/
Date: Sat, 04 Feb 2017 01:32:22
Message-Id: 1486171851.b93986fe9052fe5d571010e1607d89ea18c1bf93.alonbl@gentoo
1 commit: b93986fe9052fe5d571010e1607d89ea18c1bf93
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 00:25:49 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 01:30:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93986fe
7
8 app-crypt/ccrypt: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/ccrypt/ccrypt-1.10.ebuild | 12 ++++--------
13 1 file changed, 4 insertions(+), 8 deletions(-)
14
15 diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild b/app-crypt/ccrypt/ccrypt-1.10.ebuild
16 index 8e28b1a..3d91184 100644
17 --- a/app-crypt/ccrypt/ccrypt-1.10.ebuild
18 +++ b/app-crypt/ccrypt/ccrypt-1.10.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI="3"
24 +EAPI="6"
25
26 DESCRIPTION="Encryption and decryption"
27 HOMEPAGE="http://ccrypt.sourceforge.net"
28 @@ -12,10 +12,6 @@ SLOT="0"
29 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
30 IUSE=""
31
32 -src_install () {
33 - emake \
34 - DESTDIR="${D}" \
35 - htmldir="${EPREFIX}/usr/share/doc/${PF}" \
36 - install || die "emake install failed"
37 - dodoc AUTHORS ChangeLog NEWS README
38 -}
39 +DOCS=(
40 + AUTHORS ChangeLog NEWS README
41 +)