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 83F39139694 for ; Fri, 17 Feb 2017 22:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DEE5E0CC7; Fri, 17 Feb 2017 22:44:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55065E0CC8 for ; Fri, 17 Feb 2017 22:44:18 +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 11A64340F43 for ; Fri, 17 Feb 2017 22:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BAC34B6E for ; Fri, 17 Feb 2017 22:44:15 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1487371448.02a2c68ebdaa259f7bc3a21af145734ef08ad65c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gennodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/gennodejs/gennodejs-2.0.0.ebuild dev-ros/gennodejs/gennodejs-9999.ebuild X-VCS-Directories: dev-ros/gennodejs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 02a2c68ebdaa259f7bc3a21af145734ef08ad65c X-VCS-Branch: master Date: Fri, 17 Feb 2017 22:44:15 +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: a89be768-6b23-411f-ae65-20b9f9e3c60f X-Archives-Hash: 1e4229ecb40de338fae161dc928ff493 commit: 02a2c68ebdaa259f7bc3a21af145734ef08ad65c Author: Alexis Ballier gentoo org> AuthorDate: Fri Feb 17 22:36:38 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Feb 17 22:44:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a2c68e dev-ros/gennodejs: fix homepage Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/gennodejs/gennodejs-2.0.0.ebuild | 2 +- dev-ros/gennodejs/gennodejs-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/gennodejs/gennodejs-2.0.0.ebuild b/dev-ros/gennodejs/gennodejs-2.0.0.ebuild index a4a7d61b38..d1ed81e261 100644 --- a/dev-ros/gennodejs/gennodejs-2.0.0.ebuild +++ b/dev-ros/gennodejs/gennodejs-2.0.0.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit ros-catkin DESCRIPTION="Javascript ROS message and service generators" -HOMEPAGE="http://wiki.ros.org/genpy" +HOMEPAGE="http://wiki.ros.org/gennodejs" LICENSE="Apache-2.0" SLOT="0/${PV}" IUSE="" diff --git a/dev-ros/gennodejs/gennodejs-9999.ebuild b/dev-ros/gennodejs/gennodejs-9999.ebuild index 98dfcff5d3..d1ed81e261 100644 --- a/dev-ros/gennodejs/gennodejs-9999.ebuild +++ b/dev-ros/gennodejs/gennodejs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit ros-catkin DESCRIPTION="Javascript ROS message and service generators" -HOMEPAGE="http://wiki.ros.org/genpy" +HOMEPAGE="http://wiki.ros.org/gennodejs" LICENSE="Apache-2.0" SLOT="0/${PV}" IUSE=""