diff options
Diffstat (limited to 'kde-misc/kdirstat/kdirstat-2.7.5.ebuild')
-rw-r--r-- | kde-misc/kdirstat/kdirstat-2.7.5.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-misc/kdirstat/kdirstat-2.7.5.ebuild b/kde-misc/kdirstat/kdirstat-2.7.5.ebuild deleted file mode 100644 index def7015c..00000000 --- a/kde-misc/kdirstat/kdirstat-2.7.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_LINGUAS="de fr hu it ja" -inherit kde4-base - -DESCRIPTION="Nice KDE replacement to the du command" -HOMEPAGE="https://bitbucket.org/jeromerobert/k4dirstat/" -SRC_URI="https://bitbucket.org/jeromerobert/k4dirstat/get/k4dirstat-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND="$(add_kdeapps_dep libkonq) - sys-libs/zlib -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS CREDITS TODO ) - -src_unpack() { - # tarball contains git revision hash, which we don't want in the ebuild. - default - mv "${WORKDIR}"/*k4dirstat-* "${S}" || die -} |