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 30F6413881B for ; Tue, 22 Sep 2015 15:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0320E0850; Tue, 22 Sep 2015 15:08:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06474E0850 for ; Tue, 22 Sep 2015 15:08:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD62B33FEDE for ; Tue, 22 Sep 2015 15:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B8D616C for ; Tue, 22 Sep 2015 15:08:17 +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: <1442934207.ef2e3add397fef558626849c3f3262734ecef144.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosconsole_bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosconsole_bridge/Manifest dev-ros/rosconsole_bridge/metadata.xml dev-ros/rosconsole_bridge/rosconsole_bridge-0.4.2.ebuild dev-ros/rosconsole_bridge/rosconsole_bridge-9999.ebuild X-VCS-Directories: dev-ros/rosconsole_bridge/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ef2e3add397fef558626849c3f3262734ecef144 X-VCS-Branch: master Date: Tue, 22 Sep 2015 15:08:17 +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: acf02288-1811-4dc9-bf72-a1d23eee8cb0 X-Archives-Hash: 9ba8f4c8bf31b965ba3d1f51bd249059 commit: ef2e3add397fef558626849c3f3262734ecef144 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 15:03:27 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 15:03:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2e3add dev-ros/rosconsole_bridge: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/rosconsole_bridge/Manifest | 1 + dev-ros/rosconsole_bridge/metadata.xml | 5 +++++ .../rosconsole_bridge-0.4.2.ebuild | 26 ++++++++++++++++++++++ .../rosconsole_bridge-9999.ebuild | 26 ++++++++++++++++++++++ 4 files changed, 58 insertions(+) diff --git a/dev-ros/rosconsole_bridge/Manifest b/dev-ros/rosconsole_bridge/Manifest new file mode 100644 index 0000000..431ffce --- /dev/null +++ b/dev-ros/rosconsole_bridge/Manifest @@ -0,0 +1 @@ +DIST rosconsole_bridge-0.4.2.tar.gz 3974 SHA256 0834456f97e97f30ed27a6a234dac4e829970bffc20b439f4fcf442f0ba04d0c SHA512 ee44f0967d6325bdd20a6c0716502f93a39b5ac22ce9abbde906328ebb1e6fa61f1f4170f6a7fe2ea83cde255b9cb5159153ab23c911524743f0e63e6656330a WHIRLPOOL 3daee3baf0c80993596238304efb30ab59946e42de178db3b3c743eaa4f964a8b440b63120e87976d9af6372fcdf658f12a6e4a88b52af28583778915246cab1 diff --git a/dev-ros/rosconsole_bridge/metadata.xml b/dev-ros/rosconsole_bridge/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/rosconsole_bridge/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/rosconsole_bridge/rosconsole_bridge-0.4.2.ebuild b/dev-ros/rosconsole_bridge/rosconsole_bridge-0.4.2.ebuild new file mode 100644 index 0000000..2dd99c1 --- /dev/null +++ b/dev-ros/rosconsole_bridge/rosconsole_bridge-0.4.2.ebuild @@ -0,0 +1,26 @@ +# 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/rosconsole_bridge" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Connects console_bridge-based logging to rosconsole-based logging" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-libs/console_bridge + dev-ros/rosconsole" +DEPEND="${RDEPEND}" + +src_prepare() { + # fix libdir + sed -i \ + -e 's:DESTINATION lib:DESTINATION ${CMAKE_INSTALL_LIBDIR}:' \ + CMakeLists.txt || die + ros-catkin_src_prepare +} diff --git a/dev-ros/rosconsole_bridge/rosconsole_bridge-9999.ebuild b/dev-ros/rosconsole_bridge/rosconsole_bridge-9999.ebuild new file mode 100644 index 0000000..2dd99c1 --- /dev/null +++ b/dev-ros/rosconsole_bridge/rosconsole_bridge-9999.ebuild @@ -0,0 +1,26 @@ +# 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/rosconsole_bridge" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Connects console_bridge-based logging to rosconsole-based logging" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-libs/console_bridge + dev-ros/rosconsole" +DEPEND="${RDEPEND}" + +src_prepare() { + # fix libdir + sed -i \ + -e 's:DESTINATION lib:DESTINATION ${CMAKE_INSTALL_LIBDIR}:' \ + CMakeLists.txt || die + ros-catkin_src_prepare +}