summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-06 10:31:07 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-06 10:31:43 +0200
commit07f66a261302bf1c98da94a161c834d306438026 (patch)
tree8cbb699217c8fc8e9f715724caacd7fb6b1f2ee2 /dev-cpp/tree/tree-2.81.ebuild
parentdev-cpp/tbb: drop 2019.8, 2020.2 (diff)
downloadgentoo-07f66a261302bf1c98da94a161c834d306438026.tar.gz
gentoo-07f66a261302bf1c98da94a161c834d306438026.tar.bz2
gentoo-07f66a261302bf1c98da94a161c834d306438026.zip
dev-cpp/tree: drop 2.81
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-cpp/tree/tree-2.81.ebuild')
-rw-r--r--dev-cpp/tree/tree-2.81.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-cpp/tree/tree-2.81.ebuild b/dev-cpp/tree/tree-2.81.ebuild
deleted file mode 100644
index 8bf33d70b234..000000000000
--- a/dev-cpp/tree/tree-2.81.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="An STL-like tree class"
-HOMEPAGE="http://www.aei.mpg.de/~peekas/tree/"
-SRC_URI="http://www.aei.mpg.de/~peekas/tree/${P}.tar.gz"
-S="${WORKDIR}/${P}/src"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc"
-
-PATCHES=(
- "${FILESDIR}"/${P}-test.patch
- "${FILESDIR}"/${P}-gcc11.patch
-)
-
-src_configure() {
- tc-export CXX
-}
-
-src_install() {
- doheader tree.hh tree_util.hh
- dodoc tree_example.cc
-
- if use doc; then
- dodoc ../doc/treefig.*
- rm ../doc/treefig.* || die
-
- docinto html
- rm ../doc/{doxygen_tree.config,favicon.ico,tree.tex} || die
- dodoc -r ../doc/.
- fi
- docompress -x /usr/share/doc/${PF}
-}