summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2022-01-11 17:51:58 +1100
committerMichael Palimaka <kensington@gentoo.org>2022-01-11 18:16:11 +1100
commit8bf75fd8477d0d07d17369d76bccf5e84d00e4d4 (patch)
tree3fe98e2ccf550e6982bab6e9cdde27501b8c29e9 /app-misc/ytree/ytree-2.03.ebuild
parentdev-db/mariadb: Stabilize 10.5.13 ppc64, #829392 (diff)
downloadgentoo-8bf75fd8477d0d07d17369d76bccf5e84d00e4d4.tar.gz
gentoo-8bf75fd8477d0d07d17369d76bccf5e84d00e4d4.tar.bz2
gentoo-8bf75fd8477d0d07d17369d76bccf5e84d00e4d4.zip
app-misc/ytree: remove 2.03
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'app-misc/ytree/ytree-2.03.ebuild')
-rw-r--r--app-misc/ytree/ytree-2.03.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-misc/ytree/ytree-2.03.ebuild b/app-misc/ytree/ytree-2.03.ebuild
deleted file mode 100644
index e0c2c496a3a4..000000000000
--- a/app-misc/ytree/ytree-2.03.ebuild
+++ /dev/null
@@ -1,35 +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}"
-
-DOCS=( CHANGES README THANKS ytree.conf )
-
-src_configure() {
- tc-export CC PKG_CONFIG
-
- default
-}
-
-src_install() {
- einstalldocs
- dobin ${PN}
- doman ${PN}.1
-}