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 AB84A139697 for ; Sat, 6 May 2017 22:20:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A45EAE0DBE; Sat, 6 May 2017 22:20:14 +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 69996E0DBE for ; Sat, 6 May 2017 22:20:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24ABF3416CE for ; Sat, 6 May 2017 22:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A549744C for ; Sat, 6 May 2017 22:20:11 +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: <1494109083.4ce53d94543f2c1b1cf18cc5f6da4465e1baa2df.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/console_bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/console_bridge/console_bridge-0.2.7.ebuild dev-libs/console_bridge/console_bridge-0.3.1.ebuild dev-libs/console_bridge/console_bridge-0.3.2.ebuild dev-libs/console_bridge/console_bridge-9999.ebuild X-VCS-Directories: dev-libs/console_bridge/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4ce53d94543f2c1b1cf18cc5f6da4465e1baa2df X-VCS-Branch: master Date: Sat, 6 May 2017 22:20:11 +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: baf25358-7be5-4e4c-8036-bb4c7e474852 X-Archives-Hash: e3e65b4774d6283dd3c3d13734f64d9f commit: 4ce53d94543f2c1b1cf18cc5f6da4465e1baa2df Author: Harri Nieminen gmail com> AuthorDate: Sat May 6 17:14:26 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 6 22:18:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce53d94 dev-libs/console_bridge: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/console_bridge/console_bridge-0.2.7.ebuild | 4 ++-- dev-libs/console_bridge/console_bridge-0.3.1.ebuild | 4 ++-- dev-libs/console_bridge/console_bridge-0.3.2.ebuild | 4 ++-- dev-libs/console_bridge/console_bridge-9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-libs/console_bridge/console_bridge-0.2.7.ebuild b/dev-libs/console_bridge/console_bridge-0.2.7.ebuild index fb81400dbec..b598bee4c19 100644 --- a/dev-libs/console_bridge/console_bridge-0.2.7.ebuild +++ b/dev-libs/console_bridge/console_bridge-0.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/ros/console_bridge/archive/${PV}.tar.gz -> ${P}.tar.gz" fi -DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout for ROS-dependent packages." +DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout" HOMEPAGE="http://wiki.ros.org/console_bridge" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/console_bridge/console_bridge-0.3.1.ebuild b/dev-libs/console_bridge/console_bridge-0.3.1.ebuild index b148dceee54..505bea12ffe 100644 --- a/dev-libs/console_bridge/console_bridge-0.3.1.ebuild +++ b/dev-libs/console_bridge/console_bridge-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/ros/console_bridge/archive/${PV}.tar.gz -> ${P}.tar.gz" fi -DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout for ROS-dependent packages." +DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout" HOMEPAGE="http://wiki.ros.org/console_bridge" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/console_bridge/console_bridge-0.3.2.ebuild b/dev-libs/console_bridge/console_bridge-0.3.2.ebuild index b148dceee54..505bea12ffe 100644 --- a/dev-libs/console_bridge/console_bridge-0.3.2.ebuild +++ b/dev-libs/console_bridge/console_bridge-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/ros/console_bridge/archive/${PV}.tar.gz -> ${P}.tar.gz" fi -DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout for ROS-dependent packages." +DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout" HOMEPAGE="http://wiki.ros.org/console_bridge" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/console_bridge/console_bridge-9999.ebuild b/dev-libs/console_bridge/console_bridge-9999.ebuild index b148dceee54..505bea12ffe 100644 --- a/dev-libs/console_bridge/console_bridge-9999.ebuild +++ b/dev-libs/console_bridge/console_bridge-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/ros/console_bridge/archive/${PV}.tar.gz -> ${P}.tar.gz" fi -DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout for ROS-dependent packages." +DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout" HOMEPAGE="http://wiki.ros.org/console_bridge" LICENSE="BSD" SLOT="0"