summaryrefslogtreecommitdiff
path: root/sys-auth
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-11-03 22:58:25 +0100
committerCtibor Brančík <ctibor@brancik.cz>2016-11-03 22:58:25 +0100
commit2d64332fafad25874c61a7f71a24edbb18d938cc (patch)
tree6e081f09d2187a69a47cedc93e7b83c7721cf6cb /sys-auth
parentecc375b1be97db5d923e78325bd86581d5527238 (diff)
downloadbrancik-overlay-2d64332fafad25874c61a7f71a24edbb18d938cc.tar.gz
brancik-overlay-2d64332fafad25874c61a7f71a24edbb18d938cc.tar.bz2
Various changes to make repoman happy
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/poldi/metadata.xml2
-rw-r--r--sys-auth/poldi/poldi-0.4.1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-auth/poldi/metadata.xml b/sys-auth/poldi/metadata.xml
index 791dc2a..5df780e 100644
--- a/sys-auth/poldi/metadata.xml
+++ b/sys-auth/poldi/metadata.xml
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
+ <maintainer type="person">
<email>ctibor@brancik.cz</email>
<name>Ctibor Brančík</name>
</maintainer>
diff --git a/sys-auth/poldi/poldi-0.4.1.ebuild b/sys-auth/poldi/poldi-0.4.1.ebuild
index a4df2a7..7594fe3 100644
--- a/sys-auth/poldi/poldi-0.4.1.ebuild
+++ b/sys-auth/poldi/poldi-0.4.1.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-inherit pam autotools
+inherit pam eutils
DESCRIPTION="Poldi is a PAM module implementing authentication via OpenPGP smartcards."
HOMEPAGE="http://www.gnupg.org/"
-SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/poldi/${P}.tar.bz2"
+SRC_URI="mirror://gnupg/alpha/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="usb"
-DEPEND="dev-libs/libgcrypt
+DEPEND="dev-libs/libgcrypt:0
virtual/pam
>=dev-libs/libgpg-error-0.7
usb? ( virtual/libusb:0 )"