public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ytree/
Date: Mon, 17 Jun 2024 19:42:32 +0000 (UTC)	[thread overview]
Message-ID: <1718653342.341af461b47b1bde421a616cbca6824caac80783.arthurzam@gentoo> (raw)

commit:     341af461b47b1bde421a616cbca6824caac80783
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jun 17 16:39:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 19:42:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341af461

app-misc/ytree: add 2.09

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37196
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/app-misc/ytree/Manifest b/app-misc/ytree/Manifest
index 25cf868d4f3a..b784c00a4f27 100644
--- a/app-misc/ytree/Manifest
+++ b/app-misc/ytree/Manifest
@@ -1,2 +1,3 @@
 DIST ytree-2.05.tar.gz 124141 BLAKE2B 88f545594069b30deda51294f42f293a244eec19fcd3cdd46139612ee19204e190ecec75cd2286480a0650715ad7d7bdce9806407c3d2d66c77af45d2993d18a SHA512 561255992492c0251892512999de1e8351e1f589fc38404755c4afe753873abb37b1ffec53de0a153a6870ccf6d665fccaa08f3dc9c8a04903175bcb6c278129
 DIST ytree-2.08.tar.gz 120455 BLAKE2B 8252f4895732fe91140f60e18b2e3add34331e0cd8450878f37c19ccfbbb580a6adebf3018db656c668f5d38abb4501b938f73cff6fd3efe65245e9a9110e1ca SHA512 048af56db016a643cefe2a0c3ccf4640a7ab874f0cc4bdcf541801bdaa0b11609934623f651d8511ab7ad783458926b5311e22f18862c831aa8c6b5630b0dc6e
+DIST ytree-2.09.tar.gz 121209 BLAKE2B 51acea07f345694ca164dc81dac2e6bb54ce53970d42ee60cbfe0511e3fc7663ef23e8006af136fb2a5d7416313664db64cd2897cc7be71046746db3c17f1211 SHA512 6220345d89791b0ac7a68c4ac477e669cd2c50fb25002b1c4742f811f2dd4ec89385e5a920e5ef815e8eb1efa935d388f096216a94971a0ef3b90789ead8663b

diff --git a/app-misc/ytree/ytree-2.09.ebuild b/app-misc/ytree/ytree-2.09.ebuild
new file mode 100644
index 000000000000..8525ec06e24c
--- /dev/null
+++ b/app-misc/ytree/ytree-2.09.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="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	other threads:[~2024-06-17 19:42 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17 19:42 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08  7:05 [gentoo-commits] repo/gentoo:master commit in: app-misc/ytree/ Arthur Zamarin
2025-03-08  7:05 Arthur Zamarin
2024-09-08 11:10 Petr Vaněk
2024-09-04 14:22 Sam James
2024-09-04 14:22 Sam James
2024-05-04 18:52 Arthur Zamarin
2023-10-09 20:17 Sam James
2023-10-09 16:21 Arthur Zamarin
2023-08-19  5:50 Joonas Niilola
2022-01-11  7:16 Michael Palimaka
2021-12-12 14:23 Yixun Lan
2021-12-02  6:44 Michael Palimaka
2021-01-08  8:52 Michael Palimaka
2020-04-22 17:05 Agostino Sarubbo
2020-04-22 17:01 Agostino Sarubbo
2020-03-19  7:39 Michael Palimaka
2020-03-01  1:52 Michael Palimaka
2019-11-25 10:40 Michael Palimaka
2019-11-05  1:34 Michael Palimaka
2019-11-02  8:49 Agostino Sarubbo
2019-11-02  8:42 Agostino Sarubbo
2019-10-02 10:43 Michael Palimaka
2017-05-13 21:21 Patrice Clement
2016-12-29 13:48 Michael Palimaka
2016-12-29 13:48 Michael Palimaka
2016-12-28 23:10 Patrice Clement
2016-12-28 23:10 Patrice Clement
2016-10-23 18:26 Michael Palimaka
2016-10-23 18:26 Michael Palimaka
2016-06-09 21:46 Patrice Clement
2016-06-09 21:46 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1718653342.341af461b47b1bde421a616cbca6824caac80783.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox