public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.5.0.ebuild ChangeLog
@ 2013-05-09  8:25 Michael Weber (xmw)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Weber (xmw) @ 2013-05-09  8:25 UTC (permalink / raw
  To: gentoo-commits

xmw         13/05/09 08:25:08

  Modified:             ChangeLog
  Added:                fprintd-0.5.0.ebuild
  Log:
  Version bump (thanks pva for the suggestions on bug 469088)
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.14                 sys-auth/fprintd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	2 Feb 2013 23:10:27 -0000	1.13
+++ ChangeLog	9 May 2013 08:25:08 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/fprintd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.13 2013/02/02 23:10:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.14 2013/05/09 08:25:08 xmw Exp $
+
+*fprintd-0.5.0 (09 May 2013)
+
+  09 May 2013; Michael Weber <xmw@gentoo.org> +fprintd-0.5.0.ebuild:
+  Version bump (thanks pva for the suggestions on bug 469088)
 
   02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> fprintd-0.4.1.ebuild:
   Add ~arm, wrt bug #449220



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

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

Index: fprintd-0.5.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.1 2013/05/09 08:25:08 xmw Exp $

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"

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."
}





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.5.0.ebuild ChangeLog
@ 2013-11-16 12:29 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-16 12:29 UTC (permalink / raw
  To: gentoo-commits

pacho       13/11/16 12:29:02

  Modified:             fprintd-0.5.0.ebuild ChangeLog
  Log:
  amd64 stable, bug #488782
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  sys-auth/fprintd/fprintd-0.5.0.ebuild

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

Index: fprintd-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fprintd-0.5.0.ebuild	9 May 2013 08:25:08 -0000	1.1
+++ fprintd-0.5.0.ebuild	16 Nov 2013 12:29:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.1 2013/05/09 08:25:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.2 2013/11/16 12:29:02 pacho Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc pam static-libs"
 
 RDEPEND="dev-libs/dbus-glib



1.15                 sys-auth/fprintd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	9 May 2013 08:25:08 -0000	1.14
+++ ChangeLog	16 Nov 2013 12:29:02 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/fprintd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.14 2013/05/09 08:25:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.15 2013/11/16 12:29:02 pacho Exp $
+
+  16 Nov 2013; Pacho Ramos <pacho@gentoo.org> fprintd-0.5.0.ebuild:
+  amd64 stable, bug #488782
 
 *fprintd-0.5.0 (09 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.5.0.ebuild ChangeLog
@ 2013-12-07 22:42 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-07 22:42 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/07 22:42:42

  Modified:             fprintd-0.5.0.ebuild ChangeLog
  Log:
  x86 stable, bug #488782
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  sys-auth/fprintd/fprintd-0.5.0.ebuild

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

Index: fprintd-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fprintd-0.5.0.ebuild	16 Nov 2013 12:29:02 -0000	1.2
+++ fprintd-0.5.0.ebuild	7 Dec 2013 22:42:42 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.2 2013/11/16 12:29:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.3 2013/12/07 22:42:42 pacho Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc pam static-libs"
 
 RDEPEND="dev-libs/dbus-glib



1.16                 sys-auth/fprintd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Nov 2013 12:29:02 -0000	1.15
+++ ChangeLog	7 Dec 2013 22:42:42 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/fprintd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.15 2013/11/16 12:29:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.16 2013/12/07 22:42:42 pacho Exp $
+
+  07 Dec 2013; Pacho Ramos <pacho@gentoo.org> fprintd-0.5.0.ebuild:
+  x86 stable, bug #488782
 
   16 Nov 2013; Pacho Ramos <pacho@gentoo.org> fprintd-0.5.0.ebuild:
   amd64 stable, bug #488782





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.5.0.ebuild ChangeLog
@ 2013-12-23 11:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-23 11:22 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/23 11:22:07

  Modified:             fprintd-0.5.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #488782
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  sys-auth/fprintd/fprintd-0.5.0.ebuild

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

Index: fprintd-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fprintd-0.5.0.ebuild	7 Dec 2013 22:42:42 -0000	1.3
+++ fprintd-0.5.0.ebuild	23 Dec 2013 11:22:07 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.3 2013/12/07 22:42:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.4 2013/12/23 11:22:07 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="doc pam static-libs"
 
 RDEPEND="dev-libs/dbus-glib



1.17                 sys-auth/fprintd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Dec 2013 22:42:42 -0000	1.16
+++ ChangeLog	23 Dec 2013 11:22:07 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/fprintd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.16 2013/12/07 22:42:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.17 2013/12/23 11:22:07 ago Exp $
+
+  23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fprintd-0.5.0.ebuild:
+  Stable for ppc, wrt bug #488782
 
   07 Dec 2013; Pacho Ramos <pacho@gentoo.org> fprintd-0.5.0.ebuild:
   x86 stable, bug #488782





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.5.0.ebuild ChangeLog
@ 2013-12-23 16:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-23 16:23 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/23 16:23:37

  Modified:             fprintd-0.5.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #488782
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  sys-auth/fprintd/fprintd-0.5.0.ebuild

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

Index: fprintd-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fprintd-0.5.0.ebuild	23 Dec 2013 11:22:07 -0000	1.4
+++ fprintd-0.5.0.ebuild	23 Dec 2013 16:23:37 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.4 2013/12/23 11:22:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.5 2013/12/23 16:23:37 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 sparc x86"
 IUSE="doc pam static-libs"
 
 RDEPEND="dev-libs/dbus-glib



1.18                 sys-auth/fprintd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	23 Dec 2013 11:22:07 -0000	1.17
+++ ChangeLog	23 Dec 2013 16:23:37 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/fprintd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.17 2013/12/23 11:22:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.18 2013/12/23 16:23:37 ago Exp $
+
+  23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fprintd-0.5.0.ebuild:
+  Stable for sparc, wrt bug #488782
 
   23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fprintd-0.5.0.ebuild:
   Stable for ppc, wrt bug #488782





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.5.0.ebuild ChangeLog
@ 2013-12-24 16:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-24 16:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/24 16:24:39

  Modified:             fprintd-0.5.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #488782
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  sys-auth/fprintd/fprintd-0.5.0.ebuild

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

Index: fprintd-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fprintd-0.5.0.ebuild	23 Dec 2013 22:02:24 -0000	1.6
+++ fprintd-0.5.0.ebuild	24 Dec 2013 16:24:39 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.6 2013/12/23 22:02:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.7 2013/12/24 16:24:39 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
 IUSE="doc pam static-libs"
 
 RDEPEND="dev-libs/dbus-glib



1.20                 sys-auth/fprintd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	23 Dec 2013 22:02:24 -0000	1.19
+++ ChangeLog	24 Dec 2013 16:24:39 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/fprintd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.19 2013/12/23 22:02:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.20 2013/12/24 16:24:39 ago Exp $
+
+  24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fprintd-0.5.0.ebuild:
+  Stable for ppc64, wrt bug #488782
 
   23 Dec 2013; Markus Meier <maekke@gentoo.org> fprintd-0.5.0.ebuild:
   arm stable, bug #488782





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.5.0.ebuild ChangeLog
@ 2014-01-14 21:19 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-14 21:19 UTC (permalink / raw
  To: gentoo-commits

pacho       14/01/14 21:19:46

  Modified:             fprintd-0.5.0.ebuild ChangeLog
  Log:
  ia64 stable, bug #488782 (thanks to Emeric Maschino for testing)
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.8                  sys-auth/fprintd/fprintd-0.5.0.ebuild

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

Index: fprintd-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fprintd-0.5.0.ebuild	24 Dec 2013 16:24:39 -0000	1.7
+++ fprintd-0.5.0.ebuild	14 Jan 2014 21:19:46 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.7 2013/12/24 16:24:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.8 2014/01/14 21:19:46 pacho Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE="doc pam static-libs"
 
 RDEPEND="dev-libs/dbus-glib



1.21                 sys-auth/fprintd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	24 Dec 2013 16:24:39 -0000	1.20
+++ ChangeLog	14 Jan 2014 21:19:46 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/fprintd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.20 2013/12/24 16:24:39 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.21 2014/01/14 21:19:46 pacho Exp $
+
+  14 Jan 2014; Pacho Ramos <pacho@gentoo.org> fprintd-0.5.0.ebuild:
+  ia64 stable, bug #488782 (thanks to Emeric Maschino for testing)
 
   24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fprintd-0.5.0.ebuild:
   Stable for ppc64, wrt bug #488782





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.5.0.ebuild ChangeLog
@ 2014-01-15 12:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-15 12:57 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/15 12:57:10

  Modified:             fprintd-0.5.0.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #488782
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  sys-auth/fprintd/fprintd-0.5.0.ebuild

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

Index: fprintd-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fprintd-0.5.0.ebuild	14 Jan 2014 21:19:46 -0000	1.8
+++ fprintd-0.5.0.ebuild	15 Jan 2014 12:57:10 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.8 2014/01/14 21:19:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.5.0.ebuild,v 1.9 2014/01/15 12:57:10 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE="doc pam static-libs"
 
 RDEPEND="dev-libs/dbus-glib



1.22                 sys-auth/fprintd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	14 Jan 2014 21:19:46 -0000	1.21
+++ ChangeLog	15 Jan 2014 12:57:10 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/fprintd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.21 2014/01/14 21:19:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.22 2014/01/15 12:57:10 ago Exp $
+
+  15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> fprintd-0.5.0.ebuild:
+  Stable for alpha, wrt bug #488782
 
   14 Jan 2014; Pacho Ramos <pacho@gentoo.org> fprintd-0.5.0.ebuild:
   ia64 stable, bug #488782 (thanks to Emeric Maschino for testing)





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

end of thread, other threads:[~2014-01-15 12:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-16 12:29 [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.5.0.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-15 12:57 Agostino Sarubbo (ago)
2014-01-14 21:19 Pacho Ramos (pacho)
2013-12-24 16:24 Agostino Sarubbo (ago)
2013-12-23 16:23 Agostino Sarubbo (ago)
2013-12-23 11:22 Agostino Sarubbo (ago)
2013-12-07 22:42 Pacho Ramos (pacho)
2013-05-09  8:25 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