diff options
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/fprintd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-auth/fprintd/fprintd-0.2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/fprintd/fprintd-0.2.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-auth/fprintd/ChangeLog b/sys-auth/fprintd/ChangeLog index 13da5a6c8bff..f36e33747f6f 100644 --- a/sys-auth/fprintd/ChangeLog +++ b/sys-auth/fprintd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/fprintd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.3 2011/11/14 00:45:15 xmw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.4 2012/04/26 00:01:03 jer Exp $ + + 26 Apr 2012; Jeroen Roovers <jer@gentoo.org> fprintd-0.2.0-r1.ebuild, + fprintd-0.2.0.ebuild: + Fix DESCRIPTION. *fprintd-0.2.0-r1 (14 Nov 2011) diff --git a/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild b/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild index 28d330b5eb73..5e6c46f15a4d 100644 --- a/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild +++ b/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.1 2011/11/14 00:45:15 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0-r1.ebuild,v 1.2 2012/04/26 00:01:03 jer Exp $ EAPI=4 inherit autotools toolchain-funcs versionator -DESCRIPTION="D-Bus to offer libfprint functionality" +DESCRIPTION="D-Bus service to offer libfprint functionality" 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" diff --git a/sys-auth/fprintd/fprintd-0.2.0.ebuild b/sys-auth/fprintd/fprintd-0.2.0.ebuild index 23bd08d1d51a..5bb5ab579c15 100644 --- a/sys-auth/fprintd/fprintd-0.2.0.ebuild +++ b/sys-auth/fprintd/fprintd-0.2.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.ebuild,v 1.2 2011/05/02 14:50:14 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild,v 1.3 2012/04/26 00:01:03 jer Exp $ EAPI=3 inherit autotools toolchain-funcs versionator -DESCRIPTION="D-Bus to offer libfprint functionality" +DESCRIPTION="D-Bus service to offer libfprint functionality" 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" |