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.1
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST cpp-utilities-5.31.1.tar.gz 214034 BLAKE2B 6343d53fdae2580a8262e7cd9d4748897a3fe6e64b944374d7294e98d91c31532b02f84bc20d68531eed984d074169644091f7ef5d873b5379539b4b810f29e1 SHA512 3de5cb5d959eca225024ce02f194eb4c226ad756a4f56cd2a53df1505e662aa72347d512d8b1126c57f741867f2d0fc0e77a7f32d31de23eed9c0fa189ca9d02
|
||||
DIST cpp-utilities-5.32.0.tar.gz 214515 BLAKE2B 9325c4fcd1c9b666f9f0222a97a82971549277457894d9574ade93cfa5dfd904a3505313a13e110cd5f0b2a31566f40e792382eba54d0979c8dc3bff42a1672c SHA512 3ddc70b5e82e732a7a2627dca31d5f9f922e513ef8aa90af24a0fc6d0e7fe951cef6c63215f2b3fcfc9d72d2bf54f2721aa63d5c8d252394665d386d33a49526
|
||||
DIST cpp-utilities-5.32.1.tar.gz 215208 BLAKE2B 4cd1060620bc60c8e9ba8a6bcee41d59d42d367c8066808058cc6965e079a972c82982be976df35c0a2dcd9557c28582dedb1a37c940cf37788415d42e9afb3a SHA512 9fc5288d6c0a0f19dbabd50f2b4bec670bd1fddfcec6ca64819e8d04f7fb772bbe7d4591527aa4d7ff90a9b6d2c6048e5406be476154693a262d2e9166db51e8
|
||||
|
||||
23
dev-cpp/cpp-utilities/cpp-utilities-5.32.1.ebuild
Normal file
23
dev-cpp/cpp-utilities/cpp-utilities-5.32.1.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2025-2026 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