Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/confluence/
Date: Sat, 08 Apr 2017 21:57:58
Message-Id: 1491688340.2d7178b9ccf37165082822822887287c911301a2.monsieurp@gentoo
1 commit: 2d7178b9ccf37165082822822887287c911301a2
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 4 13:25:20 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 8 21:52:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7178b9
7
8 dev-lang/confluence: fix toolong DESCRIPTION.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-lang/confluence/confluence-0.10.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/confluence/confluence-0.10.6.ebuild b/dev-lang/confluence/confluence-0.10.6.ebuild
16 index 4fe4a15e4db..2743ff5f615 100644
17 --- a/dev-lang/confluence/confluence-0.10.6.ebuild
18 +++ b/dev-lang/confluence/confluence-0.10.6.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="2"
25
26 inherit eutils
27
28 -DESCRIPTION="Functional programming language for reactive system design (digital logic, hard-real-time software)"
29 +DESCRIPTION="Functional programming language for reactive system design"
30 HOMEPAGE="http://www.funhdl.org/wiki/doku.php?id=confluence"
31 SRC_URI="http://www.funhdl.org/download/${P}.tar.gz"