From: Jonas Stein Date: Mon, 31 Jul 2017 22:37:34 +0000 (+0200) Subject: dev-libs/libkpass: Shorter DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f9397407f3aa779c536c660c8ed40f2ccfa14aa9;p=gentoo.git dev-libs/libkpass: Shorter DESCRIPTION --- diff --git a/dev-libs/libkpass/libkpass-6-r1.ebuild b/dev-libs/libkpass/libkpass-6-r1.ebuild index 447bd5477aaa..3a2ddb4fdc80 100644 --- a/dev-libs/libkpass/libkpass-6-r1.ebuild +++ b/dev-libs/libkpass/libkpass-6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -DESCRIPTION="Libkpass is a from-scratch C implementation for accessing KeePass 1.x databases" +DESCRIPTION="Libkpass is a C implementation to access KeePass 1.x format password databases" HOMEPAGE="http://libkpass.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-libs/libkpass/libkpass-6.ebuild b/dev-libs/libkpass/libkpass-6.ebuild index 26b1208630dd..ef324877ee5f 100644 --- a/dev-libs/libkpass/libkpass-6.ebuild +++ b/dev-libs/libkpass/libkpass-6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -DESCRIPTION="Libkpass is a from-scratch C implementation of accessing KeePass 1.x format password databases" +DESCRIPTION="Libkpass is a C implementation to access KeePass 1.x format password databases" HOMEPAGE="http://libkpass.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"