Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/qdirstat/
Date: Fri, 18 Sep 2020 09:20:57
Message-Id: 1600420842.72a49f4f501a9e6c027f674ecf92ea825979bcec.conikost@gentoo
1 commit: 72a49f4f501a9e6c027f674ecf92ea825979bcec
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 18 09:17:45 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 18 09:20:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a49f4f
7
8 sys-apps/qdirstat: drop old version
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 sys-apps/qdirstat/Manifest | 1 -
14 sys-apps/qdirstat/qdirstat-1.6.1.ebuild | 52 ---------------------------------
15 2 files changed, 53 deletions(-)
16
17 diff --git a/sys-apps/qdirstat/Manifest b/sys-apps/qdirstat/Manifest
18 index d756e59cacd..c25b372fbe3 100644
19 --- a/sys-apps/qdirstat/Manifest
20 +++ b/sys-apps/qdirstat/Manifest
21 @@ -1,2 +1 @@
22 -DIST qdirstat-1.6.1.tar.gz 7708491 BLAKE2B e6a92f93c76de0f602a66409a2701cd06f1744ab67c3c829938695f1d59b7244998d3a6ddd9d6cfc6408db3ac98d355f4496348ebd198c93ea345b33414c3048 SHA512 fd4c6a3582184785d935e96e884cc3e2033e3ee174ea893816b14524c5c5c62923c5a8c5869969fb8b1d0e84bbffd9dc707a68bdb53898c55dfd14fe16946110
23 DIST qdirstat-1.7.tar.gz 8057173 BLAKE2B 7de2d74933dcce190240569ca043faf76925592576016090498ae21d2074a79aa9b1313fa491c270d5a841238cb35007a85ca3de9c343a353b3de9235f9e5032 SHA512 9af03c110663eab0df48f69f7d949421feebfdca1299205d25a216587cf2c9e472cbe99ad98f3cd6c783be2b02e0308cdbc2f5549bf662b3061ff5e059317b01
24
25 diff --git a/sys-apps/qdirstat/qdirstat-1.6.1.ebuild b/sys-apps/qdirstat/qdirstat-1.6.1.ebuild
26 deleted file mode 100644
27 index 1417eaf6d6f..00000000000
28 --- a/sys-apps/qdirstat/qdirstat-1.6.1.ebuild
29 +++ /dev/null
30 @@ -1,52 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit qmake-utils xdg-utils
37 -
38 -DESCRIPTION="Qt-based directory statistics"
39 -HOMEPAGE="https://github.com/shundhammer/qdirstat"
40 -SRC_URI="https://github.com/shundhammer/qdirstat/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -
46 -DEPEND="
47 - dev-qt/qtgui:5
48 - dev-qt/qtcore:5
49 - dev-qt/qtwidgets:5
50 - sys-libs/zlib
51 -"
52 -
53 -RDEPEND="
54 - ${DEPEND}
55 - dev-lang/perl
56 - dev-perl/URI
57 -"
58 -
59 -src_prepare() {
60 - default
61 -
62 - # Fix QA warning about incorrect use of doc path
63 - sed -e "/doc.path/s/${PN}/${PF}/" -i doc/doc.pro doc/stats/stats.pro || die
64 -}
65 -
66 -src_configure() {
67 - eqmake5
68 -}
69 -
70 -src_install() {
71 - emake INSTALL_ROOT="${ED}" install
72 -}
73 -
74 -pkg_postinst() {
75 - xdg_desktop_database_update
76 - xdg_icon_cache_update
77 -}
78 -
79 -pkg_postrm() {
80 - xdg_desktop_database_update
81 - xdg_icon_cache_update
82 -}