Skip to content

Commit

Permalink
app-crypt/onak: eapi bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
alonbl committed Jan 13, 2017
1 parent 47fd579 commit cab9cf2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app-crypt/onak/onak-0.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
}

Expand All @@ -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
Expand Down

0 comments on commit cab9cf2

Please sign in to comment.