summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/poldi/poldi-0.4.1.ebuild')
-rw-r--r--sys-auth/poldi/poldi-0.4.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-auth/poldi/poldi-0.4.1.ebuild b/sys-auth/poldi/poldi-0.4.1.ebuild
deleted file mode 100644
index 2c4b45a..0000000
--- a/sys-auth/poldi/poldi-0.4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit autotools pam
-
-DESCRIPTION="PAM module implementing authentication via OpenPGP smartcards"
-HOMEPAGE="http://www.gnupg.org/"
-SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/poldi/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="usb"
-
-DEPEND="dev-libs/libgcrypt
- virtual/pam
- >=dev-libs/libgpg-error-0.7
- usb? ( >=dev-libs/libusb-0.1.10a )"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README THANKS )
-
-src_prepare() {
- epatch "${FILESDIR}"/*.diff
- eautoreconf
-}
-
-src_configure() {
- econf --with-pam-module-directory=$(getpam_mod_dir)
-}
-
-src_install() {
- default
- insinto /etc/poldi
- doins "${FILESDIR}"/poldi.conf.example
-}