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 D78F959CA3 for ; Sun, 13 Mar 2016 16:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CAD21C01F; Sun, 13 Mar 2016 16:42:27 +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 F373121C01F for ; Sun, 13 Mar 2016 16:42:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 092F6340B7F for ; Sun, 13 Mar 2016 16:42:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B16CC84B for ; Sun, 13 Mar 2016 16:42:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1457887327.846f7f2c8595b70ef0d45fdc11cfff3a4ba02160.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdirstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdirstat/kdirstat-3.0.ebuild X-VCS-Directories: kde-misc/kdirstat/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 846f7f2c8595b70ef0d45fdc11cfff3a4ba02160 X-VCS-Branch: master Date: Sun, 13 Mar 2016 16:42:21 +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: 163cfcc0-e7c6-4e2b-af34-f85806891821 X-Archives-Hash: ee3ab3fa763e2bdd59cdb41e60b44394 commit: 846f7f2c8595b70ef0d45fdc11cfff3a4ba02160 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Mar 12 20:18:51 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Mar 13 16:42:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846f7f2c kde-misc/kdirstat: Drop old Package-Manager: portage-2.2.27 kde-misc/kdirstat/kdirstat-3.0.ebuild | 45 ----------------------------------- 1 file changed, 45 deletions(-) diff --git a/kde-misc/kdirstat/kdirstat-3.0.ebuild b/kde-misc/kdirstat/kdirstat-3.0.ebuild deleted file mode 100644 index 81cec91..0000000 --- a/kde-misc/kdirstat/kdirstat-3.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -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="5" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - sys-libs/zlib - !kde-misc/kdirstat:4 -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kdoctools) - sys-devel/gettext -" - -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 -}