summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Joldasov <bratishkaerik@getgoogleoff.me>2022-12-01 18:42:24 +0600
committerMichał Górny <mgorny@gentoo.org>2022-12-01 14:57:04 +0100
commit3aa6796a75d01d2fad077cc407f8261a142d2f1b (patch)
tree00007ea66ab8cd476e2ced41e2933ff7b849c2c5 /sys-fs/ncdu/ncdu-2.1.2-r1.ebuild
parentxfce-base/xfwm4: Bump to 4.17.2 (diff)
downloadgentoo-3aa6796a75d01d2fad077cc407f8261a142d2f1b.tar.gz
gentoo-3aa6796a75d01d2fad077cc407f8261a142d2f1b.tar.bz2
gentoo-3aa6796a75d01d2fad077cc407f8261a142d2f1b.zip
sys-fs/ncdu: drop 2.1.2-r1, 2.2
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs/ncdu/ncdu-2.1.2-r1.ebuild')
-rw-r--r--sys-fs/ncdu/ncdu-2.1.2-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild b/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild
deleted file mode 100644
index 2790640a7daa..000000000000
--- a/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit verify-sig
-
-DESCRIPTION="NCurses Disk Usage"
-HOMEPAGE="https://dev.yorhel.nl/ncdu"
-SRC_URI="
- https://dev.yorhel.nl/download/${P}.tar.gz
- verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc )
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="sys-libs/ncurses:=[unicode(+)]"
-RDEPEND="${DEPEND}"
-BDEPEND="
- || ( ~dev-lang/zig-0.9.1 ~dev-lang/zig-bin-0.9.1 )
- virtual/pkgconfig
- dev-lang/perl
- verify-sig? ( sec-keys/openpgp-keys-yorhel )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/yoranheling.asc
-
-# see https://github.com/ziglang/zig/issues/3382
-# For now, Zig doesn't support CFLAGS/LDFLAGS/etc.
-QA_FLAGS_IGNORED="usr/bin/ncdu"
-
-src_test() {
- zig build test || die "Tests failed"
-}
-
-src_install() {
- emake PREFIX="${ED}"/usr install
-
- dodoc README.md ChangeLog
-}