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 190E41382C5 for ; Sun, 28 Jan 2018 12:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDAD9E0CEA; Sun, 28 Jan 2018 12:54:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A585CE0CE9 for ; Sun, 28 Jan 2018 12:54:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9E69335C3C for ; Sun, 28 Jan 2018 12:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A0C71DF for ; Sun, 28 Jan 2018 12:54:42 +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: <1517144073.c8427e88141918cdea4ddbbe498a50c3f608befb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ignition-cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ignition-cmake/Manifest dev-util/ignition-cmake/ignition-cmake-0.4.0.ebuild X-VCS-Directories: dev-util/ignition-cmake/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c8427e88141918cdea4ddbbe498a50c3f608befb X-VCS-Branch: master Date: Sun, 28 Jan 2018 12:54:42 +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: 5a74f2ad-1617-4739-b875-960ee3925543 X-Archives-Hash: 674e6c0f97835df9f990f3a10b358ace commit: c8427e88141918cdea4ddbbe498a50c3f608befb Author: Alexis Ballier gentoo org> AuthorDate: Sun Jan 28 10:23:58 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jan 28 12:54:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8427e88 dev-util/ignition-cmake: bump to 0.4.0 Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-util/ignition-cmake/Manifest | 1 + dev-util/ignition-cmake/ignition-cmake-0.4.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-util/ignition-cmake/Manifest b/dev-util/ignition-cmake/Manifest index 13a55274ebd..cb4e7e2f3ef 100644 --- a/dev-util/ignition-cmake/Manifest +++ b/dev-util/ignition-cmake/Manifest @@ -1 +1,2 @@ DIST ignition-cmake-0.2.0.tar.bz2 69508 BLAKE2B df51c53f2e09af260cc4ce245400f821ed29c83791a088cc3e059caf5e08f073f0d297bdc66947f77e81742c6c2a8f15a177cc082b2fb20c5f12daf59d3cf851 SHA512 fa9ada51a6cb88a1bdba5ee5732402abeb63e8f6dc044b73c9b0ccb180492f570ddf4a6f9ef891aef6be83b4fcce50ac509c724f5b8a3c99d5a30fc8d0433ca0 +DIST ignition-cmake-0.4.0.tar.bz2 119136 BLAKE2B 8e7891d71fdb605b3f9d81f4dc79d99abf531f6492d4e511868c0d88472f97732ed3f5a4d10c364fd32c637332c51136b6270934538d2f04e437044a70a0d4ef SHA512 04781babcc09ff70b503dc2085e0c050b88260986f63fd68171878f92edb975a4d8c57848407600e132bc338158365c6c1802fce16bb89ae3a83b553a77bb8ac diff --git a/dev-util/ignition-cmake/ignition-cmake-0.4.0.ebuild b/dev-util/ignition-cmake/ignition-cmake-0.4.0.ebuild new file mode 100644 index 00000000000..0f9105de8c1 --- /dev/null +++ b/dev-util/ignition-cmake/ignition-cmake-0.4.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-multilib + +DESCRIPTION="CMake modules to be used by the Ignition projects." +HOMEPAGE="https://bitbucket.org/ignitionrobotics/ign-cmake" +SRC_URI="https://osrf-distributions.s3.amazonaws.com/ign-cmake/releases/${P}.tar.bz2" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"