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 C5C501395E2 for ; Sat, 19 Nov 2016 11:28:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF371E0944; Sat, 19 Nov 2016 11:28:01 +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 94770E0944 for ; Sat, 19 Nov 2016 11:28:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 912AF34100F for ; Sat, 19 Nov 2016 11:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE91149C for ; Sat, 19 Nov 2016 11:27:58 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1479554867.981e3f5ea79cef31afb206fa9b7edb9f3ca22f33.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/c++-gtk-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.31.ebuild x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.14.ebuild X-VCS-Directories: x11-libs/c++-gtk-utils/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 981e3f5ea79cef31afb206fa9b7edb9f3ca22f33 X-VCS-Branch: master Date: Sat, 19 Nov 2016 11:27:58 +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: b6b3bdad-3b13-4b8d-ac7f-636483d60bf9 X-Archives-Hash: d9d749772f289ec3e0c642f33997ab92 commit: 981e3f5ea79cef31afb206fa9b7edb9f3ca22f33 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Nov 19 11:27:01 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Nov 19 11:27:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981e3f5e x11-libs/c++-gtk-utils: Shorten DESCRIPTION. Package-Manager: portage-2.3.2 x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.31.ebuild | 2 +- x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.14.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.31.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.31.ebuild index 562a878..5dbf95f 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.31.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.31.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils -DESCRIPTION="A library containing a number of classes and functions for programming GTK+ programs using C++" +DESCRIPTION="A number of classes and functions for programming GTK+ programs using C++" HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz" diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.14.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.14.ebuild index 76f41f0..92fd8e7 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.14.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.14.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils -DESCRIPTION="A library containing a number of classes and functions for programming GTK+ programs using C++" +DESCRIPTION="A number of classes and functions for programming GTK+ programs using C++" HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz"