diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-07 16:51:44 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-07 18:45:26 +0100 |
commit | fa34a79f7f81dea108e48c4af3c6978010cc14f5 (patch) | |
tree | ae8b0fda8b1d8d7d1a4dd498cd34cade41446fef /x11-misc | |
parent | x11-misc/xrmap: Fix toolong DESCRIPTION (diff) | |
download | gentoo-fa34a79f7f81dea108e48c4af3c6978010cc14f5.tar.gz gentoo-fa34a79f7f81dea108e48c4af3c6978010cc14f5.tar.bz2 gentoo-fa34a79f7f81dea108e48c4af3c6978010cc14f5.zip |
x11-misc/xsel: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3864
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsel/xsel-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | 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 5f69444609fc..aaa52852b022 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 44d008893fbb..175afbf6c29d 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" |