Skip to content

Commit

Permalink
dev-ros/random_numbers: bump to 0.3.2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
aballier committed Mar 4, 2018
1 parent 326f2a1 commit 9b54a9e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/random_numbers/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST random_numbers-0.3.1.tar.gz 6862 BLAKE2B 8713551632d0842457011b9186ddc2fe1fe6ef6c6b9805b46f7e466ec356685e055d7f499036082173db3dfa32d2c46636dc9bcd1cd2006c04ded531f8cef6bc SHA512 d563fceb9398a4456bda378d01fc24bf0c80e5c2cd36c9d9692bcf6c49aef2da02644cf2c4b2bc1e6c805e93957c4bf5234dc0294fa89ca31f893efa676ad29b
DIST random_numbers-0.3.2.tar.gz 6952 BLAKE2B ed2be18d8e6cc036689d413335030fe501aeecdb95ac5c12d5ebaf21759d8fd45af6d7c34cb6ae903e2002cf791ab823f8f65552fd8a58eeb5838829ffe6060f SHA512 13145f91b846c97f3dc0d9dc290e237060968251a78f1648acb5aefcdea0569586daa3531f2840829ac8261ca046e20e03c39ded6dcd060cf4917375ac6bd918
17 changes: 17 additions & 0 deletions dev-ros/random_numbers/random_numbers-0.3.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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-planning/random_numbers"
KEYWORDS="~amd64 ~arm"

inherit ros-catkin

DESCRIPTION="Wrappers for generating floating point values, integers, quaternions using boost libraries"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND="dev-libs/boost:=[threads]"
DEPEND="${RDEPEND}"

0 comments on commit 9b54a9e

Please sign in to comment.