From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 663E113829C for ; Thu, 9 Jun 2016 07:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76E7B21C012; Thu, 9 Jun 2016 07:45:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BBC921C012 for ; Thu, 9 Jun 2016 07:45:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3C3D34087F for ; Thu, 9 Jun 2016 07:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AD6F97B for ; Thu, 9 Jun 2016 07:45:33 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1465458307.bd50acc9a63c1748d018773d54cbefa232b80d66.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdirstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdirstat/Manifest kde-misc/kdirstat/kdirstat-2.7.5.ebuild X-VCS-Directories: kde-misc/kdirstat/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bd50acc9a63c1748d018773d54cbefa232b80d66 X-VCS-Branch: master Date: Thu, 9 Jun 2016 07:45:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 47787ce7-af90-4d5b-8cee-965100b72e96 X-Archives-Hash: b4a1ae8ee5858860fa79d3bdc8aec47e commit: bd50acc9a63c1748d018773d54cbefa232b80d66 Author: Johannes Huber gentoo org> AuthorDate: Thu Jun 9 07:45:07 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jun 9 07:45:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd50acc9 kde-misc/kdirstat: Remove 2.7.5 Package-Manager: portage-2.3.0_rc1 kde-misc/kdirstat/Manifest | 1 - kde-misc/kdirstat/kdirstat-2.7.5.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/kde-misc/kdirstat/Manifest b/kde-misc/kdirstat/Manifest index 010f62e..ba24c243 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 cd1fc6a..0000000 --- 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 -}