From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB8F3139696 for ; Thu, 23 Feb 2017 09:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A260E0D2C; Thu, 23 Feb 2017 09:16:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AF03E0D2C for ; Thu, 23 Feb 2017 09:16:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3F523415D2 for ; Thu, 23 Feb 2017 09:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82C5351A7 for ; Thu, 23 Feb 2017 09:16:03 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1487841350.091835f74c600ff5620ac30d95d7f9a0f9e3d536.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/cmake_modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/cmake_modules/Manifest dev-ros/cmake_modules/cmake_modules-0.4.1.ebuild X-VCS-Directories: dev-ros/cmake_modules/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 091835f74c600ff5620ac30d95d7f9a0f9e3d536 X-VCS-Branch: master Date: Thu, 23 Feb 2017 09:16:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 11586e85-7c48-4cdd-a3ea-71679b0a20b1 X-Archives-Hash: aacd1c4a85fa29b2a3bc305257eb732d commit: 091835f74c600ff5620ac30d95d7f9a0f9e3d536 Author: Alexis Ballier gentoo org> AuthorDate: Thu Feb 23 08:20:59 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Feb 23 09:15:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091835f7 dev-ros/cmake_modules: Bump to 0.4.1 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/cmake_modules/Manifest | 1 + dev-ros/cmake_modules/cmake_modules-0.4.1.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-ros/cmake_modules/Manifest b/dev-ros/cmake_modules/Manifest index 2b6bb4c36e..c60d4ae671 100644 --- a/dev-ros/cmake_modules/Manifest +++ b/dev-ros/cmake_modules/Manifest @@ -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 diff --git a/dev-ros/cmake_modules/cmake_modules-0.4.1.ebuild b/dev-ros/cmake_modules/cmake_modules-0.4.1.ebuild new file mode 100644 index 0000000000..ba3fca0c94 --- /dev/null +++ b/dev-ros/cmake_modules/cmake_modules-0.4.1.ebuild @@ -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}"