From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 16CE21381F4 for ; Thu, 21 Apr 2016 10:32:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A873F21C03A; Thu, 21 Apr 2016 10:31:59 +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 1F4D221C03A for ; Thu, 21 Apr 2016 10:31:59 +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 4CCED340C7A for ; Thu, 21 Apr 2016 10:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51D0515F5 for ; Thu, 21 Apr 2016 10:31:53 +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: <1461234580.1705721d51fcff78757d79a3e4f3c2fae4ee668f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/ivcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/ivcon/Manifest dev-ros/ivcon/ivcon-0.1.6.ebuild X-VCS-Directories: dev-ros/ivcon/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1705721d51fcff78757d79a3e4f3c2fae4ee668f X-VCS-Branch: master Date: Thu, 21 Apr 2016 10:31:53 +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: 539d6a61-acc9-4a8a-875b-63fdaeb3b49b X-Archives-Hash: 3701ad5a26a4ac80fa7eb41c29040fa9 commit: 1705721d51fcff78757d79a3e4f3c2fae4ee668f Author: Alexis Ballier gentoo org> AuthorDate: Thu Apr 21 10:29:40 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Apr 21 10:29:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1705721d dev-ros/ivcon: bump to 0.1.6 Package-Manager: portage-2.2.28 dev-ros/ivcon/Manifest | 1 + dev-ros/ivcon/ivcon-0.1.6.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-ros/ivcon/Manifest b/dev-ros/ivcon/Manifest index 2c64151..5deb484 100644 --- a/dev-ros/ivcon/Manifest +++ b/dev-ros/ivcon/Manifest @@ -1 +1,2 @@ DIST ivcon-0.1.5.tar.gz 137970 SHA256 cc79cfe48a7630c32c0e0d4418e87e868c6ac377fab959c23f966a00e3b01120 SHA512 943f1eecf06e90300ecc0c33f91b076a22adc04ec04414d8deb213fee69b2cf13f41844d4ded7a0befabac15bf51352b61c667fb3fad8478784d0825c7e1a268 WHIRLPOOL 1aa72440a5f3f3ab8de81b68295a3f76668a60e3213d0060e9d891d9e0c9abed54a0dbd7b2cf957d402b490fcba445ee1503b9d9b3319fd2db77ddecfb123377 +DIST ivcon-0.1.6.tar.gz 137996 SHA256 f880b936c30fe07201fade652f5cd17d058451f92064cc03e726c8848e82387e SHA512 ecfae9eb69f62a70131281e8b1b485a5e95e166b5b24d3c313c220f10e746db15a644a6747debcde5b983f2c743ca8d5b3f8bcd2ef963290f8122bbb66e23aea WHIRLPOOL cc3d4ede233499a3e2372a0bd08478df41e3461fe1ee106b9eac91dde9af15b8b58569d64f1a7eabff2bb30662f9f000ce36808a17394ff13597204e86ce4efa diff --git a/dev-ros/ivcon/ivcon-0.1.6.ebuild b/dev-ros/ivcon/ivcon-0.1.6.ebuild new file mode 100644 index 0000000..9fd405d --- /dev/null +++ b/dev-ros/ivcon/ivcon-0.1.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/ivcon" +KEYWORDS="~amd64" + +inherit ros-catkin + +DESCRIPTION="Mesh Conversion Utility" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"