Diff ms-gsl-4.1.0 with a ms-gsl-9999
| /usr/portage/dev-cpp/ms-gsl/ms-gsl-9999.ebuild 2023-10-09 14:52:29.308368346 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit cmake |
|
| 6 |
inherit cmake git-r3 |
|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Guideline Support Library implementation by Microsoft" |
| 9 | 9 |
HOMEPAGE="https://github.com/Microsoft/GSL" |
| 10 |
SRC_URI="https://github.com/Microsoft/GSL/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 11 |
S="${WORKDIR}/GSL-${PV}"
|
|
| 10 |
SRC_URI="" |
|
| 11 |
EGIT_REPO_URI="https://github.com/Microsoft/GSL.git" |
|
| 12 | 12 | |
| 13 | 13 |
LICENSE="MIT" |
| 14 | 14 |
SLOT="0" |
| 15 |
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" |
|
| 15 |
KEYWORDS="" |
|
| 16 | 16 |
IUSE="test" |
| 17 | 17 |
RESTRICT="!test? ( test )" |
| 18 | 18 | |
| 19 | 19 |
# header only library |
| 20 |
DEPEND="test? ( dev-cpp/gtest )" |
|
| 20 |
RDEPEND="" |
|
| 21 |
DEPEND="test? ( >=dev-cpp/gtest-1.9.0_pre20190607 )" |
|
| 21 | 22 | |
| 22 | 23 |
PATCHES=( |
| 23 | 24 |
"${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch"
|