diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2024-02-22 00:12:41 -0500 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2024-02-22 01:14:30 -0500 |
| commit | 0efb2c9725e64bae62e26d7a76810fd3e509afd0 (patch) | |
| tree | b695cfa2781b39083270014b3f2cdb3f2aa00b2a /dev-cpp/cli11/cli11-2.4.0.ebuild | |
| parent | 593311d6980112b7058a7e2ae4564cf19cca35fb (diff) | |
| download | gentoo-0efb2c9725e64bae62e26d7a76810fd3e509afd0.tar.gz gentoo-0efb2c9725e64bae62e26d7a76810fd3e509afd0.tar.bz2 gentoo-0efb2c9725e64bae62e26d7a76810fd3e509afd0.zip | |
dev-cpp/cli11: drop 2.4.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-cpp/cli11/cli11-2.4.0.ebuild')
| -rw-r--r-- | dev-cpp/cli11/cli11-2.4.0.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/dev-cpp/cli11/cli11-2.4.0.ebuild b/dev-cpp/cli11/cli11-2.4.0.ebuild deleted file mode 100644 index 552deb9ddd53..000000000000 --- a/dev-cpp/cli11/cli11-2.4.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Command line parser for C++11" -HOMEPAGE="https://cliutils.github.io/CLI11/book/" -SRC_URI=" - https://github.com/CLIUtils/CLI11/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz -" -S=${WORKDIR}/${PN^^}-${PV} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="doc test" -RESTRICT="!test? ( test )" - -DEPEND=" - test? ( - dev-cpp/catch:0 - dev-libs/boost - ) -" -BDEPEND=" - doc? ( - app-text/doxygen - media-gfx/graphviz - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-2.4.0-cstdint.patch -) - -src_configure() { - local mycmakeargs=( - -DCLI11_BUILD_DOCS=$(usex doc) - -DCLI11_BUILD_EXAMPLES=no - -DCLI11_BUILD_TESTS=$(usex test) - $(usev test -DCLI11_BOOST=yes) - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile all $(usev doc docs) -} - -src_install() { - local DOCS=( CHANGELOG.md README.md book/{chapters,code,*.md} ) - cmake_src_install - - use doc && dodoc -r "${BUILD_DIR}"/docs/html -} |
