From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/
Date: Sun, 9 Aug 2015 22:33:31 +0000 (UTC) [thread overview]
Message-ID: <1439159607.ade485ba81612a58e9c9ee33603f5bd7cad648d9.xmw@gentoo> (raw)
commit: ade485ba81612a58e9c9ee33603f5bd7cad648d9
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 22:33:03 2015 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 22:33:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade485ba
sys-auth/fprintd: version bump (bug 553242).
Package-Manager: portage-2.2.20
sys-auth/fprintd/Manifest | 2 ++
sys-auth/fprintd/fprintd-0.5.1.ebuild | 64 +++++++++++++++++++++++++++++++++++
sys-auth/fprintd/fprintd-0.6.0.ebuild | 64 +++++++++++++++++++++++++++++++++++
3 files changed, 130 insertions(+)
diff --git a/sys-auth/fprintd/Manifest b/sys-auth/fprintd/Manifest
index 7e3bc8d..6cdb696 100644
--- a/sys-auth/fprintd/Manifest
+++ b/sys-auth/fprintd/Manifest
@@ -1,3 +1,5 @@
DIST fprintd-0.2.0.tar.bz2 43884 SHA256 09864811fcce81980b10135cfaed3a55366f8f5c1f321febc177391862d82dcf SHA512 6464d5e206ab92a3579f93a6e63345d3930d13e701bcc305a61938b68dee1b9473ad605cf2f88fafb87489094e588c7527b4e18be5784dd0fdb131ad754b7599 WHIRLPOOL dbbc6a4b5430f09e5a87f3383ea9eb48b8d695e4c020d0055a424a2a4d9f677524ea6c2072ea73ef28f3248ecded6287e74b192de09b90743a6cfd3ec7658010
DIST fprintd-0.4.1.tar.bz2 56901 SHA256 2209b736c9a5022f93d949782b6a61c359e03ed89e9e867791ccbe4df29bdc97 SHA512 c1269ee2ad92176b987001177f529ddf3715c723a454e79f8909ea6c3d52325580800db64296fa25e274760a9813ff70b9b64b82f96c321b3a1eb686062da2f9 WHIRLPOOL a38332adeb950b857f9a3f27df35a8b636bb9eb2b9f23d8e8e43c580790ccece2c96fb4a91f264482b5eec80efd62da9d9a4961abdfa1e0f17e57d74168674ff
DIST fprintd-0.5.0.tar.bz2 66981 SHA256 3ca6f8f72c4d0786465389656af429c6d3a35a7dd25e8aa6018f51da3b43ebcb SHA512 d77adb92e6913c8822e2c866ed632f5d1429c93e8e7c4c7d51d23385f6afb0c6048ff72c9cb885d7581e8d1e461f708af06ca6e6f98e177c98834289a76341de WHIRLPOOL 1e85aea4d008974a7cde65304e332ce16a46793c0f97c72376cd41b67abd098aac1415cfe6fa80cad5b53bf00f3ef3ea264e77e306ed92953037bd83979eee72
+DIST fprintd-0.5.1.tar.bz2 67286 SHA256 6c78eebbf1bc969801c1932863f0cefa44e69a4f25dd946056eaba04406af51c SHA512 3c57f4723157b0ea628ded83ec1034818059811d984f21a2ad9262ec03343adcb50ff8f7982fd0b35564bfd9c5bd55ebcee2416353d5f0b5817b376faa43d05d WHIRLPOOL 57cd33eeb375a47fa42d7d44fc56b9a7503a274a8d031528c886d7cd3039d400e26f03ff8fa49b80d9672bb2207fb1ba0a907124eebc877195480c7ef418a493
+DIST fprintd-0.6.0.tar.bz2 67589 SHA256 9ab5e7f9262e7e87bc53f78cd8216b0f43e32599ccb0378bfc1772dadbb8ba2b SHA512 65e0af9e46b2f4e836c54cd1df2deba33d12228c4997fc5bb44b03ccd38c01fc01a48451faba821a8490ff7715721d8697e1e97a93bab5041b4938b5247c39ba WHIRLPOOL a4f325895d9c8a37c3377c60cf6546d43dbab5c09ff98088ec17452b69fe4962a81bc2fd0add73eb893bb82769cfd24845c4871514c8fb038cd1812bebb645d1
diff --git a/sys-auth/fprintd/fprintd-0.5.1.ebuild b/sys-auth/fprintd/fprintd-0.5.1.ebuild
new file mode 100644
index 0000000..9f93ef7
--- /dev/null
+++ b/sys-auth/fprintd/fprintd-0.5.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit autotools pam systemd versionator
+
+DESCRIPTION="D-Bus service to access fingerprint readers"
+HOMEPAGE="http://cgit.freedesktop.org/libfprint/fprintd/"
+MY_PV="V_$(replace_all_version_separators _)"
+SRC_URI="http://cgit.freedesktop.org/libfprint/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc pam static-libs"
+
+RDEPEND="dev-libs/dbus-glib
+ dev-libs/glib:2
+ sys-auth/libfprint
+ sys-auth/polkit
+ pam? ( sys-libs/pam )"
+DEPEND="${RDEPEND}
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ dev-util/intltool
+ doc? ( dev-libs/libxml2 dev-libs/libxslt )"
+
+S=${WORKDIR}/${MY_PV}
+
+src_prepare() {
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-silent-rules \
+ $(use_enable pam) \
+ $(use_enable static-libs static) \
+ $(use_enable doc gtk-doc-html) \
+ $(systemd_with_unitdir)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install \
+ pammoddir=$(getpam_mod_dir)
+
+ keepdir /var/lib/fprint
+
+ find "${D}" -name "*.la" -delete || die
+
+ dodoc AUTHORS NEWS README{,.transifex} TODO
+ newdoc pam/README README.pam_fprintd
+ if use doc ; then
+ insinto /usr/share/doc/${PF}/html
+ doins doc/{fprintd-docs,version}.xml
+ insinto /usr/share/doc/${PF}/html/dbus
+ doins doc/dbus/net.reactivated.Fprint.{Device,Manager}.ref.xml
+ fi
+}
+
+pkg_postinst() {
+ elog "Please take a look at README.pam_fprintd for integration docs."
+}
diff --git a/sys-auth/fprintd/fprintd-0.6.0.ebuild b/sys-auth/fprintd/fprintd-0.6.0.ebuild
new file mode 100644
index 0000000..5c223ec
--- /dev/null
+++ b/sys-auth/fprintd/fprintd-0.6.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools pam systemd versionator
+
+DESCRIPTION="D-Bus service to access fingerprint readers"
+HOMEPAGE="http://cgit.freedesktop.org/libfprint/fprintd/"
+MY_PV="V_$(replace_all_version_separators _)"
+SRC_URI="http://cgit.freedesktop.org/libfprint/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc pam static-libs"
+
+RDEPEND="dev-libs/dbus-glib
+ dev-libs/glib:2
+ sys-auth/libfprint
+ sys-auth/polkit
+ pam? ( sys-libs/pam )"
+DEPEND="${RDEPEND}
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ dev-util/intltool
+ doc? ( dev-libs/libxml2 dev-libs/libxslt )"
+
+S=${WORKDIR}/${MY_PV}
+
+src_prepare() {
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-silent-rules \
+ $(use_enable pam) \
+ $(use_enable static-libs static) \
+ $(use_enable doc gtk-doc-html) \
+ $(systemd_with_unitdir)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install \
+ pammoddir=$(getpam_mod_dir)
+
+ keepdir /var/lib/fprint
+
+ find "${D}" -name "*.la" -delete || die
+
+ dodoc AUTHORS NEWS README{,.transifex} TODO
+ newdoc pam/README README.pam_fprintd
+ if use doc ; then
+ insinto /usr/share/doc/${PF}/html
+ doins doc/{fprintd-docs,version}.xml
+ insinto /usr/share/doc/${PF}/html/dbus
+ doins doc/dbus/net.reactivated.Fprint.{Device,Manager}.ref.xml
+ fi
+}
+
+pkg_postinst() {
+ elog "Please take a look at README.pam_fprintd for integration docs."
+}
next reply other threads:[~2015-08-09 22:33 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-09 22:33 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-17 10:11 [gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/ Nowa Ammerlaan
2025-06-17 10:11 Nowa Ammerlaan
2025-06-08 22:51 Sam James
2025-06-08 13:45 Sam James
2025-05-25 20:27 Sam James
2025-04-14 7:14 Joonas Niilola
2025-04-14 7:14 Joonas Niilola
2024-06-03 5:53 Sam James
2023-07-27 5:11 WANG Xuerui
2023-06-28 7:37 Sam James
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2022-12-28 0:56 Sam James
2022-12-27 23:37 Sam James
2022-12-27 23:37 Sam James
2022-11-18 19:42 Arthur Zamarin
2022-11-18 19:24 Arthur Zamarin
2022-09-22 7:46 Michał Górny
2022-07-30 19:57 Arthur Zamarin
2022-04-29 10:21 Sam James
2022-04-17 19:17 Sam James
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-11 21:05 Jakov Smolić
2022-04-06 6:32 Agostino Sarubbo
2022-04-06 6:32 Agostino Sarubbo
2022-01-04 15:33 Marek Szuba
2021-12-10 1:24 Sam James
2021-12-02 8:29 Agostino Sarubbo
2021-12-02 8:24 Agostino Sarubbo
2021-11-19 20:01 Arthur Zamarin
2021-11-04 17:07 Sam James
2021-10-20 9:46 Sam James
2021-10-20 9:46 Sam James
2021-10-20 3:26 Sam James
2021-08-27 15:19 Yixun Lan
2021-07-25 1:10 Sam James
2021-07-24 15:22 Sam James
2021-04-02 9:23 Sergei Trofimovich
2021-03-26 7:45 Agostino Sarubbo
2021-03-25 18:12 Agostino Sarubbo
2021-03-25 13:02 Joonas Niilola
2021-03-25 13:02 Joonas Niilola
2021-03-25 13:02 Joonas Niilola
2021-03-15 18:06 Sergei Trofimovich
2021-03-15 6:32 Sam James
2021-03-14 22:11 Sam James
2021-03-14 22:11 Sam James
2021-03-13 11:37 Sam James
2021-03-13 11:35 Sam James
2021-03-04 0:23 Sam James
2021-02-11 7:36 Sergei Trofimovich
2021-01-05 22:00 Matt Turner
2019-08-04 19:36 Maxim Koltsov
2019-08-04 19:36 Maxim Koltsov
2019-08-03 11:19 Aaron Bauman
2019-07-29 14:53 Mikle Kolyada
2019-07-29 14:53 Mikle Kolyada
2019-06-20 9:23 Mikle Kolyada
2019-06-09 19:25 Sergei Trofimovich
2019-06-06 21:31 Sergei Trofimovich
2019-06-06 21:24 Sergei Trofimovich
2019-06-05 18:14 Sergei Trofimovich
2019-01-18 18:01 Mikle Kolyada
2019-01-08 14:07 Maxim Koltsov
2018-05-21 16:25 Mikle Kolyada
2015-08-09 22:16 Michael Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439159607.ade485ba81612a58e9c9ee33603f5bd7cad648d9.xmw@gentoo \
--to=xmw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox