Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/
Date: Sat, 02 Dec 2017 12:52:45
Message-Id: 1512219092.067d8fbfa9ccfff3a6b2a1b4cb60c7c9e901c142.soap@gentoo
1 commit: 067d8fbfa9ccfff3a6b2a1b4cb60c7c9e901c142
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:51:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:51:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067d8fbf
7
8 dev-util/dwdiff: [QA] Fix DESCRIPTION.toolong
9
10 dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild | 2 +-
11 dev-util/dwdiff/dwdiff-2.1.0.ebuild | 2 +-
12 dev-util/dwdiff/dwdiff-2.1.1.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
16 index cd45b24397a..51b8e6bcee9 100644
17 --- a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
18 +++ b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
19 @@ -5,7 +5,7 @@ EAPI=6
20
21 inherit eutils toolchain-funcs
22
23 -DESCRIPTION="diff-like program that operates at the word level instead of the line level"
24 +DESCRIPTION="diff-like program operating at word level instead of line level"
25 HOMEPAGE="http://os.ghalkes.nl/dwdiff.html"
26 SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2"
27
28
29 diff --git a/dev-util/dwdiff/dwdiff-2.1.0.ebuild b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
30 index bc7474f29de..5fd42d0959e 100644
31 --- a/dev-util/dwdiff/dwdiff-2.1.0.ebuild
32 +++ b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
33 @@ -4,7 +4,7 @@
34 EAPI=5
35 inherit eutils toolchain-funcs
36
37 -DESCRIPTION="A front-end for the diff program that operates at the word level instead of the line level"
38 +DESCRIPTION="diff-like program operating at word level instead of line level"
39 HOMEPAGE="http://os.ghalkes.nl/dwdiff.html"
40 SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2"
41
42
43 diff --git a/dev-util/dwdiff/dwdiff-2.1.1.ebuild b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
44 index 252cdd66239..c8e8a440ba0 100644
45 --- a/dev-util/dwdiff/dwdiff-2.1.1.ebuild
46 +++ b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
47 @@ -5,7 +5,7 @@ EAPI=6
48
49 inherit eutils toolchain-funcs
50
51 -DESCRIPTION="diff-like program that operates at the word level instead of the line level"
52 +DESCRIPTION="diff-like program operating at word level instead of line level"
53 HOMEPAGE="http://os.ghalkes.nl/dwdiff.html"
54 SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2"