dev-cpp/cppstaff - 0.5 (vayerx)

Search

Install

Install this version:

emerge -a =dev-cpp/cppstaff-0.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-cpp/cppstaff-0.5

Or alternatively:

emerge --autounmask-write -a =dev-cpp/cppstaff-0.5

Package Information

Description:
Miscellaneous C++ staff, vayerx edition
Homepage:
https://github.com/vayerx/vayerx-gentoo
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Miscellaneous C++ staff, vayerx edition"
HOMEPAGE="https://github.com/vayerx/vayerx-gentoo"
SRC_URI=""

LICENSE="GPL-3"
KEYWORDS="~amd64"
SLOT="0"
IUSE="+kde +testing"

PDEPEND="
	dev-libs/boost
	dev-util/ccache
	dev-util/cppcheck
	dev-util/flawfinder
	dev-util/lcov

	kde? (
		dev-util/kdevelop
		kde-apps/kcachegrind
	)
	!kde? (
		dev-qt/qt-creator[cmake,git,valgrind]
	)

	testing? (
		dev-cpp/gtest
	)
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-cpp/cppstaff | euse -E <flag> -p dev-cpp/cppstaff | euse -D <flag> -p dev-cpp/cppstaff

Global/Standard Flags

kde
Default: Enabled (+)
testing
Default: Enabled (+)