app-emacs/disk-usage - 9999 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/disk-usage-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/disk-usage-9999

Or alternatively:

emerge --autounmask-write -a =app-emacs/disk-usage-9999

Package Information

Description:
Sort and browse disk usage listings

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
NEED_EMACS="26"

inherit elpa

DESCRIPTION="Sort and browse disk usage listings"

KEYWORDS="~amd64 ~x86"

SLOT="0"

DOCS="readme.org ${PN}.png ${PN}-by-types.png"

RDEPEND="
		sys-apps/coreutils
"

MY_SITEFILE="50${PN}-gentoo.el"

src_compile() {
	elisp_src_compile
	elisp-make-autoload-file ${MY_SITEFILE}
	sed -i '/^;/d' ${MY_SITEFILE}
	sed -i '/^\f/ { N; d }' ${MY_SITEFILE}
	sed -i "1s/^/(add-to-list 'load-path \"@SITELISP@\")/" ${MY_SITEFILE}
}

src_install() {
	elisp_src_install
	elisp-site-file-install ${MY_SITEFILE}
}

Inherited Eclasses

Dependencies

RDEPEND

		sys-apps/coreutils