mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-cpp/cpp-utilities: Drop old
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
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
|
DIST cpp-utilities-5.32.1.tar.gz 215208 BLAKE2B 4cd1060620bc60c8e9ba8a6bcee41d59d42d367c8066808058cc6965e079a972c82982be976df35c0a2dcd9557c28582dedb1a37c940cf37788415d42e9afb3a SHA512 9fc5288d6c0a0f19dbabd50f2b4bec670bd1fddfcec6ca64819e8d04f7fb772bbe7d4591527aa4d7ff90a9b6d2c6048e5406be476154693a262d2e9166db51e8
|
||||||
DIST cpp-utilities-5.33.0.tar.gz 215541 BLAKE2B c6c0398f041e89f1e12e2af924897d5963eb001a14da21eaa33d53c0996ac990a541d3577731d7352987ab7c561a7c7ae6b9cb3e2dd3346709d82d9fcd0806f4 SHA512 5c786e5468664892173509924cf2370b23eff69b8ffbf27ea0f85da3dd11394f0bee6d8f6cd0df8cde78afabb608e9fc140887fc7863a5fe264703f4f161af0f
|
DIST cpp-utilities-5.33.0.tar.gz 215541 BLAKE2B c6c0398f041e89f1e12e2af924897d5963eb001a14da21eaa33d53c0996ac990a541d3577731d7352987ab7c561a7c7ae6b9cb3e2dd3346709d82d9fcd0806f4 SHA512 5c786e5468664892173509924cf2370b23eff69b8ffbf27ea0f85da3dd11394f0bee6d8f6cd0df8cde78afabb608e9fc140887fc7863a5fe264703f4f161af0f
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
# 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