From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DAF6138334 for ; Thu, 7 Jun 2018 17:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89902E0B04; Thu, 7 Jun 2018 17:49:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58AE3E0B04 for ; Thu, 7 Jun 2018 17:49:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2F44335C7E for ; Thu, 7 Jun 2018 17:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A21029E for ; Thu, 7 Jun 2018 17:49:02 +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: <1528393713.4186a0ba81b8453dbc03205c67d5f1147dcc7644.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-3.1.2.ebuild X-VCS-Directories: kde-misc/kdirstat/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4186a0ba81b8453dbc03205c67d5f1147dcc7644 X-VCS-Branch: master Date: Thu, 7 Jun 2018 17:49:02 +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: 92e40ac3-a161-42f0-bf78-748d32389c42 X-Archives-Hash: 2795ed54cac12e461a5ac90fe3b74414 commit: 4186a0ba81b8453dbc03205c67d5f1147dcc7644 Author: Johannes Huber gentoo org> AuthorDate: Thu Jun 7 17:48:33 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jun 7 17:48:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4186a0ba kde-misc/kdirstat: Remove 3.1.2 Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-misc/kdirstat/Manifest | 1 - kde-misc/kdirstat/kdirstat-3.1.2.ebuild | 42 --------------------------------- 2 files changed, 43 deletions(-) diff --git a/kde-misc/kdirstat/Manifest b/kde-misc/kdirstat/Manifest index dab58285c2d..de6710f8156 100644 --- a/kde-misc/kdirstat/Manifest +++ b/kde-misc/kdirstat/Manifest @@ -1,2 +1 @@ -DIST k4dirstat-3.1.2.tar.bz2 227623 BLAKE2B 718360b79fb164960f99680a1501f72e65b0108a6ab9a38f72100df7ea9541a77d1d967d4eb645dd84978fa94553e9dd4b1b91d73144862bca8668ea401a0be1 SHA512 52c8fb58bde8f2ebb3404a3553ad5e3c838e95353808165f2e8f088f4848b40a5dda3427c6f24dd3d8bc8858e9c28f1f1db0993963c16cf355eeba253fc8344c DIST k4dirstat-3.1.3.tar.bz2 230480 BLAKE2B ddb91b9d6a4ce119f4f3c71541ad490b973de1e6648ce019e48374d825b18ba697b652f59d42995b14f53e730370ee41f9910056406711003e506e0826b9ad39 SHA512 b5e71d5d235ead64d1a7c6005551585316a8565c806a3ca07050331b2a8ff13f7048b1cc54489e84f49be3abedf01c65b5b6951724c955f540d7c3fa0bfd2afc diff --git a/kde-misc/kdirstat/kdirstat-3.1.2.ebuild b/kde-misc/kdirstat/kdirstat-3.1.2.ebuild deleted file mode 100644 index bef8cfdf24d..00000000000 --- a/kde-misc/kdirstat/kdirstat-3.1.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="GUI equivalent to the du command based on KDE Frameworks" -HOMEPAGE="https://bitbucket.org/jeromerobert/k4dirstat/" -SRC_URI="https://bitbucket.org/jeromerobert/k4dirstat/get/k4dirstat-${PV}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - sys-libs/zlib -" -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND} - !kde-misc/kdirstat:4 -" - -src_unpack() { - # tarball contains git revision hash, which we don't want in the ebuild. - default - mv "${WORKDIR}"/*k4dirstat-* "${S}" || die -}