Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdirstat/
Date: Sun, 19 Jan 2020 19:08:32
Message-Id: 1579460899.eb2644f3ac6cb2f09de0d5f8c4bb160a18fa01dc.asturm@gentoo
1 commit: eb2644f3ac6cb2f09de0d5f8c4bb160a18fa01dc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 19:07:35 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 19:08:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2644f3
7
8 kde-misc/kdirstat: Drop 3.1.4
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/kdirstat/Manifest | 1 -
14 kde-misc/kdirstat/kdirstat-3.1.4.ebuild | 40 ---------------------------------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/kde-misc/kdirstat/Manifest b/kde-misc/kdirstat/Manifest
18 index 1271533ee3b..55f306f6a75 100644
19 --- a/kde-misc/kdirstat/Manifest
20 +++ b/kde-misc/kdirstat/Manifest
21 @@ -1,2 +1 @@
22 -DIST k4dirstat-3.1.4.tar.bz2 230737 BLAKE2B af1f22c3ab636a78f402fa002aa08f8ae83f57f134b4c7a2087d9be6cb9f89aca6065316e59cedbbb3d9c92a82d0dafaf465c66e1c0a2921e5064c6683431ffe SHA512 f931440541a663f83a9c6cb2ad32a9e32b8b83ef6a5b4bba0f07b664e3a2e5d5d3e97b6e53819bac75739f236138b9f7945354cc7b0c31909710b37e9cfe296d
23 DIST kdirstat-3.2.0.tar.gz 249518 BLAKE2B 81575cb7356ebef36f83cedce3720d38387cbab1cbcafaa2518551eb1c73e0a96470b2fba725ab6b2ca5d55df2a13c262f72af359dc8882d40cc1165868a2396 SHA512 b664fc8a74f37af39960be27c81d2ae4a2d67ecd8f9eda4ffb8b5d1da6936083353f89ba9cf25340acc5789bf6fed93cb5b16b6b3d146a089af9ef51ac1fc370
24
25 diff --git a/kde-misc/kdirstat/kdirstat-3.1.4.ebuild b/kde-misc/kdirstat/kdirstat-3.1.4.ebuild
26 deleted file mode 100644
27 index 274f8a7caca..00000000000
28 --- a/kde-misc/kdirstat/kdirstat-3.1.4.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -KDE_HANDBOOK="forceoptional"
37 -inherit kde5
38 -
39 -DESCRIPTION="GUI equivalent to the du command based on KDE Frameworks"
40 -HOMEPAGE="https://bitbucket.org/jeromerobert/k4dirstat/"
41 -SRC_URI="https://bitbucket.org/jeromerobert/k4dirstat/get/k4dirstat-${PV}.tar.bz2"
42 -
43 -LICENSE="GPL-2"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -BDEPEND="
48 - sys-devel/gettext
49 -"
50 -DEPEND="
51 - $(add_frameworks_dep kconfig)
52 - $(add_frameworks_dep kconfigwidgets)
53 - $(add_frameworks_dep kcoreaddons)
54 - $(add_frameworks_dep ki18n)
55 - $(add_frameworks_dep kiconthemes)
56 - $(add_frameworks_dep kio)
57 - $(add_frameworks_dep kjobwidgets)
58 - $(add_frameworks_dep kwidgetsaddons)
59 - $(add_frameworks_dep kxmlgui)
60 - $(add_qt_dep qtgui)
61 - $(add_qt_dep qtwidgets)
62 - sys-libs/zlib
63 -"
64 -RDEPEND="${DEPEND}"
65 -
66 -src_unpack() {
67 - # tarball contains git revision hash, which we don't want in the ebuild.
68 - default
69 - mv "${WORKDIR}"/*k4dirstat-* "${S}" || die
70 -}