Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583938 - qdirstat-1.0.ebuild (New Package)
Summary: qdirstat-1.0.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 590896
  Show dependency tree
 
Reported: 2016-05-24 08:25 UTC by Märt Bakhoff
Modified: 2016-08-10 06:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild draft (qdirstat-1.0.ebuild,396 bytes, text/plain)
2016-05-24 08:25 UTC, Märt Bakhoff
Details
qdirstat-1.0.ebuild (qdirstat-1.0.ebuild,383 bytes, text/plain)
2016-08-09 16:06 UTC, Jonathan Scruggs (RETIRED)
Details
qdirstat-1.0.ebuild (qdirstat-1.0.ebuild,551 bytes, text/plain)
2016-08-09 17:24 UTC, Jonathan Scruggs (RETIRED)
Details
Submitted ebuild (qdirstat-1.0.ebuild,588 bytes, text/plain)
2016-08-10 06:40 UTC, Jonathan Scruggs (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Märt Bakhoff 2016-05-24 08:25:06 UTC
Created attachment 435196 [details]
ebuild draft

Hi!

Could we add qdirstat to portage? 

Project description: 

QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems.

Project homepage: 
https://github.com/shundhammer/qdirstat/

Regards
Märt B
Comment 1 Jonathan Scruggs (RETIRED) gentoo-dev 2016-08-09 16:06:46 UTC
Created attachment 442844 [details]
qdirstat-1.0.ebuild

Here is a slightly cleaned up ebuild.

I might ask to maintain this. I have a lot of ebuilds already, but this was useful and fast!
Comment 2 Jonathan Scruggs (RETIRED) gentoo-dev 2016-08-09 16:17:50 UTC
You can always git pull it from here as well:
https://github.com/dracwyrm/gentoo-ebuilds/tree/pre-ebuilds/sys-apps/qdirstat
Comment 3 Jonathan Scruggs (RETIRED) gentoo-dev 2016-08-09 17:24:55 UTC
Created attachment 442878 [details]
qdirstat-1.0.ebuild

Actually, this one is better. :)
Comment 4 Jonathan Scruggs (RETIRED) gentoo-dev 2016-08-10 06:40:19 UTC
Created attachment 442896 [details]
Submitted ebuild

I submitted a pull request here:
https://github.com/gentoo/gentoo/pull/2051

Hopefully in portage soon. Thanks for the package suggestion.
Comment 5 Patrice Clement gentoo-dev 2016-08-10 06:57:25 UTC
commit 547e52a3f7eb2e8fc14ba7a706c72c8f2f61e62e (HEAD -> master, origin/master, origin/HEAD)
Author:     Jonathan Scruggs <j.scruggs@gmail.com>
AuthorDate: Tue Aug 9 18:55:42 2016 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Wed Aug 10 08:57:06 2016 +0200

sys-apps/qdirstat: New package.

QDirStat is a graphical application to show where your disk space
has gone and to help you clean it up.

This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now
based on the latest Qt 5. It does not need any KDE libs or
infrastructure. It runs on every X11-based desktop on Linux, BSD
and other Unix-like systems.

Gentoo-Bug: https://bugs.gentoo.org/583938

Base for ebuild from Märt Bakhoff in bug report

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2051

Signed-off-by: Jonathan Scruggs <j.scruggs@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

sys-apps/qdirstat/Manifest            |  1 +
sys-apps/qdirstat/metadata.xml        | 24 ++++++++++++++++++++++++
sys-apps/qdirstat/qdirstat-1.0.ebuild | 28 ++++++++++++++++++++++++++++
3 files changed, 53 insertions(+)
create mode 100644 sys-apps/qdirstat/Manifest
create mode 100644 sys-apps/qdirstat/metadata.xml
create mode 100644 sys-apps/qdirstat/qdirstat-1.0.ebuild

Added to Portage. Thanks!