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 B5970139085 for ; Tue, 7 Feb 2017 17:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB179E0DE8; 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 B0567E0DE8 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 8D2103416A5 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 BB3D53DC9 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: <1486489548.0cb2f1ee4b25d94f18869b49a91133f9caae13ff.soap@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.27.ebuild x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.29.ebuild x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.30.ebuild x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.10.ebuild x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.12.ebuild x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.13.ebuild X-VCS-Directories: x11-libs/c++-gtk-utils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0cb2f1ee4b25d94f18869b49a91133f9caae13ff 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: 9c48eb03-6513-4e42-a81b-7f13cdd8e450 X-Archives-Hash: 0e4f110eab888dd828411cdaf9fed052 commit: 0cb2f1ee4b25d94f18869b49a91133f9caae13ff Author: Harri Nieminen gmail com> AuthorDate: Tue Feb 7 15:20:04 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Feb 7 17:45:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb2f1ee x11-libs/c++-gtk-utils: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3866 x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild | 4 ++-- x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.29.ebuild | 4 ++-- x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.30.ebuild | 4 ++-- x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.10.ebuild | 4 ++-- x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.12.ebuild | 4 ++-- x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.13.ebuild | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild index 9e22a58..87525eb 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 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.0.29.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.29.ebuild index 17ec71a..e2391af 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.29.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.29.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 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.0.30.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.30.ebuild index 17ec71a..e2391af 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.30.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.30.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 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.10.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.10.ebuild index ace1b0a..906188f 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.10.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 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.12.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.12.ebuild index 990d5f9..963da4c 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.12.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.12.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 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.13.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.13.ebuild index 990d5f9..963da4c 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.13.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.13.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 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"