summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-04 21:45:06 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-04 21:50:58 +0300
commit8b0628dabbdd2b62969c7094c15ed8d346804bd7 (patch)
tree9ae77936aa5e4beabf0af66aca096e2ac19ee226 /app-misc/ytree
parentapp-admin/authbind: add 2.1.3 (diff)
downloadgentoo-8b0628dabbdd2b62969c7094c15ed8d346804bd7.tar.gz
gentoo-8b0628dabbdd2b62969c7094c15ed8d346804bd7.tar.bz2
gentoo-8b0628dabbdd2b62969c7094c15ed8d346804bd7.zip
app-misc/ytree: drop 2.02, 2.04
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-misc/ytree')
-rw-r--r--app-misc/ytree/Manifest2
-rw-r--r--app-misc/ytree/files/ytree-1.99-tinfo.patch15
-rw-r--r--app-misc/ytree/ytree-2.02.ebuild39
-rw-r--r--app-misc/ytree/ytree-2.04.ebuild35
4 files changed, 0 insertions, 91 deletions
diff --git a/app-misc/ytree/Manifest b/app-misc/ytree/Manifest
index d1e221ef8437..82493d1b8aa0 100644
--- a/app-misc/ytree/Manifest
+++ b/app-misc/ytree/Manifest
@@ -1,3 +1 @@
-DIST ytree-2.02.tar.gz 124868 BLAKE2B e0b9b4251617df9d851752382e695657eb3bef5ce58deff00604ded14d6d29dad1c50b2d9f394defdabc3338bcdf491a9cec5821022e1171f2aa2b6887b274cb SHA512 31a425e9acd81921c111f1ef72f9e2d9342c04cdd9121d9cecd81893518b6f9579bfe22c3630d4d117783aed536cfafdf09866eb80bace3e5cbd59fd393e77a1
-DIST ytree-2.04.tar.gz 123324 BLAKE2B ec91bedb072c00000be590872c4af71c2f7b2d9b93c4fadc79f22f788975b864e99917a28c19fc7deff1f615e09f7b501c54e7942b0ccca4b38f4cffbecfd275 SHA512 9528f67cb4de6305b46e5ca4d79affab0433c357e58ed936fcf01ee16663924312e9ccb3d1bdd9009430a5a253e35ec04b7d52acaff74ff46c6a59904b90413b
DIST ytree-2.05.tar.gz 124141 BLAKE2B 88f545594069b30deda51294f42f293a244eec19fcd3cdd46139612ee19204e190ecec75cd2286480a0650715ad7d7bdce9806407c3d2d66c77af45d2993d18a SHA512 561255992492c0251892512999de1e8351e1f589fc38404755c4afe753873abb37b1ffec53de0a153a6870ccf6d665fccaa08f3dc9c8a04903175bcb6c278129
diff --git a/app-misc/ytree/files/ytree-1.99-tinfo.patch b/app-misc/ytree/files/ytree-1.99-tinfo.patch
deleted file mode 100644
index 47b5f2924a56..000000000000
--- a/app-misc/ytree/files/ytree-1.99-tinfo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix build sys-libs/ncurses[tinfo]
-
-Bug: https://bugs.gentoo.org/690348
-
---- a/Makefile
-+++ b/Makefile
-@@ -33,7 +33,7 @@
- #CLOCK = -DCLOCK_SUPPORT # Experimental!
- READLINE = -DREADLINE_SUPPORT
- CFLAGS += -D_GNU_SOURCE $(COLOR) $(CLOCK) $(READLINE) $(ADD_CFLAGS)
--LDFLAGS += -lncurses -lreadline
-+LDFLAGS += `${PKG_CONFIG} --libs ncurses` -lreadline
-
- ###########################
- # LINUX with Wide character support (testet with ncurses 5.4)
diff --git a/app-misc/ytree/ytree-2.02.ebuild b/app-misc/ytree/ytree-2.02.ebuild
deleted file mode 100644
index b44c98a5a576..000000000000
--- a/app-misc/ytree/ytree-2.02.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A curses-based file manager"
-HOMEPAGE="https://www.han.de/~werner/ytree.html"
-SRC_URI="https://www.han.de/~werner/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
- sys-libs/ncurses:0=
- sys-libs/readline:0=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.99-tinfo.patch"
-)
-
-DOCS=( CHANGES README THANKS ytree.conf )
-
-src_configure() {
- tc-export CC PKG_CONFIG
-
- default
-}
-
-src_install() {
- einstalldocs
- dobin ${PN}
- doman ${PN}.1
-}
diff --git a/app-misc/ytree/ytree-2.04.ebuild b/app-misc/ytree/ytree-2.04.ebuild
deleted file mode 100644
index 4a18cfa96e64..000000000000
--- a/app-misc/ytree/ytree-2.04.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A curses-based file manager"
-HOMEPAGE="https://www.han.de/~werner/ytree.html"
-SRC_URI="https://www.han.de/~werner/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
- sys-libs/ncurses:0=
- sys-libs/readline:0=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES README THANKS ytree.conf )
-
-src_configure() {
- tc-export CC PKG_CONFIG
-
- default
-}
-
-src_install() {
- einstalldocs
- dobin ${PN}
- doman ${PN}.1
-}