diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ros/tf2 | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ros/tf2')
-rw-r--r-- | dev-ros/tf2/Manifest | 6 | ||||
-rw-r--r-- | dev-ros/tf2/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ros/tf2/tf2-0.6.1.ebuild | 25 | ||||
-rw-r--r-- | dev-ros/tf2/tf2-0.6.2.ebuild | 25 | ||||
-rw-r--r-- | dev-ros/tf2/tf2-9999.ebuild | 25 |
5 files changed, 92 insertions, 0 deletions
diff --git a/dev-ros/tf2/Manifest b/dev-ros/tf2/Manifest new file mode 100644 index 000000000000..807f9e957b3e --- /dev/null +++ b/dev-ros/tf2/Manifest @@ -0,0 +1,6 @@ +DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 103937894921111da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726 SHA512 392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef +DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d SHA512 fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf +EBUILD tf2-0.6.1.ebuild 550 BLAKE2B a1824ba987c5aa4c6492ab7b03e8705bf2c89d47f1528f7656322d684ca7d3620691699882ecfe1b35925f912c68c84d30981fd673c51785fff291f5a5665a13 SHA512 c2246380dba8b2dc1066b364b31390092192526bf8ce2b2161789192428b38087773cd54965138871bf42aa9daa1e63426eecd75a9548a675c5feea6c6e4ab1b +EBUILD tf2-0.6.2.ebuild 550 BLAKE2B a1824ba987c5aa4c6492ab7b03e8705bf2c89d47f1528f7656322d684ca7d3620691699882ecfe1b35925f912c68c84d30981fd673c51785fff291f5a5665a13 SHA512 c2246380dba8b2dc1066b364b31390092192526bf8ce2b2161789192428b38087773cd54965138871bf42aa9daa1e63426eecd75a9548a675c5feea6c6e4ab1b +EBUILD tf2-9999.ebuild 550 BLAKE2B 10c50cfb412755a1c9ca026c2343da67ebdd73a2d9b9eb3697d7d87ca3a167e7f02008cd1f55c6cea8129b162d32c0277ddadfe07dc814a8359e0366f4013121 SHA512 f90dce47cd2d78d2de07c1bfc8da8e17865fe4c3e76313efc8751be397e2892a4df61a10de60eb875309ae9db9c20cd6700a72540cbeb49e303a297d830281b4 +MISC metadata.xml 327 BLAKE2B ee9a902001f4ab56d6bdca309315ae772642fcd9c231dbbbad1ee532424d3e4dfd8140be540816f24ae5cecb06746d8258259d5e22d4cb70d7dbc6b803c8f97a SHA512 12555186ce2fbe547f8e8fc19483accf1fb7821bc1c4f1bdf3fb16855a801ed07849d5d86cf07aba1f6d4238121591355a27a50bde0e27efd04ef589c62176da diff --git a/dev-ros/tf2/metadata.xml b/dev-ros/tf2/metadata.xml new file mode 100644 index 000000000000..03f74b7656e7 --- /dev/null +++ b/dev-ros/tf2/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ros@gentoo.org</email> + <name>Gentoo ROS Project</name> + </maintainer> + <upstream> + <remote-id type="github">ros/geometry2</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ros/tf2/tf2-0.6.1.ebuild b/dev-ros/tf2/tf2-0.6.1.ebuild new file mode 100644 index 000000000000..5751b898da20 --- /dev/null +++ b/dev-ros/tf2/tf2-0.6.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/geometry2" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="The second generation Transform Library in ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/console_bridge:= + dev-ros/rostime + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:=[threads] +" +DEPEND="${RDEPEND} + test? ( dev-ros/roscpp ) +" diff --git a/dev-ros/tf2/tf2-0.6.2.ebuild b/dev-ros/tf2/tf2-0.6.2.ebuild new file mode 100644 index 000000000000..5751b898da20 --- /dev/null +++ b/dev-ros/tf2/tf2-0.6.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/geometry2" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="The second generation Transform Library in ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/console_bridge:= + dev-ros/rostime + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:=[threads] +" +DEPEND="${RDEPEND} + test? ( dev-ros/roscpp ) +" diff --git a/dev-ros/tf2/tf2-9999.ebuild b/dev-ros/tf2/tf2-9999.ebuild new file mode 100644 index 000000000000..5c97f8328efe --- /dev/null +++ b/dev-ros/tf2/tf2-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/geometry2" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="The second generation Transform Library in ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/console_bridge:= + dev-ros/rostime + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:=[threads] +" +DEPEND="${RDEPEND} + test? ( dev-ros/roscpp ) +" |