commit:     936d840d2a70106ed9860131cae4a6d563b68bd1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 21:52:49 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 21:52:49 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=936d840d

kde-misc/kdirstat: Import 2.7.5 from before slot 4 removal

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/kdirstat/kdirstat-2.7.5.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/kde-misc/kdirstat/kdirstat-2.7.5.ebuild 
b/kde-misc/kdirstat/kdirstat-2.7.5.ebuild
new file mode 100644
index 00000000..def7015c
--- /dev/null
+++ b/kde-misc/kdirstat/kdirstat-2.7.5.ebuild
@@ -0,0 +1,30 @@
+# 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
+}

Reply via email to