summaryrefslogtreecommitdiff
path: root/dev-util/libtree/libtree-3.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/libtree/libtree-3.0.0.ebuild')
-rw-r--r--dev-util/libtree/libtree-3.0.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/libtree/libtree-3.0.0.ebuild b/dev-util/libtree/libtree-3.0.0.ebuild
deleted file mode 100644
index 6897c8129672..000000000000
--- a/dev-util/libtree/libtree-3.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
-HOMEPAGE="https://github.com/haampie/libtree"
-SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# 3.0.0 rewrote in C; tests don't seem to pass yet
-RESTRICT="test"
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-}