From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-880780-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 46AE6138252
	for <garchives@archives.gentoo.org>; Wed, 11 May 2016 08:45:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 87CB9E0806;
	Wed, 11 May 2016 08:45:41 +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 D7191E0806
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 May 2016 08:45:40 +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 07958340AEC
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 May 2016 08:45:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 330E3968
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 May 2016 08:45:38 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
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" <aballier@gentoo.org>
Message-ID: <1462956328.c55f04a1cb118a5b0e4c09131a35dde4d284fdf9.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-1.0.1.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: c55f04a1cb118a5b0e4c09131a35dde4d284fdf9
X-VCS-Branch: master
Date: Wed, 11 May 2016 08:45:38 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: af06130e-2014-40f9-b875-bf5be24cbb75
X-Archives-Hash: 0c9ed3d8be693c250c3911890cc027d5

commit:     c55f04a1cb118a5b0e4c09131a35dde4d284fdf9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 08:21:32 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 11 08:45:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55f04a1

dev-ros/gennodejs: fix license

Package-Manager: portage-2.2.28

 dev-ros/gennodejs/gennodejs-1.0.1.ebuild | 3 +--
 dev-ros/gennodejs/gennodejs-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-ros/gennodejs/gennodejs-1.0.1.ebuild b/dev-ros/gennodejs/gennodejs-1.0.1.ebuild
index 78fd900..624f40f 100644
--- a/dev-ros/gennodejs/gennodejs-1.0.1.ebuild
+++ b/dev-ros/gennodejs/gennodejs-1.0.1.ebuild
@@ -12,10 +12,9 @@ inherit ros-catkin
 
 DESCRIPTION="Javascript ROS message and service generators"
 HOMEPAGE="http://wiki.ros.org/genpy"
-LICENSE="BSD"
+LICENSE="Apache-2.0"
 SLOT="0/${PV}"
 IUSE=""
 
 RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/py3.patch" )

diff --git a/dev-ros/gennodejs/gennodejs-9999.ebuild b/dev-ros/gennodejs/gennodejs-9999.ebuild
index a005a24..624f40f 100644
--- a/dev-ros/gennodejs/gennodejs-9999.ebuild
+++ b/dev-ros/gennodejs/gennodejs-9999.ebuild
@@ -12,7 +12,7 @@ inherit ros-catkin
 
 DESCRIPTION="Javascript ROS message and service generators"
 HOMEPAGE="http://wiki.ros.org/genpy"
-LICENSE="BSD"
+LICENSE="Apache-2.0"
 SLOT="0/${PV}"
 IUSE=""