Skip to content

Commit

Permalink
app-crypt/pkcs11-dump: cleanup
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
alonbl committed Nov 5, 2016
1 parent 28b126d commit 279d8ca
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

DESCRIPTION="Utilities for PKCS#11 token content dump"
HOMEPAGE="https://sites.google.com/site/alonbarlev/pkcs11-utilities"
SRC_URI="https://pkcs11-tools.googlecode.com/files/${P}.tar.bz2"
HOMEPAGE="https://github.com/alonbl/pkcs11-dump"
SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
Expand All @@ -20,8 +20,3 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_configure() {
econf \
--docdir=/usr/share/doc/${PF}
}

0 comments on commit 279d8ca

Please sign in to comment.