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-libs/gecode/
Date: Sat, 06 May 2017 22:20:31
Message-Id: 1494109114.0574885098d75610ed3c0db63daf39f16190db5b.soap@gentoo
1 commit: 0574885098d75610ed3c0db63daf39f16190db5b
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:28 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:18:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05748850
7
8 dev-libs/gecode: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4517
12
13 dev-libs/gecode/gecode-3.7.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/gecode/gecode-3.7.3.ebuild b/dev-libs/gecode/gecode-3.7.3.ebuild
17 index 4e341d57562..463a840f970 100644
18 --- a/dev-libs/gecode/gecode-3.7.3.ebuild
19 +++ b/dev-libs/gecode/gecode-3.7.3.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="4"
26
27 -DESCRIPTION="Gecode is an environment for developing constraint-based systems and applications"
28 +DESCRIPTION="An environment for developing constraint-based applications"
29 SRC_URI="http://www.gecode.org/download/${P}.tar.gz"
30 HOMEPAGE="http://www.gecode.org/"