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 526D31396D9 for ; Tue, 7 Nov 2017 09:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67078E0CCD; Tue, 7 Nov 2017 09:02:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 363F1E0CCD for ; Tue, 7 Nov 2017 09:02:06 +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 2DA8B33BF3C for ; Tue, 7 Nov 2017 09:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3F5F97E0 for ; Tue, 7 Nov 2017 09:02:03 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1510045311.100eae3223595fdc8cf82a66f593bed85aac93bf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gsl/Manifest dev-cpp/gsl/gsl-0_pre20171105.ebuild dev-cpp/gsl/metadata.xml X-VCS-Directories: dev-cpp/gsl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 100eae3223595fdc8cf82a66f593bed85aac93bf X-VCS-Branch: master Date: Tue, 7 Nov 2017 09:02: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: 154802c5-c257-4f5d-ba21-2e7393bc8dc2 X-Archives-Hash: 0656000dd0ac679db1483c66720af2b6 commit: 100eae3223595fdc8cf82a66f593bed85aac93bf Author: Jan Henke taujhe de> AuthorDate: Sun Nov 5 21:53:56 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Nov 7 09:01:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100eae32 dev-cpp/gsl: Initial addition Closes: https://github.com/gentoo/gentoo/pull/6135 dev-cpp/gsl/Manifest | 1 + dev-cpp/gsl/gsl-0_pre20171105.ebuild | 24 ++++++++++++++++++++++++ dev-cpp/gsl/metadata.xml | 16 ++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-cpp/gsl/Manifest b/dev-cpp/gsl/Manifest new file mode 100644 index 00000000000..3b53acf9b7e --- /dev/null +++ b/dev-cpp/gsl/Manifest @@ -0,0 +1 @@ +DIST gsl-0_pre20171105.tar.gz 55870 SHA256 5adc4b4ba53102099f63b898da161469a854d4fd47e90195421fbe8bd8b50352 SHA512 0db9cae9af710c45f66d1e2b73e2002f921876d400165d13dbe9ede7aa9335249458a9f97d4eda4cff0b3a5ceebb6ef84b631310921011fedee8776fcec89e6a WHIRLPOOL 98e26057646f6be4cc6632901b2b45c5e46218e9048cd64561f7f118ee0e8feadeca3ca66a0b73a36a431b666fe7946c6f864dbcf97296bae3945b2350dcf2e5 diff --git a/dev-cpp/gsl/gsl-0_pre20171105.ebuild b/dev-cpp/gsl/gsl-0_pre20171105.ebuild new file mode 100644 index 00000000000..78ac010145e --- /dev/null +++ b/dev-cpp/gsl/gsl-0_pre20171105.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils vcs-snapshot + +DESCRIPTION="Guideline Support Library implementation by Microsoft" +HOMEPAGE="https://github.com/Microsoft/GSL" +SRC_URI="https://github.com/Microsoft/${PN}/tarball/d10ebc6555b627c9d1196076a78467e7be505987 -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# header only library +RDEPEND="" +DEPEND="test? ( >=dev-cpp/catch-1.11.0 )" + +src_configure() { + local mycmakeargs=( -DGSL_TEST=$(usex test) ) + cmake-utils_src_configure +} diff --git a/dev-cpp/gsl/metadata.xml b/dev-cpp/gsl/metadata.xml new file mode 100644 index 00000000000..57bf76b9210 --- /dev/null +++ b/dev-cpp/gsl/metadata.xml @@ -0,0 +1,16 @@ + + + + + gentoo@taujhe.de + Jan Henke + + + proxy-maint@gentoo.org + Proxy Maintainers + + Microsoft's implmentation of the Guideline Support Library. + + Microsoft/GSL + +