Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdirstat/
Date: Mon, 01 Apr 2019 10:55:55
Message-Id: 1554116131.e424b14bc5e9d9c179e393a935a4cae340a7f8ff.kensington@gentoo
1 commit: e424b14bc5e9d9c179e393a935a4cae340a7f8ff
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 1 10:43:18 2019 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 10:55:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e424b14b
7
8 kde-misc/kdirstat: remove 3.1.3
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
12
13 kde-misc/kdirstat/Manifest | 1 -
14 kde-misc/kdirstat/kdirstat-3.1.3.ebuild | 42 ---------------------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/kde-misc/kdirstat/Manifest b/kde-misc/kdirstat/Manifest
18 index 0bfcf66eccf..78a39e9dbd9 100644
19 --- a/kde-misc/kdirstat/Manifest
20 +++ b/kde-misc/kdirstat/Manifest
21 @@ -1,2 +1 @@
22 -DIST k4dirstat-3.1.3.tar.bz2 230480 BLAKE2B ddb91b9d6a4ce119f4f3c71541ad490b973de1e6648ce019e48374d825b18ba697b652f59d42995b14f53e730370ee41f9910056406711003e506e0826b9ad39 SHA512 b5e71d5d235ead64d1a7c6005551585316a8565c806a3ca07050331b2a8ff13f7048b1cc54489e84f49be3abedf01c65b5b6951724c955f540d7c3fa0bfd2afc
23 DIST k4dirstat-3.1.4.tar.bz2 230737 BLAKE2B af1f22c3ab636a78f402fa002aa08f8ae83f57f134b4c7a2087d9be6cb9f89aca6065316e59cedbbb3d9c92a82d0dafaf465c66e1c0a2921e5064c6683431ffe SHA512 f931440541a663f83a9c6cb2ad32a9e32b8b83ef6a5b4bba0f07b664e3a2e5d5d3e97b6e53819bac75739f236138b9f7945354cc7b0c31909710b37e9cfe296d
24
25 diff --git a/kde-misc/kdirstat/kdirstat-3.1.3.ebuild b/kde-misc/kdirstat/kdirstat-3.1.3.ebuild
26 deleted file mode 100644
27 index 06caeec19ea..00000000000
28 --- a/kde-misc/kdirstat/kdirstat-3.1.3.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
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 -COMMON_DEPEND="
48 - $(add_frameworks_dep kconfig)
49 - $(add_frameworks_dep kconfigwidgets)
50 - $(add_frameworks_dep kcoreaddons)
51 - $(add_frameworks_dep ki18n)
52 - $(add_frameworks_dep kiconthemes)
53 - $(add_frameworks_dep kio)
54 - $(add_frameworks_dep kjobwidgets)
55 - $(add_frameworks_dep kwidgetsaddons)
56 - $(add_frameworks_dep kxmlgui)
57 - $(add_qt_dep qtgui)
58 - $(add_qt_dep qtwidgets)
59 - sys-libs/zlib
60 -"
61 -DEPEND="${COMMON_DEPEND}
62 - sys-devel/gettext
63 -"
64 -RDEPEND="${COMMON_DEPEND}
65 - !kde-misc/kdirstat:4
66 -"
67 -
68 -src_unpack() {
69 - # tarball contains git revision hash, which we don't want in the ebuild.
70 - default
71 - mv "${WORKDIR}"/*k4dirstat-* "${S}" || die
72 -}