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 BF8AB139694 for ; Sun, 19 Feb 2017 23:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BED0221C039; Sun, 19 Feb 2017 23:56:25 +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 9840E21C039 for ; Sun, 19 Feb 2017 23:56:25 +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 8C377340A23 for ; Sun, 19 Feb 2017 23:56:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 781664DC5 for ; Sun, 19 Feb 2017 23:56:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1487548565.c2e4391b21e715ac79f5f6eb1ce6d99f5aba8d4d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/krusader/krusader-2.5.0-r1.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c2e4391b21e715ac79f5f6eb1ce6d99f5aba8d4d X-VCS-Branch: master Date: Sun, 19 Feb 2017 23:56:22 +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: 03e012c4-9285-4d31-856f-eebf8818e2c0 X-Archives-Hash: 2a5672343ad13072ca0048a88eccfd49 commit: c2e4391b21e715ac79f5f6eb1ce6d99f5aba8d4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 19 23:55:02 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 19 23:56:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e4391b kde-misc/krusader: Drop old Package-Manager: portage-2.3.3 kde-misc/krusader/krusader-2.5.0-r1.ebuild | 57 ------------------------------ 1 file changed, 57 deletions(-) diff --git a/kde-misc/krusader/krusader-2.5.0-r1.ebuild b/kde-misc/krusader/krusader-2.5.0-r1.ebuild deleted file mode 100644 index 3fef3609ea..0000000000 --- a/kde-misc/krusader/krusader-2.5.0-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="An advanced twin-panel (commander-style) file-manager with many extras" -HOMEPAGE="https://krusader.org/" -[[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - sys-apps/acl - sys-libs/zlib -" -RDEPEND="${DEPEND} - !kde-misc/krusader:4 -" - -PATCHES=( - "${FILESDIR}/${P}"-fix-krarc-mime.patch - "${FILESDIR}/${P}"-browse-iso.patch - "${FILESDIR}/${P}"-hardcode-krarc-mime.patch -)