Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_bioapi: ChangeLog pam_bioapi-0.4.0.ebuild
Date: Mon, 31 Dec 2007 01:07:18
Message-Id: E1J997Z-00086X-UD@stork.gentoo.org
1 vapier 07/12/31 01:07:13
2
3 Modified: ChangeLog
4 Added: pam_bioapi-0.4.0.ebuild
5 Log:
6 Version bump and cleanup.
7 (Portage version: 2.1.4_rc12)
8
9 Revision Changes Path
10 1.4 sys-auth/pam_bioapi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 5 Sep 2007 20:22:00 -0000 1.3
23 +++ ChangeLog 31 Dec 2007 01:07:13 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-auth/pam_bioapi
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v 1.3 2007/09/05 20:22:00 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v 1.4 2007/12/31 01:07:13 vapier Exp $
29 +
30 +*pam_bioapi-0.4.0 (31 Dec 2007)
31 +
32 + 31 Dec 2007; Mike Frysinger <vapier@g.o> +pam_bioapi-0.4.0.ebuild:
33 + Version bump and cleanup.
34
35 05 Sep 2007; Chris Gianelloni <wolf31o2@g.o> metadata.xml:
36 Changed maintainer to Mike Frysinger <vapier@g.o>.
37
38
39
40 1.1 sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pam_bioapi-0.4.0.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v 1.1 2007/12/31 01:07:13 vapier Exp $
50
51 inherit toolchain-funcs
52
53 DESCRIPTION="PAM interface to bioapi package"
54 HOMEPAGE="http://code.google.com/p/pam-bioapi/"
55 SRC_URI="http://pam-bioapi.googlecode.com/files/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~x86"
60 IUSE=""
61
62 DEPEND="sys-auth/bioapi
63 sys-libs/pam
64 sys-auth/tfm-fingerprint
65 dev-db/sqlite"
66
67 src_compile() {
68 econf --sbindir=/sbin || die
69 emake || die
70 }
71
72 src_install() {
73 emake install DESTDIR="${D}" || die
74 dodoc AUTHORS ChangeLog NEWS README TODO
75
76 dodir /$(get_libdir)
77 mv "${D}"/usr/$(get_libdir)/{lib*.so*,security} "${D}"/$(get_libdir)/ || die
78 rm -f "${D}"/$(get_libdir)/security/*.la
79 gen_usr_ldscript libbirdb.so libbirdb_sqlite3.so
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list