summaryrefslogtreecommitdiff
path: root/dev-cpp/ms-gsl
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-cpp/ms-gsl
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-cpp/ms-gsl')
-rw-r--r--dev-cpp/ms-gsl/Manifest3
-rw-r--r--dev-cpp/ms-gsl/files/ms-gsl-1.0.0-disable_Werror-644042.patch35
-rw-r--r--dev-cpp/ms-gsl/metadata.xml13
-rw-r--r--dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild33
-rw-r--r--dev-cpp/ms-gsl/ms-gsl-4.1.0.ebuild36
-rw-r--r--dev-cpp/ms-gsl/ms-gsl-4.2.1.ebuild35
-rw-r--r--dev-cpp/ms-gsl/ms-gsl-9999.ebuild37
7 files changed, 0 insertions, 192 deletions
diff --git a/dev-cpp/ms-gsl/Manifest b/dev-cpp/ms-gsl/Manifest
deleted file mode 100644
index 8276766f9d3c..000000000000
--- a/dev-cpp/ms-gsl/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ms-gsl-4.0.0.tar.gz 55846 BLAKE2B 4391f8865f8dc044e5a48826e84919df8e32fc80815a260e9c892aa6d155d278a9b7742c17e4455bcba3fc3164118c14ef160353913814ba48a83bc7de40c123 SHA512 7fa7446796c6bf82fb3bff09f86a69c446a27be528bef3b17c8bc5ad2f24d5cf86bdb3d3813ecb44726e8f395020180e97e41027330d1fbf545cc0f0b44aac29
-DIST ms-gsl-4.1.0.tar.gz 57901 BLAKE2B 337725333c0fba4bcbc5f70e997f3c78af916a93761cf7f90e90722884963a4caa9871fcfa94f7edae95a248d75b6e51339f1b8bb428cb6a95c8ee1489163336 SHA512 1db14bebab5f2bc0752214f9bf1b84a056b7d83b4a9d296663c43103387baee60373447f62c4e9bc0b8df06a7ce0571a4e2b4a31441c866894eee3ae258fdfc8
-DIST ms-gsl-4.2.1.tar.gz 62226 BLAKE2B 2c740f6a5d677e95316aca866fb82db066d53515484e22ab849b6989b9aa1e75ce3f3db3ba33947b40b2f1ef5cfbbb1e6607156dbb49d9c819366adb109f4d3c SHA512 c613937d225a72cd6fb66d68019ffe70bb16e99a8b9c13664dbaebf3c5bfde4888b2299174b3d668cb234f74821e20d9de3fa19febdee8fb733cb30a50089cd4
diff --git a/dev-cpp/ms-gsl/files/ms-gsl-1.0.0-disable_Werror-644042.patch b/dev-cpp/ms-gsl/files/ms-gsl-1.0.0-disable_Werror-644042.patch
deleted file mode 100644
index 35c8177cad8a..000000000000
--- a/dev-cpp/ms-gsl/files/ms-gsl-1.0.0-disable_Werror-644042.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 683aacce5b642a3c735f8040601e0de345d028da Mon Sep 17 00:00:00 2001
-From: Jan Henke <Jan.Henke@taujhe.de>
-Date: Sat, 17 Mar 2018 19:47:52 +0100
-Subject: [PATCH] Disable -WError when compiling tests
-
-GCC 7 generates new warnings on some of the test files, which lead to
-build failures. -WError generally is helpful while developing to enforce
-a zero error policy, but not so much when packaging. Gentoo bug 644042
----
- tests/CMakeLists.txt | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 0e08d77..86e9af7 100644
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -41,7 +41,6 @@ target_compile_options(gsl_tests_config INTERFACE
- -Wcast-align
- -Wconversion
- -Wctor-dtor-privacy
-- -Werror
- -Wextra
- -Wno-missing-braces
- -Wnon-virtual-dtor
-@@ -129,7 +128,6 @@ target_compile_options(gsl_tests_config_noexcept INTERFACE
- -Wcast-align
- -Wconversion
- -Wctor-dtor-privacy
-- -Werror
- -Wextra
- -Wno-missing-braces
- -Wnon-virtual-dtor
---
-2.16.1
-
diff --git a/dev-cpp/ms-gsl/metadata.xml b/dev-cpp/ms-gsl/metadata.xml
deleted file mode 100644
index 484f32074590..000000000000
--- a/dev-cpp/ms-gsl/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>gentoo@taujhe.de</email>
- <name>Jan Henke</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
deleted file mode 100644
index f5b298484aa1..000000000000
--- a/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Guideline Support Library implementation by Microsoft"
-HOMEPAGE="https://github.com/Microsoft/GSL"
-SRC_URI="https://github.com/Microsoft/GSL/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/GSL-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# header only library
-RDEPEND=""
-DEPEND="test? ( >=dev-cpp/gtest-1.9.0_pre20190607 )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DGSL_TEST=$(usex test)
- )
- cmake_src_configure
-}
diff --git a/dev-cpp/ms-gsl/ms-gsl-4.1.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-4.1.0.ebuild
deleted file mode 100644
index f496244a2b22..000000000000
--- a/dev-cpp/ms-gsl/ms-gsl-4.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Guideline Support Library implementation by Microsoft"
-HOMEPAGE="https://github.com/Microsoft/GSL"
-SRC_URI="https://github.com/Microsoft/GSL/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/GSL-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# header only library
-DEPEND="test? ( dev-cpp/gtest )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch"
-)
-
-src_prepare() {
- cmake_src_prepare
- sed -e 's/cxx_std_14/cxx_std_17/g' -i CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DGSL_TEST=$(usex test)
- )
- cmake_src_configure
-}
diff --git a/dev-cpp/ms-gsl/ms-gsl-4.2.1.ebuild b/dev-cpp/ms-gsl/ms-gsl-4.2.1.ebuild
deleted file mode 100644
index 0fc51374377b..000000000000
--- a/dev-cpp/ms-gsl/ms-gsl-4.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Guideline Support Library implementation by Microsoft"
-HOMEPAGE="https://github.com/Microsoft/GSL"
-SRC_URI="https://github.com/Microsoft/GSL/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S=${WORKDIR}/GSL-${PV}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( dev-cpp/gtest )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch"
-)
-
-src_prepare() {
- cmake_src_prepare
- sed -e 's/cxx_std_14/cxx_std_17/g' -i CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DGSL_TEST=$(usex test)
- )
- cmake_src_configure
-}
diff --git a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
deleted file mode 100644
index fa04f867d194..000000000000
--- a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake git-r3
-
-DESCRIPTION="Guideline Support Library implementation by Microsoft"
-HOMEPAGE="https://github.com/Microsoft/GSL"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/Microsoft/GSL.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# header only library
-RDEPEND=""
-DEPEND="test? ( >=dev-cpp/gtest-1.9.0_pre20190607 )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch"
-)
-
-src_prepare() {
- cmake_src_prepare
- sed -e 's/cxx_std_14/cxx_std_17/g' -i CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DGSL_TEST=$(usex test)
- )
- cmake_src_configure
-}