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 69086139085 for ; Fri, 13 Jan 2017 23:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6FC921C0E7; Fri, 13 Jan 2017 23:33:03 +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 A297921C0E7 for ; Fri, 13 Jan 2017 23:32:58 +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 CDD25341828 for ; Fri, 13 Jan 2017 23:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D21CF2635 for ; Fri, 13 Jan 2017 23:32:48 +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: <1484350358.cab9cf22ecbfe9db23f7d310797a6944fb0bc73b.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/onak/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/onak/onak-0.4.0.ebuild X-VCS-Directories: app-crypt/onak/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: cab9cf22ecbfe9db23f7d310797a6944fb0bc73b X-VCS-Branch: master Date: Fri, 13 Jan 2017 23:32:48 +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: 27188977-1fe9-4f5a-9ee0-190e84563111 X-Archives-Hash: 22ca01fc1d5b1e90a22ee25c14798145 commit: cab9cf22ecbfe9db23f7d310797a6944fb0bc73b Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Jan 13 23:28:05 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Jan 13 23:32:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab9cf22 app-crypt/onak: eapi bump Package-Manager: portage-2.3.0 app-crypt/onak/onak-0.4.0.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app-crypt/onak/onak-0.4.0.ebuild b/app-crypt/onak/onak-0.4.0.ebuild index 8275c1c..c98432b 100644 --- a/app-crypt/onak/onak-0.4.0.ebuild +++ b/app-crypt/onak/onak-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 -inherit autotools eutils +EAPI=6 +inherit autotools DESCRIPTION="onak is an OpenPGP keyserver" HOMEPAGE="http://www.earth.li/projectpurple/progs/onak.html" @@ -18,8 +18,7 @@ DEPEND="berkdb? ( >=sys-libs/db-4 ) postgres? ( dev-db/postgresql[server] )" src_prepare() { - # Merged upstream - #epatch "${FILESDIR}"/${P}-berkdb-5.0.patch + default eautoreconf } @@ -37,7 +36,7 @@ src_install() { keepdir /var/lib/onak dosbin onak maxpath sixdegrees onak-mail.pl dobin splitkeys stripkey - doman *.[1-8] + doman *[^0].[1-8] insinto /etc doins onak.conf dodir /var/lib/onak/doc