app-text/tree: drop 2.2.0

It was a buggy release.

Bug: https://bugs.gentoo.org/945033
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-12-06 10:54:23 +00:00
parent 248c6f0b57
commit 5bd2caaccf
2 changed files with 0 additions and 26 deletions

View File

@@ -1,3 +1,2 @@
DIST unix-tree-2.1.1.tar.bz2 52550 BLAKE2B 0f20009a6c64b07a0742637bf32366b038f5c9bb025755a0aa45edb8c92741dfbff1486179caeeb73cfa8f10de3ed8678b948c7416ee0463e785cf153e808ff0 SHA512 ed34b1d0df049986295e7f5539491acd6134fbe69050ac2634037d700a878b4937700bed777ef0624e2bb0fc8c2815bb5139272ffe575ecc9362b84e0fafc9c2
DIST unix-tree-2.2.0.tar.bz2 56098 BLAKE2B 0df9b06265a6c6840942480360f5083836064b162591be2e779fe4f487d73bbc95105611e5d97f6670ad6f240d250f9414a25726b4adc008de7ad74eb7fb851b SHA512 642648e47d96c5f2a4f6e880a9c317c933afc95952cb54b4c1ca67bab04b6d2f2814307df9796cc28903c4a377831271033d44e273028c9dfa02007c3961a1a6
DIST unix-tree-2.2.1.tar.bz2 56345 BLAKE2B c797082d53bedbc618008cab9e94cd9551db8348a5535d1aa266d6064ba70edee3259ae92e016f5b0ce2372b07701396c8e213aba6990def0f2b8b068ea27eee SHA512 0c6a9ef3cae8d3bdef0cb82b640bd8ed9e89b04c72cad52295b02e31ccfe3a64142d72c9f027e5657833c87131ad64bda2f32cb8d60371e0f8156cd8533ef41a

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
HOMEPAGE="https://oldmanprogrammer.net/source.php?dir=projects/tree https://gitlab.com/OldManProgrammer/unix-tree"
SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2"
S="${WORKDIR}/unix-${P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
src_configure() {
tc-export CC
}
src_install() {
dobin tree
doman doc/tree*.1
einstalldocs
}