commit:     faeb435554d40b21905ef52b00ed317697c70c3b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 18:45:54 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May  4 18:50:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faeb4355

app-misc/ytree: add 2.08

This version has fixed build on musl (tested on musl container from
stage3).

Closes: https://bugs.gentoo.org/714200
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/ytree/Manifest          |  1 +
 app-misc/ytree/ytree-2.08.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-misc/ytree/Manifest b/app-misc/ytree/Manifest
index 82493d1b8aa0..25cf868d4f3a 100644
--- a/app-misc/ytree/Manifest
+++ b/app-misc/ytree/Manifest
@@ -1 +1,2 @@
 DIST ytree-2.05.tar.gz 124141 BLAKE2B 
88f545594069b30deda51294f42f293a244eec19fcd3cdd46139612ee19204e190ecec75cd2286480a0650715ad7d7bdce9806407c3d2d66c77af45d2993d18a
 SHA512 
561255992492c0251892512999de1e8351e1f589fc38404755c4afe753873abb37b1ffec53de0a153a6870ccf6d665fccaa08f3dc9c8a04903175bcb6c278129
+DIST ytree-2.08.tar.gz 120455 BLAKE2B 
8252f4895732fe91140f60e18b2e3add34331e0cd8450878f37c19ccfbbb580a6adebf3018db656c668f5d38abb4501b938f73cff6fd3efe65245e9a9110e1ca
 SHA512 
048af56db016a643cefe2a0c3ccf4640a7ab874f0cc4bdcf541801bdaa0b11609934623f651d8511ab7ad783458926b5311e22f18862c831aa8c6b5630b0dc6e

diff --git a/app-misc/ytree/ytree-2.08.ebuild b/app-misc/ytree/ytree-2.08.ebuild
new file mode 100644
index 000000000000..22e983bf444f
--- /dev/null
+++ b/app-misc/ytree/ytree-2.08.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A curses-based file manager"
+HOMEPAGE="https://www.han.de/~werner/ytree.html";
+SRC_URI="https://www.han.de/~werner/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+DEPEND="
+       sys-libs/ncurses:0=
+       sys-libs/readline:0=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( CHANGES README THANKS ytree.conf )
+
+src_configure() {
+       tc-export CC PKG_CONFIG
+
+       default
+}
+
+src_install() {
+       einstalldocs
+       dobin ${PN}
+       doman ${PN}.1
+}

Reply via email to