From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61A31139085 for ; Tue, 7 Feb 2017 17:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACC1DE0DE5; Tue, 7 Feb 2017 17:48:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85EE3E0DE2 for ; Tue, 7 Feb 2017 17:48:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74690341678 for ; Tue, 7 Feb 2017 17:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDC8E3DCA for ; Tue, 7 Feb 2017 17:48:31 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486489552.ef847f827e32f20a18d5ac3dec821e12ba3aa9cf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/liboglappth/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/liboglappth/liboglappth-0.98.ebuild x11-libs/liboglappth/liboglappth-1.0.0.ebuild X-VCS-Directories: x11-libs/liboglappth/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ef847f827e32f20a18d5ac3dec821e12ba3aa9cf X-VCS-Branch: master Date: Tue, 7 Feb 2017 17:48:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6e47cf57-cb04-44d3-a63c-6371afe94c6a X-Archives-Hash: c55208b45ee07893bfbbe7fb87cd8cf0 commit: ef847f827e32f20a18d5ac3dec821e12ba3aa9cf Author: Harri Nieminen gmail com> AuthorDate: Tue Feb 7 15:28:39 2017 +0000 Commit: David Seifert gentoo 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"