commit: fa34a79f7f81dea108e48c4af3c6978010cc14f5 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Tue Feb 7 14:51:44 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Feb 7 17:45:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa34a79f
x11-misc/xsel: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3864 x11-misc/xsel/xsel-1.2.0.ebuild | 2 +- x11-misc/xsel/xsel-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild index 5f69444..aaa5285 100644 --- a/x11-misc/xsel/xsel-1.2.0.ebuild +++ b/x11-misc/xsel/xsel-1.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=4 -DESCRIPTION="XSel is a command-line program for getting and setting the contents of the X selection" +DESCRIPTION="Command-line program for getting and setting the contents of the X selection" HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" diff --git a/x11-misc/xsel/xsel-9999.ebuild b/x11-misc/xsel/xsel-9999.ebuild index 44d0088..175afbf 100644 --- a/x11-misc/xsel/xsel-9999.ebuild +++ b/x11-misc/xsel/xsel-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 inherit autotools git-r3 -DESCRIPTION="command-line program for getting and setting the contents of the X selection" +DESCRIPTION="Command-line program for getting and setting the contents of the X selection" HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" EGIT_REPO_URI="https://github.com/kfish/xsel.git"
