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 C92E81389E2 for ; Fri, 19 Dec 2014 15:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74CE5E0BA9; Fri, 19 Dec 2014 15:09:23 +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 005FDE0BA9 for ; Fri, 19 Dec 2014 15:09:22 +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 1446334068E for ; Fri, 19 Dec 2014 15:09:22 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2139) id BDAFECD98; Fri, 19 Dec 2014 15:09:20 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/rtabmap: metadata.xml rtabmap-0.8.0.ebuild ChangeLog rtabmap-9999.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml rtabmap-0.8.0.ebuild ChangeLog rtabmap-9999.ebuild X-VCS-Directories: sci-libs/rtabmap X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141219150920.BDAFECD98@oystercatcher.gentoo.org> Date: Fri, 19 Dec 2014 15:09:20 +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: 06bbf2d8-63ab-457a-a3d9-cdebf50e02d0 X-Archives-Hash: c1b9432e8f35946c2c9b9c0cc8941885 aballier 14/12/19 15:09:20 Added: metadata.xml rtabmap-0.8.0.ebuild ChangeLog rtabmap-9999.ebuild Log: initial import, ebuild by me Signed-off-by: aballier@gentoo.org (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.1 sci-libs/rtabmap/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/rtabmap/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/rtabmap/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== aballier@gentoo.org Alexis Ballier Adds support for Kinect-like 3D sensors devices with dev-libs/OpenNI2. 1.1 sci-libs/rtabmap/rtabmap-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/rtabmap/rtabmap-0.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/rtabmap/rtabmap-0.8.0.ebuild?rev=1.1&content-type=text/plain Index: rtabmap-0.8.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/rtabmap-0.8.0.ebuild,v 1.1 2014/12/19 15:09:20 aballier Exp $ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" EGIT_REPO_URI="https://github.com/introlab/rtabmap" fi inherit ${SCM} cmake-utils multilib if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64" SRC_URI="https://github.com/introlab/rtabmap/archive/${PV}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="Real-Time Appearance-Based Mapping (RGB-D Graph SLAM)" HOMEPAGE="http://introlab.github.io/rtabmap/" LICENSE="BSD" SLOT="0" IUSE="qt4 openni2" RDEPEND=" media-libs/opencv:= sci-libs/pcl[openni] sci-libs/vtk sys-libs/zlib openni2? ( dev-libs/OpenNI2 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtcore:4 ) " DEPEND="${RDEPEND} virtual/pkgconfig" PATCHES=( "${FILESDIR}/cmakeinstall.patch" ) src_configure() { use openni2 || sed -e 's/OpenNI2)/DiSaBlEd)/' -i CMakeLists.txt || die use qt4 || sed -e 's/Qt4/DiSaBlEd/' -i CMakeLists.txt || die cmake-utils_src_configure } 1.1 sci-libs/rtabmap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/rtabmap/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/rtabmap/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for sci-libs/rtabmap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/ChangeLog,v 1.1 2014/12/19 15:09:20 aballier Exp $ *rtabmap-9999 (19 Dec 2014) *rtabmap-0.8.0 (19 Dec 2014) 19 Dec 2014; Alexis Ballier +rtabmap-0.8.0.ebuild, +rtabmap-9999.ebuild, +files/cmakeinstall.patch, +metadata.xml: initial import, ebuild by me 1.1 sci-libs/rtabmap/rtabmap-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/rtabmap/rtabmap-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/rtabmap/rtabmap-9999.ebuild?rev=1.1&content-type=text/plain Index: rtabmap-9999.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/rtabmap-9999.ebuild,v 1.1 2014/12/19 15:09:20 aballier Exp $ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" EGIT_REPO_URI="https://github.com/introlab/rtabmap" fi inherit ${SCM} cmake-utils multilib if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64" SRC_URI="https://github.com/introlab/rtabmap/archive/${PV}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="Real-Time Appearance-Based Mapping (RGB-D Graph SLAM)" HOMEPAGE="http://introlab.github.io/rtabmap/" LICENSE="BSD" SLOT="0" IUSE="qt4 openni2" RDEPEND=" media-libs/opencv:= sci-libs/pcl[openni] sci-libs/vtk sys-libs/zlib openni2? ( dev-libs/OpenNI2 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtcore:4 ) " DEPEND="${RDEPEND} virtual/pkgconfig" PATCHES=( "${FILESDIR}/cmakeinstall.patch" ) src_configure() { use openni2 || sed -e 's/OpenNI2)/DiSaBlEd)/' -i CMakeLists.txt || die use qt4 || sed -e 's/Qt4/DiSaBlEd/' -i CMakeLists.txt || die cmake-utils_src_configure }