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/jconfig/
Date: Sat, 02 Dec 2017 12:52:49
Message-Id: 1512219105.943d4bdb150a8827f420c9ee51e7b39b6a4f7630.soap@gentoo
1 commit: 943d4bdb150a8827f420c9ee51e7b39b6a4f7630
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:51:45 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:51:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943d4bdb
7
8 dev-util/jconfig: [QA] Fix DESCRIPTION.toolong
9
10 dev-util/jconfig/jconfig-2.8-r3.ebuild | 2 +-
11 dev-util/jconfig/jconfig-2.8.5.ebuild | 2 +-
12 dev-util/jconfig/jconfig-2.9.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-util/jconfig/jconfig-2.8-r3.ebuild b/dev-util/jconfig/jconfig-2.8-r3.ebuild
16 index a39ec9d566c..b8bbced5a26 100644
17 --- a/dev-util/jconfig/jconfig-2.8-r3.ebuild
18 +++ b/dev-util/jconfig/jconfig-2.8-r3.ebuild
19 @@ -5,7 +5,7 @@ JAVA_PKG_IUSE="doc source"
20
21 inherit java-pkg-2 java-ant-2
22
23 -DESCRIPTION="jConfig is an extremely helpful utility, providing a simple API for the management of properties"
24 +DESCRIPTION="Utility that provides a simple API for the management of properties"
25 SRC_URI="mirror://sourceforge/${PN}/${PN}-src-v${PV}.tar.gz"
26 HOMEPAGE="http://www.jconfig.org/"
27 LICENSE="BSD"
28
29 diff --git a/dev-util/jconfig/jconfig-2.8.5.ebuild b/dev-util/jconfig/jconfig-2.8.5.ebuild
30 index a39ec9d566c..b8bbced5a26 100644
31 --- a/dev-util/jconfig/jconfig-2.8.5.ebuild
32 +++ b/dev-util/jconfig/jconfig-2.8.5.ebuild
33 @@ -5,7 +5,7 @@ JAVA_PKG_IUSE="doc source"
34
35 inherit java-pkg-2 java-ant-2
36
37 -DESCRIPTION="jConfig is an extremely helpful utility, providing a simple API for the management of properties"
38 +DESCRIPTION="Utility that provides a simple API for the management of properties"
39 SRC_URI="mirror://sourceforge/${PN}/${PN}-src-v${PV}.tar.gz"
40 HOMEPAGE="http://www.jconfig.org/"
41 LICENSE="BSD"
42
43 diff --git a/dev-util/jconfig/jconfig-2.9.ebuild b/dev-util/jconfig/jconfig-2.9.ebuild
44 index 22792d15895..ba1c8d27d47 100644
45 --- a/dev-util/jconfig/jconfig-2.9.ebuild
46 +++ b/dev-util/jconfig/jconfig-2.9.ebuild
47 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source"
48
49 inherit java-pkg-2 java-ant-2
50
51 -DESCRIPTION="jConfig is an extremely helpful utility, providing a simple API for the management of properties"
52 +DESCRIPTION="Utility that provides a simple API for the management of properties"
53 SRC_URI="mirror://sourceforge/${PN}/${PN}-src-v${PV}.tar.gz"
54 HOMEPAGE="http://www.jconfig.org/"
55 LICENSE="BSD"