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 230C41382C5 for ; Sun, 11 Apr 2021 05:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAFD1E0827; Sun, 11 Apr 2021 05:50:48 +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 5D3FBE0827 for ; Sun, 11 Apr 2021 05:50:48 +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 A14AE340931 for ; Sun, 11 Apr 2021 05:50:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF14A4D2 for ; Sun, 11 Apr 2021 05:50:44 +0000 (UTC) From: "Brian Gloyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Gloyer" Message-ID: <1618119514.f466b3de801f51d82c0bb1b7effffd6229087c2d.brian.gloyer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/gsl-lite/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/gsl-lite/Manifest dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild dev-cpp/gsl-lite/metadata.xml X-VCS-Directories: dev-cpp/gsl-lite/ X-VCS-Committer: brian.gloyer X-VCS-Committer-Name: Brian Gloyer X-VCS-Revision: f466b3de801f51d82c0bb1b7effffd6229087c2d X-VCS-Branch: dev Date: Sun, 11 Apr 2021 05:50:44 +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: d705a888-ccbd-48c5-a61b-8d3c4587ac1c X-Archives-Hash: 6849037ab767cff6de20f397de3f84fb commit: f466b3de801f51d82c0bb1b7effffd6229087c2d Author: brian gloyer gmail com> AuthorDate: Sun Apr 11 05:29:43 2021 +0000 Commit: Brian Gloyer gmail com> CommitDate: Sun Apr 11 05:38:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f466b3de dev-cpp/gsl-lite: new package Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: brian gloyer gmail.com> dev-cpp/gsl-lite/Manifest | 1 + dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild | 27 +++++++++++++++++++++++++++ dev-cpp/gsl-lite/metadata.xml | 8 ++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-cpp/gsl-lite/Manifest b/dev-cpp/gsl-lite/Manifest new file mode 100644 index 000000000..df22a067b --- /dev/null +++ b/dev-cpp/gsl-lite/Manifest @@ -0,0 +1 @@ +DIST gsl-lite-0.38.0.tar.gz 120838 BLAKE2B 8ead324b357480e34a4c867bde5e81424128d75e81e229f61079423f8f383d0d746961c085830db02fc5892eca94ac4b407613674da30ba106c620c148a7a41b SHA512 7f73c600800ce375e231e0904c569f0d3beb8ce2790c1f66208d1c5097bed0abd1e82e72cf0051f0bbb09a4e5939d6637b09b8978d91859fc039a42adccdde36 diff --git a/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild b/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild new file mode 100644 index 000000000..ebd5b7b41 --- /dev/null +++ b/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="C++ Guideline Support Library implementation" +HOMEPAGE="https://github.com/gsl-lite/gsl-lite" +SRC_URI="https://github.com/gsl-lite/gsl-lite/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +# header only library +RDEPEND="" +DEPEND="" + +src_configure() { + local mycmakeargs=( + -DGSL_LITE_OPT_BUILD_TESTS=$(usex test) + ) + cmake_src_configure +} diff --git a/dev-cpp/gsl-lite/metadata.xml b/dev-cpp/gsl-lite/metadata.xml new file mode 100644 index 000000000..918ede3f2 --- /dev/null +++ b/dev-cpp/gsl-lite/metadata.xml @@ -0,0 +1,8 @@ + + + + + brian.gloyer@gmail.com + brian gloyer + +