Skip to content

Commit

Permalink
dev-ros/ros_environment: bump to 1.3.1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Jul 15, 2020
1 parent 47b5a9d commit 6fa3cb2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-ros/ros_environment/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST ros_environment-1.2.0.tar.gz 6366 BLAKE2B ff540b9e861d039739253b9effbfe06ec703f47b48d9bb7009b5caed5010ed8219a207bfd363c03b115d018965c2e584abbf58f649ea868e66e79d4dda11d1ae SHA512 1b89e3d6ea88fc0972bbe980bae0b663e9335adece8eb0d517cac76b0a412cbe6b9783a967d4a9b5ca1c3bf2a432bb826d28f6f1d9a33fcc33a75edeef0be20b
DIST ros_environment-1.3.1.tar.gz 6533 BLAKE2B 50b6b24af91c5d96097873c3a05f258b2737053594a888ac5677147160708e192e1662558f33537b9510d206d5f00374ba3bec3b3491e5f51cfac3bcec842c1f SHA512 f47b9a7801ea4aa841b5127714e099c83e60fb42e8eedb726a4d3b23fcfb93c25c6f9bdc042a449399333c3165db1a72b9ebb25424981fe43bcfa5445f4678c5
24 changes: 24 additions & 0 deletions dev-ros/ros_environment/ros_environment-1.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ROS_REPO_URI="https://github.com/ros/ros_environment"
KEYWORDS="~amd64 ~arm"

inherit ros-catkin

DESCRIPTION="ROS environment variables"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND="!!<dev-ros/roslib-1.14.3"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/catkinprefixpath.patch" )

src_configure() {
export ROS_DISTRO="Gentoo"
export ROS_DISTRO_OVERRIDE="Gentoo"
ros-catkin_src_configure
}
3 changes: 1 addition & 2 deletions dev-ros/ros_environment/ros_environment-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

ROS_REPO_URI="https://github.com/ros/ros_environment"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_6} pypy3 )

inherit ros-catkin

Expand Down

0 comments on commit 6fa3cb2

Please sign in to comment.