diff options
author | Johannes Huber <johu@gentoo.org> | 2016-06-09 09:45:07 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-06-09 09:45:07 +0200 |
commit | bd50acc9a63c1748d018773d54cbefa232b80d66 (patch) | |
tree | aa7d6c0b6d80f3678c3df6bb251e2bff337f4e99 /kde-misc/kdirstat | |
parent | kde-base/kdebase-pam: Remove 9 (diff) | |
download | gentoo-bd50acc9a63c1748d018773d54cbefa232b80d66.tar.gz gentoo-bd50acc9a63c1748d018773d54cbefa232b80d66.tar.bz2 gentoo-bd50acc9a63c1748d018773d54cbefa232b80d66.zip |
kde-misc/kdirstat: Remove 2.7.5
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-misc/kdirstat')
-rw-r--r-- | kde-misc/kdirstat/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/kdirstat/kdirstat-2.7.5.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-misc/kdirstat/Manifest b/kde-misc/kdirstat/Manifest index 010f62e2c21b..ba24c2434e0d 100644 --- a/kde-misc/kdirstat/Manifest +++ b/kde-misc/kdirstat/Manifest @@ -1,2 +1 @@ -DIST k4dirstat-2.7.5.tar.bz2 225485 SHA256 20fcf97285c8e1836cec94b05dc4e3ae92e0f7e806cd278d46ec2c3287f5ff31 SHA512 57853c00c26cbef13523455c854e38da7eddfb4382c6143a25a2c43a319c4c03037cba44340097c0612a329f2308f0f1e54ffe8cf1329d8d05755231a50da895 WHIRLPOOL c37a2797caec7515fcaca93f9ca3d8103bfb151526d6c5148f19f58e673ae2f13e71b2d76f626c9d148ab402efeefa2a3f2747ad7c88e7c8f3a46cd3ef646419 DIST k4dirstat-3.0.tar.bz2 231647 SHA256 edbae93e477556e48dc45b93f6462e8b7ca61cacf3d38c97d1a81c412860bb12 SHA512 07b707e09c71fab1614a917172ac4182a1460b4413ce497d26d34f85624d588ae7424366773d288c8070d1bc070633c7a6667d4950c4cb77b890ef2afe5e5b64 WHIRLPOOL f3069ceaef3a1a7cd7bcc9f6fa92febbe5f15e1aaaf51da79e2889663d165ab26f629d7341df07fd6629b66656816312d201eff974e9eaa4a4f66560da83d77f diff --git a/kde-misc/kdirstat/kdirstat-2.7.5.ebuild b/kde-misc/kdirstat/kdirstat-2.7.5.ebuild deleted file mode 100644 index cd1fc6ad2071..000000000000 --- a/kde-misc/kdirstat/kdirstat-2.7.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_LINGUAS="de fr hu it ja" -inherit kde4-base - -DESCRIPTION="Nice KDE replacement to the du command" -HOMEPAGE="https://bitbucket.org/jeromerobert/k4dirstat/" -SRC_URI="https://bitbucket.org/jeromerobert/k4dirstat/get/k4dirstat-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND="$(add_kdeapps_dep libkonq) - sys-libs/zlib -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS CREDITS TODO ) - -src_unpack() { - # tarball contains git revision hash, which we don't want in the ebuild. - default - mv "${WORKDIR}"/*k4dirstat-* "${S}" || die -} |