public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2017-11-20 17:24 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2017-11-20 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f8c61c5dfe131243b046dce32347fc50997bdb05
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 17:23:53 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 17:24:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c61c5d

app-text/tree: Add new maintainer

Add my self as maintainer.

Package-Manager: Portage-2.3.14, Repoman-2.3.5

 app-text/tree/metadata.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/app-text/tree/metadata.xml b/app-text/tree/metadata.xml
index 1b2becffa26..c30fee716df 100644
--- a/app-text/tree/metadata.xml
+++ b/app-text/tree/metadata.xml
@@ -1,5 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>jstein@gentoo.org</email>
+		<name>Jonas Stein</name>
+	</maintainer>
+	<upstream>
+		<changelog>http://mama.indstate.edu/users/ice/tree/changes.html</changelog>
+	</upstream>
+	<longdescription>Tree is a recursive directory listing command that
+produces a depth indented listing of files, which is colorized ala 
+dircolors if the LS_COLORS environment variable is set and output is to tty.
+	</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2017-11-20 20:36 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2017-11-20 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2670946f0c4bb8904286a9215cc40011ab758bac
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 20:14:55 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 20:36:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2670946f

app-text/tree: Bump to EAPI=6

EAPI bump and cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.5

 app-text/tree/tree-1.7.0-r1.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/app-text/tree/tree-1.7.0-r1.ebuild b/app-text/tree/tree-1.7.0-r1.ebuild
new file mode 100644
index 00000000000..25422873935
--- /dev/null
+++ b/app-text/tree/tree-1.7.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
+HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
+SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="!=sci-biology/meme-4.8.1"
+DEPEND=""
+
+src_prepare() {
+	sed -i -e 's:LINUX:__linux__:' tree.c || die
+	mv doc/tree.1.fr doc/tree.fr.1
+	if use !elibc_glibc ; then
+		# 433972, also previously done only for elibc_uclibc
+		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+	fi
+	default
+}
+
+src_compile() {
+	append-lfs-flags
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin tree
+	doman doc/tree*.1
+	einstalldocs
+	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2018-01-12  4:10 Mike Frysinger
  0 siblings, 0 replies; 72+ messages in thread
From: Mike Frysinger @ 2018-01-12  4:10 UTC (permalink / raw
  To: gentoo-commits

commit:     10191f8c2c544d355f437d120a6926d3e062c07d
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 03:40:04 2018 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 04:08:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10191f8c

app-text/tree: mark 1.7.0 m68k/s390/sh stable

 app-text/tree/tree-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.7.0.ebuild b/app-text/tree/tree-1.7.0.ebuild
index 2eb6dc1b99f..403081c551c 100644
--- a/app-text/tree/tree-1.7.0.ebuild
+++ b/app-text/tree/tree-1.7.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="!=sci-biology/meme-4.8.1"


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2019-05-05 10:29 Mikle Kolyada
  0 siblings, 0 replies; 72+ messages in thread
From: Mikle Kolyada @ 2019-05-05 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     10645860962e32891ce422f104b402440fe41019
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 10:28:44 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  5 10:28:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10645860

app-text/tree: Add ~riscv keyword

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/tree/tree-1.7.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/tree/tree-1.7.0-r1.ebuild b/app-text/tree/tree-1.7.0-r1.ebuild
index 25422873935..635e6867844 100644
--- a/app-text/tree/tree-1.7.0-r1.ebuild
+++ b/app-text/tree/tree-1.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="!=sci-biology/meme-4.8.1"


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2019-06-28 18:19 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2019-06-28 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9d4e50434ccd4e5b9c612afc2636adeefa2a8336
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 18:17:54 2019 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 18:18:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4e5043

app-text/tree: Version bump to 1.8.0

Version bump and EAPI=7
Removed RDEPEND !=sci-biology/meme-4.8.1,
because it is no longer in the tree.
Closes: https://bugs.gentoo.org/676078
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/Manifest          |  1 +
 app-text/tree/tree-1.8.0.ebuild | 42 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 34e68406c61..e3b2ce84306 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1 +1,2 @@
 DIST tree-1.7.0.tgz 47082 BLAKE2B 07449f50a44f857733679ae92a54a9dd61fe19b282f9244534393527d5f344835864e2acff3b2c43ed406d65657568b21440044af21fed2c4ab623e88d2e396c SHA512 b234fb1428ba75da72d7e4aeb24bf961e123332342593e441b29a0baa2270d12bb187d889c179d6463c940c8dce9fe9dffeb4ad3f06cf11f057b83234d7b4b4a
+DIST tree-1.8.0.tgz 50286 BLAKE2B 51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd SHA512 3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
new file mode 100644
index 00000000000..4737aa83e4e
--- /dev/null
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
+HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
+SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	sed -i -e 's:LINUX:__linux__:' tree.c || die
+	mv doc/tree.1.fr doc/tree.fr.1
+	if use !elibc_glibc ; then
+		# 433972, also previously done only for elibc_uclibc
+		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+	fi
+	default
+}
+
+src_compile() {
+	append-lfs-flags
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin tree
+	doman doc/tree*.1
+	einstalldocs
+	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-04-14  7:58 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-04-14  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     97d2d588bce3dc1b3142dcf4f478dba0dde3c3c6
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 07:58:23 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 07:58:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d2d588

app-text/tree: amd64 stable wrt bug #717332

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index 849ce56f1ca..ca26726b79e 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-04-14 10:12 Mart Raudsepp
  0 siblings, 0 replies; 72+ messages in thread
From: Mart Raudsepp @ 2020-04-14 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     6b68e503a78a05533db0c058a411accddd1de768
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Tue Apr 14 09:28:34 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 10:12:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b68e503

app-text/tree: arm64 stable (bug #717332)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index ca26726b79e..294ac4bcacd 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-04-14 13:01 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     dc2671efc10d116985970eca288891de44548758
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 13:01:20 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 13:01:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2671ef

app-text/tree: arm stable wrt bug #717332

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index 294ac4bcacd..ba10d1ac585 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-04-14 13:01 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8a7f6025c29ace98e6c46b55bec3e00971df2094
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 13:01:56 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 13:01:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7f6025

app-text/tree: ppc64 stable wrt bug #717332

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index ba10d1ac585..d5889f38524 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-04-14 13:02 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b6e10c76e26f6dd12bddd20987dc40f5cc970ec1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 13:02:41 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 13:02:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e10c76

app-text/tree: x86 stable wrt bug #717332

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index d5889f38524..f9475c25771 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-04-14 15:52 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c4e6ee495b9c422a057c0ee976c8283727f66c70
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 15:52:50 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 15:52:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e6ee49

app-text/tree: ppc stable wrt bug #717332

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index f9475c25771..030b3c49ba8 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-11-27  7:55 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-11-27  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0fdbd57bd3bbf740354fe97c2848d4f9f0fdfbe8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 07:55:38 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 07:55:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdbd57b

app-text/tree: s390 stable wrt bug #756934

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index 030b3c49ba8..7f6d9d7718e 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-11-27  8:07 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-11-27  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d5fa2a074b19199801499abae7d6bf6dcfa7da22
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 08:07:28 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 08:07:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fa2a07

app-text/tree: sparc stable wrt bug #756934

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index 7f6d9d7718e..b862f8493c3 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-12-21  9:36 Sergei Trofimovich
  0 siblings, 0 replies; 72+ messages in thread
From: Sergei Trofimovich @ 2020-12-21  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3ed649fbb0d8a43ed2708ed19091c902816f8ab0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 09:36:17 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 09:36:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed649fb

app-text/tree: stable 1.8.0 for hppa

stable wrt bug #756934

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index b862f8493c3..42842fb57b0 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2020-12-23 22:57 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2020-12-23 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     70bee98a0264409585cc1b9b0f9b678452d4899e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 22:50:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 22:50:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bee98a

app-text/tree: cleanup old (EAPI 5)

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/Manifest             |  1 -
 app-text/tree/tree-1.7.0-r1.ebuild | 42 --------------------------------------
 app-text/tree/tree-1.7.0.ebuild    | 41 -------------------------------------
 3 files changed, 84 deletions(-)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index e3b2ce84306..22f90569851 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,2 +1 @@
-DIST tree-1.7.0.tgz 47082 BLAKE2B 07449f50a44f857733679ae92a54a9dd61fe19b282f9244534393527d5f344835864e2acff3b2c43ed406d65657568b21440044af21fed2c4ab623e88d2e396c SHA512 b234fb1428ba75da72d7e4aeb24bf961e123332342593e441b29a0baa2270d12bb187d889c179d6463c940c8dce9fe9dffeb4ad3f06cf11f057b83234d7b4b4a
 DIST tree-1.8.0.tgz 50286 BLAKE2B 51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd SHA512 3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695

diff --git a/app-text/tree/tree-1.7.0-r1.ebuild b/app-text/tree/tree-1.7.0-r1.ebuild
deleted file mode 100644
index b76daa598d9..00000000000
--- a/app-text/tree/tree-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="!=sci-biology/meme-4.8.1"
-DEPEND=""
-
-src_prepare() {
-	sed -i -e 's:LINUX:__linux__:' tree.c || die
-	mv doc/tree.1.fr doc/tree.fr.1
-	if use !elibc_glibc ; then
-		# 433972, also previously done only for elibc_uclibc
-		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-	fi
-	default
-}
-
-src_compile() {
-	append-lfs-flags
-	emake \
-		CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin tree
-	doman doc/tree*.1
-	einstalldocs
-	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}

diff --git a/app-text/tree/tree-1.7.0.ebuild b/app-text/tree/tree-1.7.0.ebuild
deleted file mode 100644
index e9a968908ce..00000000000
--- a/app-text/tree/tree-1.7.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="!=sci-biology/meme-4.8.1"
-DEPEND=""
-
-src_prepare() {
-	sed -i -e 's:LINUX:__linux__:' tree.c || die
-	mv doc/tree.1.fr doc/tree.fr.1
-	if use !elibc_glibc ; then
-		# 433972, also previously done only for elibc_uclibc
-		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-	fi
-}
-
-src_compile() {
-	append-lfs-flags
-	emake \
-		CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin tree
-	doman doc/tree*.1
-	dodoc CHANGES README*
-	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2021-01-06 13:46 Fabian Groffen
  0 siblings, 0 replies; 72+ messages in thread
From: Fabian Groffen @ 2021-01-06 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     74f02d6a6d87b21d0f8c3c9b1e9d2eeb720cad90
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 13:43:22 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 13:43:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f02d6a

app-text/tree: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index b862f8493c3..dde5bef051e 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2021-08-19 11:22 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2021-08-19 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0a38ce99d3b386960d8fd4d7e92b0412881e6c96
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Aug 19 06:47:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 11:22:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a38ce99

app-text/tree: stable 1.8.0 for hppa, bug #808889

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
index bcac09b3ccd..98111d9ab0f 100644
--- a/app-text/tree/tree-1.8.0.ebuild
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-02-04 20:00 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2022-02-04 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fe0770f094322342a26ee3d12b4da813fd35fc65
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 19:59:56 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 20:00:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0770f0

app-text/tree: bump to 2.0.1

Version bump to 2.0.1
EAPI bump
Closes: https://bugs.gentoo.org/832466
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/Manifest          |  1 +
 app-text/tree/tree-2.0.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 22f905698518..c24567515554 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1 +1,2 @@
 DIST tree-1.8.0.tgz 50286 BLAKE2B 51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd SHA512 3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
+DIST tree-2.0.1.tgz 57213 BLAKE2B 977f3bd606881f92f7e39fb167205b468f77408a2fa3ff14c20eeab0e6f194115d2d41a3919751c9c9d103ae185dc231710a464f0c57ea244e8a410782503d6f SHA512 11a45136d62ee7b4acdb599025ddddc250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
new file mode 100644
index 000000000000..3abae6ee3bd9
--- /dev/null
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
+HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
+SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	sed -i -e 's:LINUX:__linux__:' tree.c || die
+	if use !elibc_glibc ; then
+		# 433972, also previously done only for elibc_uclibc
+		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+	fi
+	default
+}
+
+src_compile() {
+	append-lfs-flags
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin tree
+	doman doc/tree*.1
+	einstalldocs
+	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-07-30 19:37 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2022-07-30 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e3f0ee9f07dccc63fe4658b295cdc044f71d55e9
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 19:36:24 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 19:36:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f0ee9f

app-text/tree: bump to 2.0.2

Version bump to 2.0.2 fixes HTML output.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/Manifest          |  1 +
 app-text/tree/tree-2.0.2.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index c24567515554..320423be412c 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,2 +1,3 @@
 DIST tree-1.8.0.tgz 50286 BLAKE2B 51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd SHA512 3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
 DIST tree-2.0.1.tgz 57213 BLAKE2B 977f3bd606881f92f7e39fb167205b468f77408a2fa3ff14c20eeab0e6f194115d2d41a3919751c9c9d103ae185dc231710a464f0c57ea244e8a410782503d6f SHA512 11a45136d62ee7b4acdb599025ddddc250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c
+DIST tree-2.0.2.tgz 57960 BLAKE2B 3038b4a0f904ba4854ab40d52448fd0859380346d1a355c16fa97dfcae7b650ba4406e970555c79b5c5d5dca31677f5ae2b83cab0178e5580d342956167ba80b SHA512 5b9612ada9e3b1414d06daf5d7589f18480f232ba6ea29a004ceb7ff5b46c57610766bdb2babe9c20047dfea39cb233a6d92a60fcf2c38beccbebc94fb1eb20f

diff --git a/app-text/tree/tree-2.0.2.ebuild b/app-text/tree/tree-2.0.2.ebuild
new file mode 100644
index 000000000000..4c7a39b7f496
--- /dev/null
+++ b/app-text/tree/tree-2.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
+HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
+SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	sed -i -e 's:LINUX:__linux__:' tree.c || die
+	if use !elibc_glibc ; then
+		# 433972, also previously done only for elibc_uclibc
+		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+	fi
+	default
+}
+
+src_compile() {
+	append-lfs-flags
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin tree
+	doman doc/tree*.1
+	einstalldocs
+	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-07-30 21:19 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-07-30 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5ec8a465c28906da47d6268f7e1bd045cb674c35
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 21:18:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 21:18:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec8a465

app-text/tree: Stabilize 2.0.1 x86, #862369

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index 4c7a39b7f496..b739af021640 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-07-30 21:19 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-07-30 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     79247fc5968b62196c0b333e1583ac14a9cf5931
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 21:18:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 21:18:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79247fc5

app-text/tree: Stabilize 2.0.1 amd64, #862369

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index b739af021640..d0d25fef12f4 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-07-31 11:06 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2022-07-31 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     0d4da3fd1a71a097aa5291f23f7a72805b6f7e0c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:06:13 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:06:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4da3fd

app-text/tree: arm stable wrt bug #862369

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index d0d25fef12f4..64e3555b30f9 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-07-31 11:08 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2022-07-31 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     8a82a849a926f257b41225271cd074500f7ce454
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:07:40 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:07:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a82a849

app-text/tree: arm64 stable wrt bug #862369

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index 64e3555b30f9..7a3cf488cf83 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-07-31 11:09 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2022-07-31 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e30d67da7b6091754e9ce52dfc33e7d183fb9890
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:08:50 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:08:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30d67da

app-text/tree: ppc stable wrt bug #862369

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index 7a3cf488cf83..d449fd9612b9 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-07-31 11:10 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2022-07-31 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     47a5e91b5bc8e72dc52eb60df52ff5fae7caecd5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:09:57 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:09:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a5e91b

app-text/tree: ppc64 stable wrt bug #862369

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index d449fd9612b9..da319d02842a 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-07-31 11:11 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2022-07-31 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     147a34114ce8e54cb70118d1a980c724f28675de
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:10:56 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:10:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147a3411

app-text/tree: sparc stable wrt bug #862369

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index da319d02842a..2aca02a7730d 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-07-31 17:12 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2022-07-31 17:12 UTC (permalink / raw
  To: gentoo-commits

commit:     8385158acecc8d80076534027850d34ad5e394b9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 17:12:30 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 17:12:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8385158a

app-text/tree: Stabilize 2.0.1 hppa, #862369

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
index 2aca02a7730d..3dd93deef57e 100644
--- a/app-text/tree/tree-2.0.1.ebuild
+++ b/app-text/tree/tree-2.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-11-01  0:23 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2022-11-01  0:23 UTC (permalink / raw
  To: gentoo-commits

commit:     727d0856072173469820e903546565a9327effa3
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 00:17:56 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 00:23:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727d0856

app-text/tree: add 2.0.4

Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/Manifest          |  1 +
 app-text/tree/tree-2.0.4.ebuild | 42 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 320423be412c..3ac9374369ea 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,3 +1,4 @@
 DIST tree-1.8.0.tgz 50286 BLAKE2B 51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd SHA512 3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
 DIST tree-2.0.1.tgz 57213 BLAKE2B 977f3bd606881f92f7e39fb167205b468f77408a2fa3ff14c20eeab0e6f194115d2d41a3919751c9c9d103ae185dc231710a464f0c57ea244e8a410782503d6f SHA512 11a45136d62ee7b4acdb599025ddddc250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c
 DIST tree-2.0.2.tgz 57960 BLAKE2B 3038b4a0f904ba4854ab40d52448fd0859380346d1a355c16fa97dfcae7b650ba4406e970555c79b5c5d5dca31677f5ae2b83cab0178e5580d342956167ba80b SHA512 5b9612ada9e3b1414d06daf5d7589f18480f232ba6ea29a004ceb7ff5b46c57610766bdb2babe9c20047dfea39cb233a6d92a60fcf2c38beccbebc94fb1eb20f
+DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203 SHA512 59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
new file mode 100644
index 000000000000..cea1e23ce933
--- /dev/null
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
+HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ https://gitlab.com/OldManProgrammer/unix-tree"
+SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+S=${WORKDIR}/unix-${P}
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	if use !elibc_glibc ; then
+		# 433972, also previously done only for elibc_uclibc
+		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+	fi
+	default
+}
+
+src_compile() {
+	append-lfs-flags
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin tree
+	doman doc/tree*.1
+	einstalldocs
+	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-11-01  0:23 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2022-11-01  0:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2c783254b191d6d93a7756041a4ee12c79b78e1c
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 00:21:33 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 00:23:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c783254

app-text/tree: New Changelog

Updated Changelog location.
Use https and use the new gitlab source.

Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/metadata.xml b/app-text/tree/metadata.xml
index 074c45a5cb82..df2247ec43bd 100644
--- a/app-text/tree/metadata.xml
+++ b/app-text/tree/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Jonas Stein</name>
 	</maintainer>
 	<upstream>
-		<changelog>http://mama.indstate.edu/users/ice/tree/changes.html</changelog>
+		<changelog>https://gitlab.com/OldManProgrammer/unix-tree/-/blob/master/CHANGES</changelog>
 		<remote-id type="gitlab">OldManProgrammer/unix-tree</remote-id>
 		<remote-id type="github">Old-Man-Programmer/tree</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-12-01 22:24 Jakov Smolić
  0 siblings, 0 replies; 72+ messages in thread
From: Jakov Smolić @ 2022-12-01 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f5d90e20c3396d30fab36c803f1f355caec8798a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 22:24:33 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 22:24:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d90e20

app-text/tree: Stabilize 2.0.4 amd64, #883931

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index cea1e23ce933..bb74ba3f0a37 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 S=${WORKDIR}/unix-${P}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-12-01 22:28 Jakov Smolić
  0 siblings, 0 replies; 72+ messages in thread
From: Jakov Smolić @ 2022-12-01 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     6bd00f720ec6fd455ed63ee36cbc02bc1f5df128
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 22:28:21 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 22:28:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd00f72

app-text/tree: Stabilize 2.0.4 x86, #883931

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index bb74ba3f0a37..48056d1a2681 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 S=${WORKDIR}/unix-${P}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-12-02  0:46 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-12-02  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     2e223fbaf740e59973a8839fa3495389d699cc8b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 00:46:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 00:46:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e223fba

app-text/tree: Stabilize 2.0.4 sparc, #883931

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index 48056d1a2681..0e1ed83ff841 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 S=${WORKDIR}/unix-${P}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-12-02  0:46 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-12-02  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     aab9cba02b1d6b04e0d1308467cc69e635532a55
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 00:46:07 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 00:46:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab9cba0

app-text/tree: Stabilize 2.0.4 ppc, #883931

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index f2db11fe588b..867b3275a317 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 S=${WORKDIR}/unix-${P}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-12-02  0:46 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-12-02  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     7162ad4a678af83c85b9e121e55afe2cc8ab21a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 00:46:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 00:46:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7162ad4a

app-text/tree: Stabilize 2.0.4 ppc64, #883931

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index 867b3275a317..c905ad0733cb 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 S=${WORKDIR}/unix-${P}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-12-02  0:46 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-12-02  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e3e2218892f02fd215e6b2a85aae8d4025ba3f67
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 00:46:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 00:46:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e22188

app-text/tree: Stabilize 2.0.4 arm, #883931

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index 0e1ed83ff841..f2db11fe588b 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 S=${WORKDIR}/unix-${P}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-12-02  1:06 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-12-02  1:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d7326ddf50050dc82d6f214e8dd04af5a1347a0a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 01:06:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 01:06:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7326ddf

app-text/tree: Stabilize 2.0.4 arm64, #883931

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index c905ad0733cb..534be7cc92b5 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 S=${WORKDIR}/unix-${P}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-12-02 18:59 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2022-12-02 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a98cb794607fd00ca417da82f66b16300edb0389
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 18:59:12 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 18:59:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98cb794

app-text/tree: Stabilize 2.0.4 hppa, #883931

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index 534be7cc92b5..f8877376834c 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 S=${WORKDIR}/unix-${P}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2022-12-05 18:59 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2022-12-05 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4a5c2f12b8fb03fb0e250e95272aac042f3aa333
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 18:58:31 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 18:58:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5c2f12

app-text/tree: drop 1.8.0, 2.0.1, 2.0.2

Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/Manifest          |  3 ---
 app-text/tree/tree-1.8.0.ebuild | 42 -----------------------------------------
 app-text/tree/tree-2.0.1.ebuild | 41 ----------------------------------------
 app-text/tree/tree-2.0.2.ebuild | 41 ----------------------------------------
 4 files changed, 127 deletions(-)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 3ac9374369ea..76b3048e64d1 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,4 +1 @@
-DIST tree-1.8.0.tgz 50286 BLAKE2B 51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd SHA512 3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
-DIST tree-2.0.1.tgz 57213 BLAKE2B 977f3bd606881f92f7e39fb167205b468f77408a2fa3ff14c20eeab0e6f194115d2d41a3919751c9c9d103ae185dc231710a464f0c57ea244e8a410782503d6f SHA512 11a45136d62ee7b4acdb599025ddddc250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c
-DIST tree-2.0.2.tgz 57960 BLAKE2B 3038b4a0f904ba4854ab40d52448fd0859380346d1a355c16fa97dfcae7b650ba4406e970555c79b5c5d5dca31677f5ae2b83cab0178e5580d342956167ba80b SHA512 5b9612ada9e3b1414d06daf5d7589f18480f232ba6ea29a004ceb7ff5b46c57610766bdb2babe9c20047dfea39cb233a6d92a60fcf2c38beccbebc94fb1eb20f
 DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203 SHA512 59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
deleted file mode 100644
index 98111d9ab0f7..000000000000
--- a/app-text/tree/tree-1.8.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	sed -i -e 's:LINUX:__linux__:' tree.c || die
-	mv doc/tree.1.fr doc/tree.fr.1
-	if use !elibc_glibc ; then
-		# 433972, also previously done only for elibc_uclibc
-		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-	fi
-	default
-}
-
-src_compile() {
-	append-lfs-flags
-	emake \
-		CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin tree
-	doman doc/tree*.1
-	einstalldocs
-	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
deleted file mode 100644
index 3dd93deef57e..000000000000
--- a/app-text/tree/tree-2.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	sed -i -e 's:LINUX:__linux__:' tree.c || die
-	if use !elibc_glibc ; then
-		# 433972, also previously done only for elibc_uclibc
-		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-	fi
-	default
-}
-
-src_compile() {
-	append-lfs-flags
-	emake \
-		CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin tree
-	doman doc/tree*.1
-	einstalldocs
-	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}

diff --git a/app-text/tree/tree-2.0.2.ebuild b/app-text/tree/tree-2.0.2.ebuild
deleted file mode 100644
index 4c7a39b7f496..000000000000
--- a/app-text/tree/tree-2.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-	sed -i -e 's:LINUX:__linux__:' tree.c || die
-	if use !elibc_glibc ; then
-		# 433972, also previously done only for elibc_uclibc
-		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-	fi
-	default
-}
-
-src_compile() {
-	append-lfs-flags
-	emake \
-		CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin tree
-	doman doc/tree*.1
-	einstalldocs
-	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-01-04  2:11 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2023-01-04  2:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4db2fc21090abb424b8b2751eb0993139ac9ded4
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 01:57:24 2023 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 02:04:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db2fc21

app-text/tree: add 2.1.0

Version bump and migrate to bz2 compression in SRC_URI

Suggested-by: Alexander Kurakin <kuraga333 <AT> mail.ru>
Closes: https://bugs.gentoo.org/889540
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/Manifest          |  1 +
 app-text/tree/tree-2.1.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 76b3048e64d1..bdbfe971a219 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1 +1,2 @@
 DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203 SHA512 59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6
+DIST unix-tree-2.1.0.tar.bz2 51401 BLAKE2B 89b15df0268c03ba66827c7e6d234d1f5c4f6a5d9788e30bf6859d477b340393acbeec9ad7afc1909fdc7beb81ef7934917206066e0875d9f1662fca170f4127 SHA512 0f3a6ecb450bb3d683804667d4f15aecf9c9765578d47a62e39a8ff69cbe1c2a0a4a922fef3728359060338f4f9cd2de7ab8eb0f992a4c32949278bb47d17edc

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
new file mode 100644
index 000000000000..fbad3d309fd4
--- /dev/null
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
+HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ https://gitlab.com/OldManProgrammer/unix-tree"
+SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+S=${WORKDIR}/unix-${P}
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	if use !elibc_glibc ; then
+		# 433972, also previously done only for elibc_uclibc
+		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+	fi
+	default
+}
+
+src_compile() {
+	append-lfs-flags
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin tree
+	doman doc/tree*.1
+	einstalldocs
+	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-01-13 18:45 Fabian Groffen
  0 siblings, 0 replies; 72+ messages in thread
From: Fabian Groffen @ 2023-01-13 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1021b95fea263a422527210d2848477f9f670d9b
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 18:43:57 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 18:45:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1021b95f

app-text/tree-2.0.4: drop no longer necessary fix

adding strverscmp.o to OBJS actually breaks since it is already there
and causes problems with linkers that complain about duplicate symbols

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index f8877376834c..75fc979ed4ec 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -18,14 +18,6 @@ S=${WORKDIR}/unix-${P}
 RDEPEND=""
 DEPEND=""
 
-src_prepare() {
-	if use !elibc_glibc ; then
-		# 433972, also previously done only for elibc_uclibc
-		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-	fi
-	default
-}
-
 src_compile() {
 	append-lfs-flags
 	emake \


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-04-27 13:58 Fabian Groffen
  0 siblings, 0 replies; 72+ messages in thread
From: Fabian Groffen @ 2023-04-27 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f4769780d6cdb6242af3227fc8c532685341c8b6
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 13:58:00 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 13:58:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4769780

app-text/tree-2.1.0: marked ~arm64-macos

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index cb4070e2047e..e3c1fec412dd 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 IUSE=""
 
 S=${WORKDIR}/unix-${P}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-04-27 13:58 Fabian Groffen
  0 siblings, 0 replies; 72+ messages in thread
From: Fabian Groffen @ 2023-04-27 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f3c8230ab959699f62c4a994039e33abf4cf1c71
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 13:57:04 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 13:57:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c8230a

app-text/tree-2.1.0: drop obsolete strverscmp fix

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index fbad3d309fd4..cb4070e2047e 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -19,14 +19,6 @@ S=${WORKDIR}/unix-${P}
 RDEPEND=""
 DEPEND=""
 
-src_prepare() {
-	if use !elibc_glibc ; then
-		# 433972, also previously done only for elibc_uclibc
-		sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-	fi
-	default
-}
-
 src_compile() {
 	append-lfs-flags
 	emake \


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-01  5:20 Ulrich Müller
  0 siblings, 0 replies; 72+ messages in thread
From: Ulrich Müller @ 2023-05-01  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     16d58905ddd326b57191842a3867b6c5428ff33b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 05:19:01 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May  1 05:20:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d58905

app-text/tree: Drop empty variable assignments

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index e3c1fec412dd..a8aa448762ab 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -12,13 +12,9 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-IUSE=""
 
 S=${WORKDIR}/unix-${P}
 
-RDEPEND=""
-DEPEND=""
-
 src_compile() {
 	append-lfs-flags
 	emake \


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-01  5:20 Ulrich Müller
  0 siblings, 0 replies; 72+ messages in thread
From: Ulrich Müller @ 2023-05-01  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     28b090c7641311b9044da2f5ed72f82d7c66930c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 05:17:43 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May  1 05:20:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b090c7

app-text/tree: Block against man-pages-l10n

The French manpage collides.

Bug: https://bugs.gentoo.org/905380
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index 75fc979ed4ec..3bfcf36cde72 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,8 +15,7 @@ IUSE=""
 
 S=${WORKDIR}/unix-${P}
 
-RDEPEND=""
-DEPEND=""
+RDEPEND="!app-i18n/man-pages-l10n[l10n_fr]"
 
 src_compile() {
 	append-lfs-flags


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-04 18:34 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-05-04 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     fbcd15cfdeea0158e97166a1ce0700b6373f56df
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 18:33:55 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May  4 18:33:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcd15cf

app-text/tree: Stabilize 2.1.0 ppc64, #905380

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index a8aa448762ab..dab716d70243 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-04 18:39 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-05-04 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7b1da2c196d250aa9346d0417a87bb45e62c5753
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 18:39:38 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May  4 18:39:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1da2c1

app-text/tree: Stabilize 2.1.0 x86, #905380

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index dab716d70243..9c67d4d71207 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-04 18:45 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-05-04 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     31ca20df1e57e27c3f8540644fe218c5eec54b9d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 18:45:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May  4 18:45:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ca20df

app-text/tree: Stabilize 2.1.0 amd64, #905380

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index 9c67d4d71207..8774b8f16df5 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-04 23:32 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-05-04 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     420fe5065452841c64f7b6ddbf82b2270a9f9838
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 23:32:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  4 23:32:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420fe506

app-text/tree: Stabilize 2.1.0 arm, #905380

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index 3b6134ba45ce..86f0525dd5f2 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-04 23:32 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-05-04 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0c878cb4b138eec1f5db20c806175eeca163a557
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 23:32:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  4 23:32:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c878cb4

app-text/tree: Stabilize 2.1.0 hppa, #905380

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index 8774b8f16df5..3b6134ba45ce 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-05  6:31 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-05-05  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     338d2d66fefeab9b5fd2686c5e2ada59b2402e41
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 06:31:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 06:31:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338d2d66

app-text/tree: Stabilize 2.1.0 ppc, #905380

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index 86f0525dd5f2..c07f920d2b1b 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-05  9:40 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-05-05  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2d1dc14f02b249b7c8651e8acb365768d2ebf2c0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 09:40:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 09:40:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1dc14f

app-text/tree: Stabilize 2.1.0 arm64, #905380

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index c07f920d2b1b..beb3335b86f5 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-05-05  9:52 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-05-05  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c1b4c5d7e01243bf72aa3292b4c77b0026c70003
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 09:52:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 09:52:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b4c5d7

app-text/tree: Stabilize 2.1.0 sparc, #905380

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index beb3335b86f5..dd393b5c6efc 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-09-01  3:58 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2023-09-01  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2e4d5c79e043fe451f0c523895609dac6f3cb833
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  1 03:57:43 2023 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 03:58:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4d5c79

app-text/tree: add 2.1.1

Closes: https://bugs.gentoo.org/913352
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/Manifest          |  1 +
 app-text/tree/tree-2.1.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index bdbfe971a219..eeaf1383c522 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,2 +1,3 @@
 DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203 SHA512 59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6
 DIST unix-tree-2.1.0.tar.bz2 51401 BLAKE2B 89b15df0268c03ba66827c7e6d234d1f5c4f6a5d9788e30bf6859d477b340393acbeec9ad7afc1909fdc7beb81ef7934917206066e0875d9f1662fca170f4127 SHA512 0f3a6ecb450bb3d683804667d4f15aecf9c9765578d47a62e39a8ff69cbe1c2a0a4a922fef3728359060338f4f9cd2de7ab8eb0f992a4c32949278bb47d17edc
+DIST unix-tree-2.1.1.tar.bz2 52550 BLAKE2B 0f20009a6c64b07a0742637bf32366b038f5c9bb025755a0aa45edb8c92741dfbff1486179caeeb73cfa8f10de3ed8678b948c7416ee0463e785cf153e808ff0 SHA512 ed34b1d0df049986295e7f5539491acd6134fbe69050ac2634037d700a878b4937700bed777ef0624e2bb0fc8c2815bb5139272ffe575ecc9362b84e0fafc9c2

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
new file mode 100644
index 000000000000..a8aa448762ab
--- /dev/null
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
+HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ https://gitlab.com/OldManProgrammer/unix-tree"
+SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+S=${WORKDIR}/unix-${P}
+
+src_compile() {
+	append-lfs-flags
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin tree
+	doman doc/tree*.1
+	einstalldocs
+	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-09-01  4:02 Jonas Stein
  0 siblings, 0 replies; 72+ messages in thread
From: Jonas Stein @ 2023-09-01  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     2fa4eeb2c013bef055d4426381d01d5112e79d2f
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  1 04:01:18 2023 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 04:01:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa4eeb2

app-text/tree: drop 2.0.4

Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/Manifest          |  1 -
 app-text/tree/tree-2.0.4.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index eeaf1383c522..f7761a570ad0 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,3 +1,2 @@
-DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203 SHA512 59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6
 DIST unix-tree-2.1.0.tar.bz2 51401 BLAKE2B 89b15df0268c03ba66827c7e6d234d1f5c4f6a5d9788e30bf6859d477b340393acbeec9ad7afc1909fdc7beb81ef7934917206066e0875d9f1662fca170f4127 SHA512 0f3a6ecb450bb3d683804667d4f15aecf9c9765578d47a62e39a8ff69cbe1c2a0a4a922fef3728359060338f4f9cd2de7ab8eb0f992a4c32949278bb47d17edc
 DIST unix-tree-2.1.1.tar.bz2 52550 BLAKE2B 0f20009a6c64b07a0742637bf32366b038f5c9bb025755a0aa45edb8c92741dfbff1486179caeeb73cfa8f10de3ed8678b948c7416ee0463e785cf153e808ff0 SHA512 ed34b1d0df049986295e7f5539491acd6134fbe69050ac2634037d700a878b4937700bed777ef0624e2bb0fc8c2815bb5139272ffe575ecc9362b84e0fafc9c2

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
deleted file mode 100644
index 3bfcf36cde72..000000000000
--- a/app-text/tree/tree-2.0.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
-HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ https://gitlab.com/OldManProgrammer/unix-tree"
-SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-S=${WORKDIR}/unix-${P}
-
-RDEPEND="!app-i18n/man-pages-l10n[l10n_fr]"
-
-src_compile() {
-	append-lfs-flags
-	emake \
-		CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin tree
-	doman doc/tree*.1
-	einstalldocs
-	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-10-26 12:49 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-10-26 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     16b9602c503c633660a96fab185ecafd96b69dea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 12:47:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 12:48:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b9602c

app-text/tree: Stabilize 2.1.1 x86, #916288

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
index 3c6da1701cc8..be7e155ba706 100644
--- a/app-text/tree/tree-2.1.1.ebuild
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-10-26 12:49 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-10-26 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     431fb2483c9eaf87ac005a5fbdcd43413923a10a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 12:47:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 12:48:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431fb248

app-text/tree: Stabilize 2.1.1 sparc, #916288

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
index be7e155ba706..438c5fdd164c 100644
--- a/app-text/tree/tree-2.1.1.ebuild
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-10-26 12:49 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-10-26 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cee2f842fbe2933887b394ec1002881efb78e08b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 12:47:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 12:48:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee2f842

app-text/tree: Stabilize 2.1.1 hppa, #916288

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
index 2ca67ff52160..3c6da1701cc8 100644
--- a/app-text/tree/tree-2.1.1.ebuild
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-10-26 12:49 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-10-26 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d96b3f626a5d8b7d737914b9b9b56a2579493ec1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 12:47:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 12:48:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96b3f62

app-text/tree: Stabilize 2.1.1 amd64, #916288

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
index a8aa448762ab..2ca67ff52160 100644
--- a/app-text/tree/tree-2.1.1.ebuild
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-10-26 13:04 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-10-26 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     dc283effa69146bd575498899610c395e80bc143
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 13:03:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 13:03:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc283eff

app-text/tree: Stabilize 2.1.1 arm64, #916288

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
index 438c5fdd164c..88465caf74eb 100644
--- a/app-text/tree/tree-2.1.1.ebuild
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-10-26 13:04 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-10-26 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     656926c2af5a75bcf123f05c808a922625e975ee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 13:03:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 13:03:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656926c2

app-text/tree: Stabilize 2.1.1 arm, #916288

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
index 88465caf74eb..daf79de3f170 100644
--- a/app-text/tree/tree-2.1.1.ebuild
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-10-26 16:17 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-10-26 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b9e6ec0faee5ad3d904a1aa72530c39419974a5b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 16:16:41 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 16:16:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e6ec0f

app-text/tree: Stabilize 2.1.1 ppc, #916288

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
index daf79de3f170..eca37cf805bc 100644
--- a/app-text/tree/tree-2.1.1.ebuild
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2023-10-27 12:17 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-10-27 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d3343376a44422405ecfa2c801238f9a17c4364d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 12:14:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 12:14:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3343376

app-text/tree: Stabilize 2.1.1 ppc64, #916288

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
index eca37cf805bc..dd393b5c6efc 100644
--- a/app-text/tree/tree-2.1.1.ebuild
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-05-03 12:36 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2024-05-03 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5635a24b44a19a8a762d20554ff58da9e041b37b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 12:32:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May  3 12:33:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5635a24b

app-text/tree: drop homebrew bash-completion

>=app-shells/bash-completion-2.13.0 installs its own superior one,
so go for that, rather than an old Gentoo-local one.

Bug: https://bugs.gentoo.org/931129
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/tree/tree-2.1.1-r1.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild
new file mode 100644
index 000000000000..1fb745f40e2f
--- /dev/null
+++ b/app-text/tree/tree-2.1.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
+HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ https://gitlab.com/OldManProgrammer/unix-tree"
+SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+S=${WORKDIR}/unix-${P}
+
+src_compile() {
+	append-lfs-flags
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin tree
+	doman doc/tree*.1
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-06-06 17:30 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-06 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2a3479a2aeb8e29dcf7a221a6e61a88b7d0fa0d9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 17:30:00 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 17:30:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3479a2

app-text/tree: Stabilize 2.1.1-r1 amd64, #933699

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild
index 1fb745f40e2f..84563490226d 100644
--- a/app-text/tree/tree-2.1.1-r1.ebuild
+++ b/app-text/tree/tree-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-06-06 17:30 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-06 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8b79848d5cd3d55037cc100aa06c5279c1f4d218
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 17:30:13 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 17:30:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b79848d

app-text/tree: Stabilize 2.1.1-r1 arm64, #933699

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild
index e5c4e128408d..0a5212f8ed7f 100644
--- a/app-text/tree/tree-2.1.1-r1.ebuild
+++ b/app-text/tree/tree-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-06-06 17:30 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-06 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     19a69d02e783c51957212094e8dcacf67786ecc5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 17:30:16 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 17:30:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a69d02

app-text/tree: Stabilize 2.1.1-r1 sparc, #933699

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild
index 0a5212f8ed7f..b9a8c9cc80cf 100644
--- a/app-text/tree/tree-2.1.1-r1.ebuild
+++ b/app-text/tree/tree-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-06-06 17:30 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-06 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c237fd7ab3d2d3c9981bbee0b1424962dfaa4d10
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 17:30:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 17:30:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c237fd7a

app-text/tree: Stabilize 2.1.1-r1 arm, #933699

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild
index 99e89c488ca9..e5c4e128408d 100644
--- a/app-text/tree/tree-2.1.1-r1.ebuild
+++ b/app-text/tree/tree-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-06-06 17:30 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-06 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0866b75578d6586b8e45feaefdd586fd7d9ba8ac
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 17:30:05 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 17:30:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0866b755

app-text/tree: Stabilize 2.1.1-r1 x86, #933699

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild
index 84563490226d..99e89c488ca9 100644
--- a/app-text/tree/tree-2.1.1-r1.ebuild
+++ b/app-text/tree/tree-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-06-07 13:35 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-07 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     47406e0896eb2cb413e009ae27a7968402c1b8eb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 13:34:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 13:34:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47406e08

app-text/tree: Stabilize 2.1.1-r1 ppc, #933699

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild
index b9a8c9cc80cf..64df5aae4e4e 100644
--- a/app-text/tree/tree-2.1.1-r1.ebuild
+++ b/app-text/tree/tree-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-06-07 13:35 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-07 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e9e1cbef80fa09246042448056ac9406baf53c92
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 13:34:51 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 13:34:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e1cbef

app-text/tree: Stabilize 2.1.1-r1 ppc64, #933699

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild
index 64df5aae4e4e..3e2e95cda008 100644
--- a/app-text/tree/tree-2.1.1-r1.ebuild
+++ b/app-text/tree/tree-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-06-08 11:06 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-08 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     029f23bc0442e631f99ad1c22749cf885f45242d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 11:06:35 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 11:06:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029f23bc

app-text/tree: Stabilize 2.1.1-r1 hppa, #933699

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild
index 3e2e95cda008..7da9cf948cc8 100644
--- a/app-text/tree/tree-2.1.1-r1.ebuild
+++ b/app-text/tree/tree-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 S=${WORKDIR}/unix-${P}
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
@ 2024-06-08 11:07 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-08 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     062162187a22524aa2ef3ad818eec66e162deb02
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 11:07:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 11:07:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06216218

app-text/tree: drop 2.1.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/tree/tree-2.1.1.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
deleted file mode 100644
index dd393b5c6efc..000000000000
--- a/app-text/tree/tree-2.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
-HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ https://gitlab.com/OldManProgrammer/unix-tree"
-SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-S=${WORKDIR}/unix-${P}
-
-src_compile() {
-	append-lfs-flags
-	emake \
-		CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin tree
-	doman doc/tree*.1
-	einstalldocs
-	newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread

end of thread, other threads:[~2024-06-08 11:07 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01  3:58 [gentoo-commits] repo/gentoo:master commit in: app-text/tree/ Jonas Stein
  -- strict thread matches above, loose matches on Subject: below --
2024-06-08 11:07 Arthur Zamarin
2024-06-08 11:06 Arthur Zamarin
2024-06-07 13:35 Arthur Zamarin
2024-06-07 13:35 Arthur Zamarin
2024-06-06 17:30 Arthur Zamarin
2024-06-06 17:30 Arthur Zamarin
2024-06-06 17:30 Arthur Zamarin
2024-06-06 17:30 Arthur Zamarin
2024-06-06 17:30 Arthur Zamarin
2024-05-03 12:36 Sam James
2023-10-27 12:17 Sam James
2023-10-26 16:17 Arthur Zamarin
2023-10-26 13:04 Sam James
2023-10-26 13:04 Sam James
2023-10-26 12:49 Sam James
2023-10-26 12:49 Sam James
2023-10-26 12:49 Sam James
2023-10-26 12:49 Sam James
2023-09-01  4:02 Jonas Stein
2023-05-05  9:52 Arthur Zamarin
2023-05-05  9:40 Arthur Zamarin
2023-05-05  6:31 Arthur Zamarin
2023-05-04 23:32 Sam James
2023-05-04 23:32 Sam James
2023-05-04 18:45 Arthur Zamarin
2023-05-04 18:39 Arthur Zamarin
2023-05-04 18:34 Arthur Zamarin
2023-05-01  5:20 Ulrich Müller
2023-05-01  5:20 Ulrich Müller
2023-04-27 13:58 Fabian Groffen
2023-04-27 13:58 Fabian Groffen
2023-01-13 18:45 Fabian Groffen
2023-01-04  2:11 Jonas Stein
2022-12-05 18:59 Jonas Stein
2022-12-02 18:59 Arthur Zamarin
2022-12-02  1:06 Sam James
2022-12-02  0:46 Sam James
2022-12-02  0:46 Sam James
2022-12-02  0:46 Sam James
2022-12-02  0:46 Sam James
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-11-01  0:23 Jonas Stein
2022-11-01  0:23 Jonas Stein
2022-07-31 17:12 Arthur Zamarin
2022-07-31 11:11 Agostino Sarubbo
2022-07-31 11:10 Agostino Sarubbo
2022-07-31 11:09 Agostino Sarubbo
2022-07-31 11:08 Agostino Sarubbo
2022-07-31 11:06 Agostino Sarubbo
2022-07-30 21:19 Sam James
2022-07-30 21:19 Sam James
2022-07-30 19:37 Jonas Stein
2022-02-04 20:00 Jonas Stein
2021-08-19 11:22 Sam James
2021-01-06 13:46 Fabian Groffen
2020-12-23 22:57 Sam James
2020-12-21  9:36 Sergei Trofimovich
2020-11-27  8:07 Agostino Sarubbo
2020-11-27  7:55 Agostino Sarubbo
2020-04-14 15:52 Agostino Sarubbo
2020-04-14 13:02 Agostino Sarubbo
2020-04-14 13:01 Agostino Sarubbo
2020-04-14 13:01 Agostino Sarubbo
2020-04-14 10:12 Mart Raudsepp
2020-04-14  7:58 Agostino Sarubbo
2019-06-28 18:19 Jonas Stein
2019-05-05 10:29 Mikle Kolyada
2018-01-12  4:10 Mike Frysinger
2017-11-20 20:36 Jonas Stein
2017-11-20 17:24 Jonas Stein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox