diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-06-26 22:36:34 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-06-26 22:36:34 -0400 |
commit | d1b7e7f478f6f55858fa1061eb7d43d0517babb6 (patch) | |
tree | afa70ac13b2c279e5b5d06e00c6d7820e90f5d54 /sys-fs | |
parent | 64d22b0ce4805ef0e81b44b53e44c6c33f50906f (diff) | |
download | gentoo-overlay-d1b7e7f478f6f55858fa1061eb7d43d0517babb6.tar.xz gentoo-overlay-d1b7e7f478f6f55858fa1061eb7d43d0517babb6.zip |
sys-fs/ncdu: drop
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ncdu/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/ncdu/metadata.xml | 4 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-2.1.2.ebuild | 29 |
3 files changed, 0 insertions, 34 deletions
diff --git a/sys-fs/ncdu/Manifest b/sys-fs/ncdu/Manifest deleted file mode 100644 index a5f151e..0000000 --- a/sys-fs/ncdu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ncdu-2.1.2.tar.gz 52702 BLAKE2B fb64058bec2e8f286fa82e16986cddd9126e5c94d513740d48ff1c971e7ee95270fe6c1cfbbe240bb8e99fba4e3fd6d2624f99870422835da44447a2507f0b8b SHA512 ff48f2b9625e1aba29e5598051d16c4b5dc1a634fab897709226dd69d3b48031e6e62527c8514ec4753874d2d96800e538d6ad90b4a5f9851410d10579ccc67c diff --git a/sys-fs/ncdu/metadata.xml b/sys-fs/ncdu/metadata.xml deleted file mode 100644 index 7c900b1..0000000 --- a/sys-fs/ncdu/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/sys-fs/ncdu/ncdu-2.1.2.ebuild b/sys-fs/ncdu/ncdu-2.1.2.ebuild deleted file mode 100644 index 5a9c093..0000000 --- a/sys-fs/ncdu/ncdu-2.1.2.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*" - -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 -} |