commit: ef847f827e32f20a18d5ac3dec821e12ba3aa9cf Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Tue Feb 7 15:28:39 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Feb 7 17:45:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef847f82
x11-libs/liboglappth: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3866 x11-libs/liboglappth/liboglappth-0.98.ebuild | 4 ++-- x11-libs/liboglappth/liboglappth-1.0.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-libs/liboglappth/liboglappth-0.98.ebuild b/x11-libs/liboglappth/liboglappth-0.98.ebuild index ca70382..beda05c 100644 --- a/x11-libs/liboglappth/liboglappth-0.98.ebuild +++ b/x11-libs/liboglappth/liboglappth-0.98.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit eutils -DESCRIPTION="A library for creating portable OpenGL applications with easy-to-code scene setup and selection" +DESCRIPTION="Libary for OpenGL applications with easy-to-code scene setup and selection" HOMEPAGE="http://www.bioinformatics.org/ghemical/" SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz" LICENSE="GPL-2" diff --git a/x11-libs/liboglappth/liboglappth-1.0.0.ebuild b/x11-libs/liboglappth/liboglappth-1.0.0.ebuild index 141cab9..1de0766 100644 --- a/x11-libs/liboglappth/liboglappth-1.0.0.ebuild +++ b/x11-libs/liboglappth/liboglappth-1.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit eutils -DESCRIPTION="A library for creating portable OpenGL applications with easy-to-code scene setup and selection" +DESCRIPTION="Libary for OpenGL applications with easy-to-code scene setup and selection" HOMEPAGE="http://www.bioinformatics.org/ghemical/" SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz" LICENSE="GPL-2"
