diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-04-26 00:12:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-04-26 00:12:28 +0000 |
commit | ccc32e9b15c747514f6030c2c427526bfa71f7e1 (patch) | |
tree | 6cd9d1c9eede2c7f6b8f7478af4de608ee04d42a /sys-auth/fprintd | |
parent | Add bug number. (diff) | |
download | gentoo-2-ccc32e9b15c747514f6030c2c427526bfa71f7e1.tar.gz gentoo-2-ccc32e9b15c747514f6030c2c427526bfa71f7e1.tar.bz2 gentoo-2-ccc32e9b15c747514f6030c2c427526bfa71f7e1.zip |
Fix DESCRIPTION.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/fprintd')
-rw-r--r-- | sys-auth/fprintd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/fprintd/fprintd-0.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/fprintd/fprintd-0.2.0.ebuild | 4 |
3 files changed, 5 insertions, 9 deletions
diff --git a/sys-auth/fprintd/ChangeLog b/sys-auth/fprintd/ChangeLog index f36e33747f6f..f1cd9a2254dd 100644 --- a/sys-auth/fprintd/ChangeLog +++ b/sys-auth/fprintd/ChangeLog @@ -1,10 +1,6 @@ # 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.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. +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.5 2012/04/26 00:12:28 jer Exp $ *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 5e6c46f15a4d..7f777e577526 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-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.2 2012/04/26 00:01:03 jer Exp $ +# $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 $ EAPI=4 inherit autotools toolchain-funcs versionator -DESCRIPTION="D-Bus service to offer libfprint functionality" +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" diff --git a/sys-auth/fprintd/fprintd-0.2.0.ebuild b/sys-auth/fprintd/fprintd-0.2.0.ebuild index 5bb5ab579c15..f6288a8ef8c0 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-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.3 2012/04/26 00:01:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild,v 1.4 2012/04/26 00:12:28 jer Exp $ EAPI=3 inherit autotools toolchain-funcs versionator -DESCRIPTION="D-Bus service to offer libfprint functionality" +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" |