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/gtx/
Date: Sat, 06 May 2017 22:20:26
Message-Id: 1494109126.4d82d035783bf5149f908441d26b92a7b15caacc.soap@gentoo
1 commit: 4d82d035783bf5149f908441d26b92a7b15caacc
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:29 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:18:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d82d035
7
8 dev-libs/gtx: 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/gtx/gtx-0.2.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/gtx/gtx-0.2.2.ebuild b/dev-libs/gtx/gtx-0.2.2.ebuild
17 index 64e27b22c9e..cee2d664b5c 100644
18 --- a/dev-libs/gtx/gtx-0.2.2.ebuild
19 +++ b/dev-libs/gtx/gtx-0.2.2.ebuild
20 @@ -1,4 +1,4 @@
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=5
26 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF=yes
27
28 inherit autotools-utils
29
30 -DESCRIPTION="Small collection of convenience functions intended to enhance the GLib testing framework"
31 +DESCRIPTION="Small collection of functions intended to enhance the GLib testing framework"
32 HOMEPAGE="https://launchpad.net/gtx"
33 SRC_URI="https://launchpad.net/gtx/trunk/${PV}/+download/${P}.tar.gz"