diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-24 08:38:20 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-24 08:38:20 +0200 |
| commit | 71863b86833fdabe59aa964317064db59ffe7eed (patch) | |
| tree | d4a932f0652484020f86047d57a5adcbb3cc7b98 /dev-cpp/tree/tree-3.17.ebuild | |
| parent | 5d0e71fd41ed2b601c5654082cec2cbc8fadbb01 (diff) | |
| download | gentoo-71863b86833fdabe59aa964317064db59ffe7eed.tar.gz gentoo-71863b86833fdabe59aa964317064db59ffe7eed.tar.bz2 gentoo-71863b86833fdabe59aa964317064db59ffe7eed.zip | |
dev-cpp/tree: drop 3.17, EAPI=7--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp/tree/tree-3.17.ebuild')
| -rw-r--r-- | dev-cpp/tree/tree-3.17.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-cpp/tree/tree-3.17.ebuild b/dev-cpp/tree/tree-3.17.ebuild deleted file mode 100644 index 725e4cac0b55..000000000000 --- a/dev-cpp/tree/tree-3.17.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DOCS_BUILDER="doxygen" -DOCS_CONFIG_NAME="doxygen_tree.config" -DOCS_DIR="doc" - -inherit docs toolchain-funcs - -DESCRIPTION="An STL-like tree class" -HOMEPAGE="https://github.com/kpeeters/tree.hh" -SRC_URI="https://github.com/kpeeters/tree.hh/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}.hh-${PV}" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" - -src_configure() { - tc-export CXX -} - -src_compile() { - docs_compile -} - -src_test() { - cd src || die - emake - emake run_tests -} - -src_install() { - doheader src/tree.hh src/tree_util.hh - dodoc -r examples - einstalldocs -} |
