diff options
Diffstat (limited to 'kde-misc/kdirstat')
-rw-r--r-- | kde-misc/kdirstat/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/kdirstat/kdirstat-2.7.5.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-misc/kdirstat/Manifest b/kde-misc/kdirstat/Manifest index 85866557..bfc7959e 100644 --- a/kde-misc/kdirstat/Manifest +++ b/kde-misc/kdirstat/Manifest @@ -1,2 +1 @@ -DIST k4dirstat-2.7.5.tar.bz2 225485 BLAKE2B c47b3341ea44ddff1d60ab06ea03495f191566fd12035a74dae6d3a168f7c4b16b21dc14e580f1b806217a548e1f891f571504fdb6f0fcdb87d38a775bcde6d3 SHA512 57853c00c26cbef13523455c854e38da7eddfb4382c6143a25a2c43a319c4c03037cba44340097c0612a329f2308f0f1e54ffe8cf1329d8d05755231a50da895 DIST k4dirstat-2.7.8.tar.gz 255605 BLAKE2B 5a2f4192a455d05a0e280bec4aebc155128fb5759465e28d5f5b6d120c9375ed1d8c4bf1cf7ba656fa7d14612b4930c9d00bebf2787e8f2fef9dc697126fde82 SHA512 5e2dd337fc8aa5eabaafd582e54825aec9a43b94368d975476eb28d8215370b36201d8e96df808af789b08624793ccd328c41a2af9fbbffe192395ec3af8ea13 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 -} |