diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-16 20:10:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:15:45 +0100 |
commit | 105f243fea0d723f894473c2d7095c67fc6d2105 (patch) | |
tree | 42ac6f69f4a94c0e5d9759330746f9ff942a4327 /app-admin/pass | |
parent | app-admin/monit: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-105f243fea0d723f894473c2d7095c67fc6d2105.tar.gz gentoo-105f243fea0d723f894473c2d7095c67fc6d2105.tar.bz2 gentoo-105f243fea0d723f894473c2d7095c67fc6d2105.zip |
app-admin/pass: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996
Diffstat (limited to 'app-admin/pass')
-rw-r--r-- | app-admin/pass/pass-1.6.5.ebuild | 4 | ||||
-rw-r--r-- | app-admin/pass/pass-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/pass/pass-1.6.5.ebuild b/app-admin/pass/pass-1.6.5.ebuild index 53299d29db4c..0178ee360bd0 100644 --- a/app-admin/pass/pass-1.6.5.ebuild +++ b/app-admin/pass/pass-1.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit bash-completion-r1 elisp-common -DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git" +DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely" HOMEPAGE="http://www.passwordstore.org/" SRC_URI="http://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index 1c1d3eb26631..80ccce7f5783 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit bash-completion-r1 git-2 elisp-common -DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git" +DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely" HOMEPAGE="http://www.passwordstore.org/" EGIT_REPO_URI="http://git.zx2c4.com/password-store" |