summaryrefslogtreecommitdiff
path: root/sys-fs/ncdu/ncdu-2.0.1.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-06-07 14:55:09 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-06-07 15:01:24 -0400
commitf63898d760e94c73cc5edd04031b5d8a3643e766 (patch)
tree280bb662221d28041290d13ab221bc82a3bac085 /sys-fs/ncdu/ncdu-2.0.1.ebuild
parentbbf484bea36864e1fef738d0828b7e4ec5b82d7d (diff)
downloadgentoo-overlay-f63898d760e94c73cc5edd04031b5d8a3643e766.tar.xz
gentoo-overlay-f63898d760e94c73cc5edd04031b5d8a3643e766.zip
sys-fs/ncdu: upgrade to 2.1.2
Diffstat (limited to 'sys-fs/ncdu/ncdu-2.0.1.ebuild')
-rw-r--r--sys-fs/ncdu/ncdu-2.0.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-fs/ncdu/ncdu-2.0.1.ebuild b/sys-fs/ncdu/ncdu-2.0.1.ebuild
deleted file mode 100644
index de9aa89..0000000
--- a/sys-fs/ncdu/ncdu-2.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="NCurses Disk Usage"
-HOMEPAGE="https://dev.yorhel.nl/ncdu/"
-SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="~dev-lang/zig-0.9.0"
-
-DEPEND="sys-libs/ncurses:=[unicode(+)]"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
- if [[ -z ${ZIG_FLAGS+x} && "$CFLAGS" != *-march=native* ]]; then
- die 'ZIG_FLAGS is unset! note that zig defaults to native cpu. set ZIG_FLAGS="" or ZIG_FLAGS="-mcpu baseline"'
- fi
- emake PREFIX=${EPREFIX}/usr
-}
-
-src_install() {
- emake PREFIX=${ED}/usr install
-}