Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/liboglappth/
Date: Tue, 07 Feb 2017 17:48:40
Message-Id: 1486489552.ef847f827e32f20a18d5ac3dec821e12ba3aa9cf.soap@gentoo
1 commit: ef847f827e32f20a18d5ac3dec821e12ba3aa9cf
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 7 15:28:39 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 17:45:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef847f82
7
8 x11-libs/liboglappth: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3866
12
13 x11-libs/liboglappth/liboglappth-0.98.ebuild | 4 ++--
14 x11-libs/liboglappth/liboglappth-1.0.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-libs/liboglappth/liboglappth-0.98.ebuild b/x11-libs/liboglappth/liboglappth-0.98.ebuild
18 index ca70382..beda05c 100644
19 --- a/x11-libs/liboglappth/liboglappth-0.98.ebuild
20 +++ b/x11-libs/liboglappth/liboglappth-0.98.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 inherit eutils
28
29 -DESCRIPTION="A library for creating portable OpenGL applications with easy-to-code scene setup and selection"
30 +DESCRIPTION="Libary for OpenGL applications with easy-to-code scene setup and selection"
31 HOMEPAGE="http://www.bioinformatics.org/ghemical/"
32 SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
33 LICENSE="GPL-2"
34
35 diff --git a/x11-libs/liboglappth/liboglappth-1.0.0.ebuild b/x11-libs/liboglappth/liboglappth-1.0.0.ebuild
36 index 141cab9..1de0766 100644
37 --- a/x11-libs/liboglappth/liboglappth-1.0.0.ebuild
38 +++ b/x11-libs/liboglappth/liboglappth-1.0.0.ebuild
39 @@ -1,10 +1,10 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 inherit eutils
46
47 -DESCRIPTION="A library for creating portable OpenGL applications with easy-to-code scene setup and selection"
48 +DESCRIPTION="Libary for OpenGL applications with easy-to-code scene setup and selection"
49 HOMEPAGE="http://www.bioinformatics.org/ghemical/"
50 SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
51 LICENSE="GPL-2"