mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-cpp/cpp-utilities: Bump to 5.32.0
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
23
dev-cpp/cpp-utilities/cpp-utilities-5.32.0.ebuild
Normal file
23
dev-cpp/cpp-utilities/cpp-utilities-5.32.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Useful C++ classes and routines"
|
||||
HOMEPAGE="https://github.com/Martchus/cpp-utilities"
|
||||
|
||||
SRC_URI="https://github.com/Martchus/cpp-utilities/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/$(ver_cut 1)"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DEXCLUDE_TESTS_FROM_ALL=$(usex !test)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user