diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/cpp-utilities/cpp-utilities-5.32.1.ebuild | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/cpp-utilities/cpp-utilities-5.32.1.ebuild')
| -rw-r--r-- | dev-cpp/cpp-utilities/cpp-utilities-5.32.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-cpp/cpp-utilities/cpp-utilities-5.32.1.ebuild b/dev-cpp/cpp-utilities/cpp-utilities-5.32.1.ebuild deleted file mode 100644 index 7bfebee400ea..000000000000 --- a/dev-cpp/cpp-utilities/cpp-utilities-5.32.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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 -} |
