public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/yngwin:master commit in: sys-auth/poldi/
@ 2015-02-13 13:56 Ben de Groot
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot @ 2015-02-13 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1bc63a2697238b94f985022b5d2e46ee31017264
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 13 13:56:07 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Fri Feb 13 13:56:07 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=1bc63a26

sys-auth/poldi: install all docs

---
 sys-auth/poldi/poldi-0.4.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-auth/poldi/poldi-0.4.1.ebuild b/sys-auth/poldi/poldi-0.4.1.ebuild
index 3a37255..e971f75 100644
--- a/sys-auth/poldi/poldi-0.4.1.ebuild
+++ b/sys-auth/poldi/poldi-0.4.1.ebuild
@@ -27,8 +27,7 @@ src_prepare() {
 src_install() {
 	default
 	dopammod "${S}"/src/pam/pam_poldi.so
-	#ChangeLog and INSTALL are not usefull
-	dodoc AUTHORS NEWS README THANKS
+	dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS
 	dodir /etc/poldi
 	cp "${FILESDIR}"/poldi.conf.example "${D}"/etc/poldi
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/yngwin:master commit in: sys-auth/poldi/
@ 2015-02-13 14:14 Ben de Groot
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot @ 2015-02-13 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     63e1890e45b4c5039b850ad478632068ba522f36
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 13 14:14:02 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Fri Feb 13 14:14:02 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=63e1890e

sys-auth/poldi: improve ebuild with grknight's changes

---
 sys-auth/poldi/poldi-0.4.1.ebuild | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/sys-auth/poldi/poldi-0.4.1.ebuild b/sys-auth/poldi/poldi-0.4.1.ebuild
index e971f75..2c4b45a 100644
--- a/sys-auth/poldi/poldi-0.4.1.ebuild
+++ b/sys-auth/poldi/poldi-0.4.1.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-inherit pam
+inherit autotools pam
 
 DESCRIPTION="PAM module implementing authentication via OpenPGP smartcards"
 HOMEPAGE="http://www.gnupg.org/"
@@ -20,14 +20,19 @@ DEPEND="dev-libs/libgcrypt
 	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
-	dopammod "${S}"/src/pam/pam_poldi.so
-	dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS
-	dodir /etc/poldi
-	cp "${FILESDIR}"/poldi.conf.example "${D}"/etc/poldi
+	insinto /etc/poldi
+	doins "${FILESDIR}"/poldi.conf.example
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-13 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-13 14:14 [gentoo-commits] dev/yngwin:master commit in: sys-auth/poldi/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2015-02-13 13:56 Ben de Groot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox