public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: ChangeLog fprintd-0.2.0-r1.ebuild fprintd-0.4.1.ebuild fprintd-0.2.0.ebuild
@ 2012-05-15  7:15 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-05-15  7:15 UTC (permalink / raw
  To: gentoo-commits

xmw         12/05/15 07:15:41

  Modified:             ChangeLog fprintd-0.2.0-r1.ebuild
  Added:                fprintd-0.4.1.ebuild
  Removed:              fprintd-0.2.0.ebuild
  Log:
  Version bump (bug 365075 by Rambaldi), add DEPEND gtk-doc-am (bug 413563 by Albert W. Hopkins), remove old version
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sys-auth/fprintd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 Apr 2012 00:13:51 -0000	1.6
+++ ChangeLog	15 May 2012 07:15:40 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for sys-auth/fprintd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.6 2012/04/26 00:13:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.7 2012/05/15 07:15:40 xmw Exp $
+
+*fprintd-0.4.1 (15 May 2012)
+
+  15 May 2012; Michael Weber <xmw@gentoo.org> -fprintd-0.2.0.ebuild,
+  fprintd-0.2.0-r1.ebuild, +fprintd-0.4.1.ebuild:
+  Version bump (bug 365075 by Rambaldi), add DEPEND gtk-doc-am (bug 413563 by
+  Albert W. Hopkins), remove old version
 
   26 Apr 2012; Jeroen Roovers <jer@gentoo.org> fprintd-0.2.0-r1.ebuild,
   fprintd-0.2.0.ebuild:



1.4                  sys-auth/fprintd/fprintd-0.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild?r1=1.3&r2=1.4

Index: fprintd-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fprintd-0.2.0-r1.ebuild	26 Apr 2012 00:12:28 -0000	1.3
+++ fprintd-0.2.0-r1.ebuild	15 May 2012 07:15:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild,v 1.3 2012/04/26 00:12:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild,v 1.4 2012/05/15 07:15:40 xmw Exp $
 
 EAPI=4
 
@@ -23,6 +23,7 @@
 	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 )"
 



1.1                  sys-auth/fprintd/fprintd-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/fprintd-0.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/fprintd-0.4.1.ebuild?rev=1.1&content-type=text/plain

Index: fprintd-0.4.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.4.1.ebuild,v 1.1 2012/05/15 07:15:40 xmw Exp $

EAPI=4

inherit autotools toolchain-funcs 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"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~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() {
	cp /usr/share/gtk-doc/data/gtk-doc.make . || die
	sed -e '/SUBDIRS/s: po::' -i Makefile.am || die
	eautoreconf
	intltoolize || die
}

src_configure() {
	econf $(use_enable pam) \
		$(use_enable static-libs static) \
		$(use_enable doc gtk-doc-html)
}

src_install() {
	emake DESTDIR="${D}" install \
		pammoddir=/$(get_libdir)/security

	keepdir /var/lib/fprint

	find "${D}" -name "*.la" -delete || die

	dodoc AUTHORS ChangeLog NEWS README{,.transifex} TODO
	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 the upstream documentation for integration"
	elog "Example: add following line to your /etc/pam.d/system-local-login"
	einfo
	elog "    auth    sufficient      pam_fprintd.so"
	einfo
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-15  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15  7:15 [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: ChangeLog fprintd-0.2.0-r1.ebuild fprintd-0.4.1.ebuild fprintd-0.2.0.ebuild Michael Weber (xmw)

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