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 8FDFC138335 for ; Sun, 1 Dec 2019 04:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 411C0E0837; Sun, 1 Dec 2019 04:37:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1CE95E0837 for ; Sun, 1 Dec 2019 04:37:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 13FD134D636 for ; Sun, 1 Dec 2019 04:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A01E778 for ; Sun, 1 Dec 2019 04:37:20 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1575174924.da31ca887c55d497ef971ee5f097fa92195e3a81.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/bcm/files/, dev-util/bcm/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/bcm/bcm-0.0.1_p20191110.ebuild dev-util/bcm/files/bcm-0.0.1_donot-send-error.patch dev-util/bcm/metadata.xml X-VCS-Directories: dev-util/bcm/ dev-util/bcm/files/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: da31ca887c55d497ef971ee5f097fa92195e3a81 X-VCS-Branch: master Date: Sun, 1 Dec 2019 04:37:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08faebd8-f4e3-4c35-bef2-cf1531e30fee X-Archives-Hash: 9804c42e8dbd0b1da206eaf2ac25368d commit: da31ca887c55d497ef971ee5f097fa92195e3a81 Author: Benda Xu gentoo org> AuthorDate: Sun Dec 1 03:32:42 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Sun Dec 1 04:35:24 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=da31ca88 dev-util/bcm: initial commit of 0.0.1_p20191110. This is included as a dependency of sci-physics/opticks. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu gentoo.org> dev-util/bcm/bcm-0.0.1_p20191110.ebuild | 18 ++++++++++++++++++ dev-util/bcm/files/bcm-0.0.1_donot-send-error.patch | 13 +++++++++++++ dev-util/bcm/metadata.xml | 7 +++++++ 3 files changed, 38 insertions(+) diff --git a/dev-util/bcm/bcm-0.0.1_p20191110.ebuild b/dev-util/bcm/bcm-0.0.1_p20191110.ebuild new file mode 100644 index 000000000..3b3bb1c2a --- /dev/null +++ b/dev-util/bcm/bcm-0.0.1_p20191110.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils git-r3 + +DESCRIPTION="Boost cmake modules" +HOMEPAGE="http://bcm.readthedocs.io" + +EGIT_REPO_URI="https://github.com/simoncblyth/bcm.git" +EGIT_COMMIT="2045990a6ace40eb4c4a9f6e5cc1aeeaf7a05fc9" +KEYWORDS="~amd64" + +LICENSE="Boost-1.0" +SLOT="0" + +PATCHES=( "${FILESDIR}"/bcm-0.0.1_donot-send-error.patch ) diff --git a/dev-util/bcm/files/bcm-0.0.1_donot-send-error.patch b/dev-util/bcm/files/bcm-0.0.1_donot-send-error.patch new file mode 100644 index 000000000..17c1c51ea --- /dev/null +++ b/dev-util/bcm/files/bcm-0.0.1_donot-send-error.patch @@ -0,0 +1,13 @@ +Index: bcm-0.0.1_p20191110/share/bcm/cmake/BCMExport.cmake +=================================================================== +--- bcm-0.0.1_p20191110.orig/share/bcm/cmake/BCMExport.cmake ++++ bcm-0.0.1_p20191110/share/bcm/cmake/BCMExport.cmake +@@ -12,7 +12,7 @@ function(bcm_get_target_package_source O + if(TARGET_IMPORTED OR TARGET_ALIAS) + get_property(TARGET_FIND_PACKAGE_NAME TARGET ${TARGET} PROPERTY INTERFACE_FIND_PACKAGE_NAME) + if(NOT TARGET_FIND_PACKAGE_NAME) +- message(SEND_ERROR "The target ${TARGET_FIND_PACKAGE_NAME} does not have information about find_package() call.") ++ message(AUTHOR_WARNING "The target ${TARGET_FIND_PACKAGE_NAME} does not have information about find_package() call.") + endif() + set(PKG_NAME ${TARGET_FIND_PACKAGE_NAME}) + get_property(TARGET_FIND_PACKAGE_VERSION TARGET ${TARGET} PROPERTY INTERFACE_FIND_PACKAGE_VERSION) diff --git a/dev-util/bcm/metadata.xml b/dev-util/bcm/metadata.xml new file mode 100644 index 000000000..7203fb853 --- /dev/null +++ b/dev-util/bcm/metadata.xml @@ -0,0 +1,7 @@ + + + + + heroxbd@gentoo.org + +