summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2011-06-16 23:55:46 +0000
committerMichael Weber <xmw@gentoo.org>2011-06-16 23:55:46 +0000
commit6bb2bb94ad5c6dfe444425343a40fcecf2b11c6f (patch)
treea1bdfc123b3151cbba131d9246342fe29534abd5 /sys-auth
parentRevbump to fix pam modules directory (diff)
downloadgentoo-2-6bb2bb94ad5c6dfe444425343a40fcecf2b11c6f.tar.gz
gentoo-2-6bb2bb94ad5c6dfe444425343a40fcecf2b11c6f.tar.bz2
gentoo-2-6bb2bb94ad5c6dfe444425343a40fcecf2b11c6f.zip
Updated ebuild
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/thinkfinger/ChangeLog10
-rw-r--r--sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild (renamed from sys-auth/thinkfinger/thinkfinger-0.3-r2.ebuild)26
2 files changed, 21 insertions, 15 deletions
diff --git a/sys-auth/thinkfinger/ChangeLog b/sys-auth/thinkfinger/ChangeLog
index d96fa16baf4a..7e3316836d49 100644
--- a/sys-auth/thinkfinger/ChangeLog
+++ b/sys-auth/thinkfinger/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/thinkfinger
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.9 2010/10/01 21:33:09 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.10 2011/06/16 23:55:46 xmw Exp $
+
+*thinkfinger-0.3-r3 (16 Jun 2011)
+
+ 16 Jun 2011; Michael Weber <xmw@gentoo.org> -thinkfinger-0.3-r2.ebuild,
+ +thinkfinger-0.3-r3.ebuild:
+ Updated ebuild
01 Oct 2010; Michael Weber <xmw@gentoo.org> metadata.xml:
Taking maintainership
diff --git a/sys-auth/thinkfinger/thinkfinger-0.3-r2.ebuild b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
index bf4e30e66186..10fc1e47408a 100644
--- a/sys-auth/thinkfinger/thinkfinger-0.3-r2.ebuild
+++ b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/thinkfinger-0.3-r2.ebuild,v 1.1 2010/04/11 15:33:02 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild,v 1.1 2011/06/16 23:55:46 xmw Exp $
-inherit pam linux-info eutils
+EAPI=2
+
+inherit eutils linux-info multilib pam
DESCRIPTION="Support for the UPEK/SGS Thomson Microelectronics fingerprint reader, often seen in Thinkpads"
HOMEPAGE="http://thinkfinger.sourceforge.net/"
@@ -19,13 +21,11 @@ DEPEND="${RDEPEND}
sys-devel/libtool
>=dev-util/pkgconfig-0.9.0"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-direct_set_config_usb_hello.patch" || die
- epatch "${FILESDIR}/${PV}-carriagereturn.patch" || die
- epatch "${FILESDIR}/${PV}-send-sync-event.patch" || die
- epatch "${FILESDIR}/${PV}-tftoolgroup.patch" || die
+src_prepare() {
+ epatch "${FILESDIR}"/${PV}-direct_set_config_usb_hello.patch || die
+ epatch "${FILESDIR}"/${PV}-carriagereturn.patch || die
+ epatch "${FILESDIR}"/${PV}-send-sync-event.patch || die
+ epatch "${FILESDIR}"/${PV}-tftoolgroup.patch || die
}
pkg_preinst() {
@@ -52,9 +52,9 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die
keepdir /etc/pam_thinkfinger
- dodoc AUTHORS ChangeLog NEWS README
- insinto /etc/udev/rules.d/
- doins "${FILESDIR}/60-thinkfinger.rules"
+ dodoc AUTHORS ChangeLog NEWS README || die
+ insinto /$(get_libdir)/udev/rules.d
+ doins "${FILESDIR}"/60-thinkfinger.rules || die
}
pkg_postinst() {