sys-apps/qdirstat: drop old version
authorConrad Kostecki <conrad@kostecki.com>
Sat, 21 Sep 2019 19:59:14 +0000 (21:59 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Sun, 22 Sep 2019 08:11:35 +0000 (11:11 +0300)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12993
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
sys-apps/qdirstat/Manifest
sys-apps/qdirstat/qdirstat-1.4.ebuild [deleted file]

index 7b2965fcf90effbc2940139e69e802cd8ae88203..61096ddb0424fb9356f675e1505caa383ba09adf 100644 (file)
@@ -1,2 +1 @@
-DIST qdirstat-1.4.tar.gz 2534241 BLAKE2B 70b84376a949ab3d74879bc78dac9d41c592ee9a4c60d27ad9d85ab09378f85a65209c78f7030f76e86e8e418803eef5ed1dadb07a1058ec38c13d753f6e3e61 SHA512 5711a78297f4224e4471ac14d8e42ee9ac746cc31315ff894dafa1db578eff4ff2a5c62edc525a49c523154a0de402f878200d96601c7924bf0273f0eac9ab74
 DIST qdirstat-1.6.tar.gz 6398935 BLAKE2B dba15df3f9dd34276ee38ccdd97d1b8158596198b22a807b4d0a68c7d33d146a25ef5b987c4a6e3dc16df421422ddc0cad2e9f60a80493ac668bcb023c15c31c SHA512 8d1350bc8995dac2de90a32ca5ddaac47a317c7e7044f39ed87a7b2e208cda0b84f04c147f7a2414d7a0c5c731479847a879aedcf5781ca772fbfa8fa360cc77
diff --git a/sys-apps/qdirstat/qdirstat-1.4.ebuild b/sys-apps/qdirstat/qdirstat-1.4.ebuild
deleted file mode 100644 (file)
index c7c59c7..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils qmake-utils xdg-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
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}