summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2016-11-05 02:13:04 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2016-11-05 02:26:32 +0200
commit279d8ca9537cc1305d062bae41a03f48a7e4fab8 (patch)
treec5c7652097eb62f5805b12cfc9f9af84aa054977 /app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild
parentapp-crypt/pkcs11-data: cleanup (diff)
downloadgentoo-279d8ca9537cc1305d062bae41a03f48a7e4fab8.tar.gz
gentoo-279d8ca9537cc1305d062bae41a03f48a7e4fab8.tar.bz2
gentoo-279d8ca9537cc1305d062bae41a03f48a7e4fab8.zip
app-crypt/pkcs11-dump: cleanup
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild')
-rw-r--r--app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild b/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild
index 3f8c5974e96d..01ffc842c1b2 100644
--- a/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild
+++ b/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild
@@ -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"
@@ -20,8 +20,3 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-
-src_configure() {
- econf \
- --docdir=/usr/share/doc/${PF}
-}