From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73EFA139085 for ; Sat, 4 Feb 2017 01:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D33A21C112; Sat, 4 Feb 2017 01:32:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 599EF21C0FF for ; Sat, 4 Feb 2017 01:31:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 745A234119A for ; Sat, 4 Feb 2017 01:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A62CA3DCE for ; Sat, 4 Feb 2017 01:31:40 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486171851.b93986fe9052fe5d571010e1607d89ea18c1bf93.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ccrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ccrypt/ccrypt-1.10.ebuild X-VCS-Directories: app-crypt/ccrypt/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: b93986fe9052fe5d571010e1607d89ea18c1bf93 X-VCS-Branch: master Date: Sat, 4 Feb 2017 01:31:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23df2126-8d7a-42a0-a11d-d08b76dda327 X-Archives-Hash: 18b19b76eaa22a000c362c0ca2cf50a8 commit: b93986fe9052fe5d571010e1607d89ea18c1bf93 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Feb 4 00:25:49 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 4 01:30:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93986fe app-crypt/ccrypt: eapi bump Package-Manager: portage-2.3.3 app-crypt/ccrypt/ccrypt-1.10.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild b/app-crypt/ccrypt/ccrypt-1.10.ebuild index 8e28b1a..3d91184 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 +)