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 5C487138334 for ; Sat, 27 Apr 2019 20:51:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F028E08C0; Sat, 27 Apr 2019 20:51:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 76869E08C0 for ; Sat, 27 Apr 2019 20:51:55 +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 80B1E342A53 for ; Sat, 27 Apr 2019 20:51:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 328015A5 for ; Sat, 27 Apr 2019 20:51:53 +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: <1556398300.8a7b3d0edaeec148f397c7f2efbf983144d4f68e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpackage/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kpackage/kpackage-5.57.0.ebuild X-VCS-Directories: kde-frameworks/kpackage/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8a7b3d0edaeec148f397c7f2efbf983144d4f68e X-VCS-Branch: master Date: Sat, 27 Apr 2019 20:51:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24fea412-234a-44e1-935b-12b11c33c25e X-Archives-Hash: 4e395e1931447eb7d3d5848cf88770f6 commit: 8a7b3d0edaeec148f397c7f2efbf983144d4f68e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 27 18:45:52 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 27 20:51:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7b3d0e kde-frameworks/kpackage: Drop 5.57.0 (r0) Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kpackage/kpackage-5.57.0.ebuild | 35 -------------------------- 1 file changed, 35 deletions(-) diff --git a/kde-frameworks/kpackage/kpackage-5.57.0.ebuild b/kde-frameworks/kpackage/kpackage-5.57.0.ebuild deleted file mode 100644 index bcf035400b5..00000000000 --- a/kde-frameworks/kpackage/kpackage-5.57.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Framework to install and load packages of non binary content" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="man" - -BDEPEND=" - man? ( $(add_frameworks_dep kdoctools) ) -" -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package man KF5DocTools) - ) - - kde5_src_configure -} - -src_test() { - #bug 650214 - local myctestargs=( -E "(plasma-plasmoidpackagetest)" ) - kde5_src_test -}