Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsel/
Date: Tue, 07 Feb 2017 17:48:35
Message-Id: 1486489526.fa34a79f7f81dea108e48c4af3c6978010cc14f5.soap@gentoo
1 commit: fa34a79f7f81dea108e48c4af3c6978010cc14f5
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 7 14:51:44 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 17:45:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa34a79f
7
8 x11-misc/xsel: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3864
12
13 x11-misc/xsel/xsel-1.2.0.ebuild | 2 +-
14 x11-misc/xsel/xsel-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild
18 index 5f69444..aaa5285 100644
19 --- a/x11-misc/xsel/xsel-1.2.0.ebuild
20 +++ b/x11-misc/xsel/xsel-1.2.0.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=4
24
25 -DESCRIPTION="XSel is a command-line program for getting and setting the contents of the X selection"
26 +DESCRIPTION="Command-line program for getting and setting the contents of the X selection"
27 HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel"
28 SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz"
29
30
31 diff --git a/x11-misc/xsel/xsel-9999.ebuild b/x11-misc/xsel/xsel-9999.ebuild
32 index 44d0088..175afbf 100644
33 --- a/x11-misc/xsel/xsel-9999.ebuild
34 +++ b/x11-misc/xsel/xsel-9999.ebuild
35 @@ -1,11 +1,11 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 +# Copyright 1999-2017 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Id$
40
41 EAPI=6
42 inherit autotools git-r3
43
44 -DESCRIPTION="command-line program for getting and setting the contents of the X selection"
45 +DESCRIPTION="Command-line program for getting and setting the contents of the X selection"
46 HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel"
47 EGIT_REPO_URI="https://github.com/kfish/xsel.git"