public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/qdirstat/
Date: Wed, 16 Aug 2017 19:16:38 +0000 (UTC)	[thread overview]
Message-ID: <1502910996.16f4a0e502e9618cdaa3f60f47fbeff90ac7848e.mgorny@gentoo> (raw)

commit:     16f4a0e502e9618cdaa3f60f47fbeff90ac7848e
Author:     Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Tue Aug 15 17:41:51 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 19:16:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f4a0e5

sys-apps/qdirstat: remove old versions

Closes: https://github.com/gentoo/gentoo/pull/5432
Signed-off by: Jonathan Scruggs (j.scruggs <AT> gmail.com)

 sys-apps/qdirstat/Manifest            |  2 --
 sys-apps/qdirstat/qdirstat-1.0.ebuild | 29 -----------------------------
 sys-apps/qdirstat/qdirstat-1.2.ebuild | 27 ---------------------------
 3 files changed, 58 deletions(-)

diff --git a/sys-apps/qdirstat/Manifest b/sys-apps/qdirstat/Manifest
index bd96800581b..52d0d4ccf79 100644
--- a/sys-apps/qdirstat/Manifest
+++ b/sys-apps/qdirstat/Manifest
@@ -1,3 +1 @@
-DIST qdirstat-1.0.tar.gz 805110 SHA256 b8404af004606a9d0e7f3a35bb28f6629a8c84620549fcab8898a551cc07b3a4 SHA512 9e98ea690fd84b435f1b4078c79350a7c0ee6b48560dc500fc9410633a650539c2db16f0526e181700580de0ee8b3044d1219eafc9870cd7e421511159b6d11d WHIRLPOOL 222945223109e9fc6bc2ae1dedeb5e55da4833be688abc14fc884bdd7ed566446d328142b770cebb0438aef52bcc1b48609f45790fc8efdbe36d96b609f9db29
-DIST qdirstat-1.2.tar.gz 1022084 SHA256 d79734915768ae858c784142c7a07b7599178329b40c73894bf575decaf1a911 SHA512 cc340ab9cacdd1ec7edb9baa45302cc9d43b0389b9e0b5dd542b2fa98e8c5a0872350a01790107db4f95e57c9bc45107d019f00841a88fc4a9778178a4f84feb WHIRLPOOL 77e45a215bdeba0cdf71ecc430b8e7d909b21cbd0d02f18f366573be5007eb7addcbf40d1dd3fe4f0b35b270804638b7e92da4ed123cc9ac4c1aa8ace7e7c2ec
 DIST qdirstat-1.4.tar.gz 2534241 SHA256 7f9a0a7304c55ebfad1e50c7747ba762b07068f48304b3d3919bdb65ee037999 SHA512 5711a78297f4224e4471ac14d8e42ee9ac746cc31315ff894dafa1db578eff4ff2a5c62edc525a49c523154a0de402f878200d96601c7924bf0273f0eac9ab74 WHIRLPOOL 4c0be459086411f649cae9d92caebe99a7bb608d6add3a5f34f2c5caa6e63b90a13e54e55c1e7f4a1c95dfc8e228c366bf4f2e2928881a9464226dbc754597cf

diff --git a/sys-apps/qdirstat/qdirstat-1.0.ebuild b/sys-apps/qdirstat/qdirstat-1.0.ebuild
deleted file mode 100644
index 730aff36608..00000000000
--- a/sys-apps/qdirstat/qdirstat-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Qt app to show where your disk space has gone and to help you clean it up"
-HOMEPAGE="https://github.com/shundhammer/qdirstat"
-SRC_URI="https://github.com/shundhammer/qdirstat/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	dev-qt/qtgui:5
-	dev-qt/qtcore:5
-	dev-qt/qtwidgets:5"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${ED}" install
-}

diff --git a/sys-apps/qdirstat/qdirstat-1.2.ebuild b/sys-apps/qdirstat/qdirstat-1.2.ebuild
deleted file mode 100644
index 9d7118c1063..00000000000
--- a/sys-apps/qdirstat/qdirstat-1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Qt app to show where your disk space has gone and to help you clean it up"
-HOMEPAGE="https://github.com/shundhammer/qdirstat"
-SRC_URI="https://github.com/shundhammer/qdirstat/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-qt/qtgui:5
-	dev-qt/qtcore:5
-	dev-qt/qtwidgets:5"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${ED}" install
-}


             reply	other threads:[~2017-08-16 19:16 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-16 19:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-18 20:39 [gentoo-commits] repo/gentoo:master commit in: sys-apps/qdirstat/ Conrad Kostecki
2025-09-18 20:35 Sam James
2025-09-18 20:35 Sam James
2025-08-27 15:02 Andreas Sturmlechner
2025-08-27 15:02 Andreas Sturmlechner
2025-08-25 16:05 Andreas Sturmlechner
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-01-14 15:53 Conrad Kostecki
2022-07-31 13:56 Conrad Kostecki
2022-07-31 13:56 Conrad Kostecki
2022-06-30 10:40 Conrad Kostecki
2022-06-30 10:30 Conrad Kostecki
2021-09-27 20:08 Conrad Kostecki
2021-09-27 20:08 Conrad Kostecki
2021-09-27 20:08 Conrad Kostecki
2021-08-28 19:38 Conrad Kostecki
2021-05-06 11:05 Conrad Kostecki
2021-05-06 11:05 Conrad Kostecki
2021-05-06 11:05 Conrad Kostecki
2021-04-05 15:52 Conrad Kostecki
2020-09-18  9:20 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2020-06-04 13:13 Conrad Kostecki
2020-05-29  7:39 Agostino Sarubbo
2020-02-13 19:02 Conrad Kostecki
2020-02-13 19:02 Conrad Kostecki
2019-12-15 14:46 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2019-12-02 23:22 Conrad Kostecki
2019-09-22  8:13 Joonas Niilola
2019-09-19 16:21 Joonas Niilola
2018-01-27 17:19 Jonathan Scruggs
2017-08-16 19:16 Michał Górny
2017-01-26 22:46 David Seifert
2016-08-10  8:57 Patrice Clement
2016-08-10  8:57 Patrice Clement
2016-08-10  6:57 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1502910996.16f4a0e502e9618cdaa3f60f47fbeff90ac7848e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox