summaryrefslogtreecommitdiff
path: root/kde-misc/kdirstat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-20 19:28:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-20 19:28:42 +0000
commit032a3dbb5d4ea63ec6c2ceb39c067ea6424b5792 (patch)
treed46be9dbc767750a192f7a4d505757f2eec582f3 /kde-misc/kdirstat
parent6ec19c7f1bc4aa70e5f8a86cd29d579a95d97035 (diff)
gentoo resync : 20.01.2020
Diffstat (limited to 'kde-misc/kdirstat')
-rw-r--r--kde-misc/kdirstat/Manifest4
-rw-r--r--kde-misc/kdirstat/kdirstat-3.1.4.ebuild40
-rw-r--r--kde-misc/kdirstat/kdirstat-3.2.0.ebuild4
3 files changed, 3 insertions, 45 deletions
diff --git a/kde-misc/kdirstat/Manifest b/kde-misc/kdirstat/Manifest
index 4dd42d8018b9..9a3ba937f8e2 100644
--- a/kde-misc/kdirstat/Manifest
+++ b/kde-misc/kdirstat/Manifest
@@ -1,5 +1,3 @@
-DIST k4dirstat-3.1.4.tar.bz2 230737 BLAKE2B af1f22c3ab636a78f402fa002aa08f8ae83f57f134b4c7a2087d9be6cb9f89aca6065316e59cedbbb3d9c92a82d0dafaf465c66e1c0a2921e5064c6683431ffe SHA512 f931440541a663f83a9c6cb2ad32a9e32b8b83ef6a5b4bba0f07b664e3a2e5d5d3e97b6e53819bac75739f236138b9f7945354cc7b0c31909710b37e9cfe296d
DIST kdirstat-3.2.0.tar.gz 249518 BLAKE2B 81575cb7356ebef36f83cedce3720d38387cbab1cbcafaa2518551eb1c73e0a96470b2fba725ab6b2ca5d55df2a13c262f72af359dc8882d40cc1165868a2396 SHA512 b664fc8a74f37af39960be27c81d2ae4a2d67ecd8f9eda4ffb8b5d1da6936083353f89ba9cf25340acc5789bf6fed93cb5b16b6b3d146a089af9ef51ac1fc370
-EBUILD kdirstat-3.1.4.ebuild 981 BLAKE2B bfc5fee47bd37bf79fc4ed2f073c6b010bcf9e6026a5f9f7df08bd1225d02c156b26e49ed7134b3a80495eefdcf2e34a2f8c20cc239231f2fd0c8a64092bbd81 SHA512 29f30de205f1b6391013cbe1585a5c1cee951061b0727d3220c3eb118146ef2100e8591eabde1a0f87135b588cb4f532056be621353a00b089008e0ae85cbe6c
-EBUILD kdirstat-3.2.0.ebuild 918 BLAKE2B 10c4ce423f5584a88f55063d7bfa65b49da12bd3ff37986f9fcc7aaf19fd6eb8cee950680578a7a9888aceb6ea327acabf9f6c29d2a0c05a5e11d840d0c85dfd SHA512 32e4e76297bd6fe19df2d2647f53a5c2bf46142de282a4ff76a32a5f90560a1a00847bf8e1604ba7561a52e48f4bb2acda6eeb97709e706d2bc1ca56d369aed5
+EBUILD kdirstat-3.2.0.ebuild 916 BLAKE2B 0b26c5264774b31c218e60be74f2cdec9ad9dcf30dcd8a9ffeb5d175c86480290c71925cd18ca2be97a4220445c18c288962bc0fa3d701e273fa3815f19e1775 SHA512 679149afea278115ab63a8845c83f7cbf5cc4586d653fafc63f6abe5e8f388fc1803d692f1ad196f690a3d83bbe8e1d5b99734c4c9f705a72f9efdaa69832e39
MISC metadata.xml 336 BLAKE2B 6cfe6d8423053d86fc829dc1f07931f5ac6db61a09739d750e028a1a504195625e73076d5b1c49df1e144a02cdd140c1567c9f6649b7194d77729e09ad13c3cb SHA512 deafa0d3745ab7b572e8c0820ac067bc5346c26c4e3e27984e01225e9b836c584c8b389def69ab7662bced708e3e1afd506e758fc619619de6729f15f5239a84
diff --git a/kde-misc/kdirstat/kdirstat-3.1.4.ebuild b/kde-misc/kdirstat/kdirstat-3.1.4.ebuild
deleted file mode 100644
index 274f8a7cacae..000000000000
--- a/kde-misc/kdirstat/kdirstat-3.1.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="GUI equivalent to the du command based on KDE Frameworks"
-HOMEPAGE="https://bitbucket.org/jeromerobert/k4dirstat/"
-SRC_URI="https://bitbucket.org/jeromerobert/k4dirstat/get/k4dirstat-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
- sys-devel/gettext
-"
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- # tarball contains git revision hash, which we don't want in the ebuild.
- default
- mv "${WORKDIR}"/*k4dirstat-* "${S}" || die
-}
diff --git a/kde-misc/kdirstat/kdirstat-3.2.0.ebuild b/kde-misc/kdirstat/kdirstat-3.2.0.ebuild
index ba3b65a800b9..320748f7d713 100644
--- a/kde-misc/kdirstat/kdirstat-3.2.0.ebuild
+++ b/kde-misc/kdirstat/kdirstat-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/jeromerobert/k4dirstat/archive/${PV}.tar.gz -> ${P}.
LICENSE="GPL-2"
SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
BDEPEND="