mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-ros/cmake_modules: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
This commit is contained in:
1
dev-ros/cmake_modules/Manifest
Normal file
1
dev-ros/cmake_modules/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST cmake_modules-0.4.0.tar.gz 17379 SHA256 8d95669b37c6b9a3bef85d6c374cfd1d7ea55aef3951b870d135ed91c458a95c SHA512 60bcc800541d6280e3a20c016ac9489efb98e136ed0cc4b13685c1b43001d74ea75b334df8a7b6da414c17ecd7ad8398f4bb6a8fe0bb75155430b47d045a2462 WHIRLPOOL ac3dcb75fd68d5d46a83c29c5b7b55a3dfb6b5329160e8d3057ad4ec50c1b4ac9fe5106b24d08aee5305fe2f66c7ccdeb2a42fff36929727b161ae78ab296aac
|
||||
18
dev-ros/cmake_modules/cmake_modules-0.4.0.ebuild
Normal file
18
dev-ros/cmake_modules/cmake_modules-0.4.0.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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/cmake_modules"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
|
||||
inherit ros-catkin
|
||||
|
||||
DESCRIPTION="CMake Modules which are not distributed with CMake but are commonly used by ROS packages"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
18
dev-ros/cmake_modules/cmake_modules-9999.ebuild
Normal file
18
dev-ros/cmake_modules/cmake_modules-9999.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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/cmake_modules"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
|
||||
inherit ros-catkin
|
||||
|
||||
DESCRIPTION="CMake Modules which are not distributed with CMake but are commonly used by ROS packages"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
5
dev-ros/cmake_modules/metadata.xml
Normal file
5
dev-ros/cmake_modules/metadata.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>ros</herd>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user