summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-30 18:36:33 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-30 18:43:53 +0200
commit91e49d68895ad4ef4e548fe9409802a5f1bfe0b2 (patch)
tree1e03e8142483a714f27e9a5df92b2780b30edf3d /dev-ros/rosboost_cfg
parentdev-ros/rosbash: Bump to 1.14.1. (diff)
downloadgentoo-91e49d68895ad4ef4e548fe9409802a5f1bfe0b2.tar.gz
gentoo-91e49d68895ad4ef4e548fe9409802a5f1bfe0b2.tar.bz2
gentoo-91e49d68895ad4ef4e548fe9409802a5f1bfe0b2.zip
dev-ros/rosboost_cfg: Bump to 1.14.1.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ros/rosboost_cfg')
-rw-r--r--dev-ros/rosboost_cfg/Manifest1
-rw-r--r--dev-ros/rosboost_cfg/rosboost_cfg-1.14.1.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/rosboost_cfg/Manifest b/dev-ros/rosboost_cfg/Manifest
index ed42a1f8b984..2bd06c5d8167 100644
--- a/dev-ros/rosboost_cfg/Manifest
+++ b/dev-ros/rosboost_cfg/Manifest
@@ -1 +1,2 @@
DIST ros-1.14.0.tar.gz 167371 SHA256 42d2a91e867684b3bd0cf9132e5d6dc5bc996086e5ac7baaeeec9c51005282eb SHA512 b3353eeb88b1e5db456ae796a9b869e540e71a7ff94327c7b2c0cfdc58af599793f4b4e36ec54a80059d938ea1d27ca87f4093ea2621c9267a642f99db3acb31 WHIRLPOOL 142dda77e1d9cf9b5fdab9bcdace8eb9fdeb19060eaff8af16bda27d925c00ffc401bf0a41017aa4d81325dc6703ac9571a54c17e433910c751a2080c2637355
+DIST ros-1.14.1.tar.gz 167768 SHA256 2bdf5e29c332982bec3b01abbf190ff72c0eaee352070c6dd2e23ee7d32b6da7 SHA512 b8d3ea058cd53d5ecd3aa3302ecdd89ef183cb0b58a0f39949e8215ffd7361111e0d926c3c8eb93bab7867d166870e9acc411c931df543f9ba9e5031739a399a WHIRLPOOL 36e8c1a2e8c6cb557cdc65c468449ba685832d5bfdc19115e4016815787997aaf5a3f3c6de6fdc58b3e3500f8c351c14421ad7dd611e00eba1648a91411b55f4
diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.14.1.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.1.ebuild
new file mode 100644
index 000000000000..0287703d07a2
--- /dev/null
+++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.1.ebuild
@@ -0,0 +1,19 @@
+# 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/ros"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=tools/${PN}
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit ros-catkin
+
+DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"