forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ros/cmake_modules: Bump to 0.4.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST cmake_modules-0.4.0.tar.gz 17379 SHA256 8d95669b37c6b9a3bef85d6c374cfd1d7ea55aef3951b870d135ed91c458a95c SHA512 60bcc800541d6280e3a20c016ac9489efb98e136ed0cc4b13685c1b43001d74ea75b334df8a7b6da414c17ecd7ad8398f4bb6a8fe0bb75155430b47d045a2462 WHIRLPOOL ac3dcb75fd68d5d46a83c29c5b7b55a3dfb6b5329160e8d3057ad4ec50c1b4ac9fe5106b24d08aee5305fe2f66c7ccdeb2a42fff36929727b161ae78ab296aac | ||
DIST cmake_modules-0.4.1.tar.gz 18057 SHA256 1a141f44541e4b23af68166ed3dcb8c274c325be68db40399d5d8388e92e3997 SHA512 7bc0ab1c89686cfbabbf5fd5bf1685c8eef7325c62a7ecd5ef38a14b54eb80c65306b70b30bef4a001d4081e6c43e75a39fc38e5e1b6227a6725093417ba4cf2 WHIRLPOOL 7240635435b47b8f754c4f0b2fefc95c4da59791ace82344b9d3f995b1374a59c80aa3080e31da1e661a49471010043ade0492e57219dd1174517a9fad96afd1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Copyright 1999-2017 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}" |