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 BDB05138359 for ; Sun, 25 Oct 2020 10:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C8BDE0806; Sun, 25 Oct 2020 10:48:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E8D30E0806 for ; Sun, 25 Oct 2020 10:48:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B1AA6340BB9 for ; Sun, 25 Oct 2020 10:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 667FE3BA for ; Sun, 25 Oct 2020 10:48:51 +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: <1603622870.17b4bc389e48ce510a513a4168728fadbb5eef30.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.74.0.ebuild kde-frameworks/kpackage/kpackage-5.75.0.ebuild X-VCS-Directories: kde-frameworks/kpackage/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17b4bc389e48ce510a513a4168728fadbb5eef30 X-VCS-Branch: master Date: Sun, 25 Oct 2020 10:48:51 +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: cd3c37fa-f182-43ff-ba70-849152f40a28 X-Archives-Hash: dd52eb534186677749a2a51906c7b261 commit: 17b4bc389e48ce510a513a4168728fadbb5eef30 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 25 10:40:55 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 25 10:47:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b4bc38 kde-frameworks/kpackage: Drop 5.74.0 (r0) and 5.75.0 (r0) Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kpackage/kpackage-5.74.0.ebuild | 37 -------------------------- kde-frameworks/kpackage/kpackage-5.75.0.ebuild | 37 -------------------------- 2 files changed, 74 deletions(-) diff --git a/kde-frameworks/kpackage/kpackage-5.74.0.ebuild b/kde-frameworks/kpackage/kpackage-5.74.0.ebuild deleted file mode 100644 index 396a714eac6..00000000000 --- a/kde-frameworks/kpackage/kpackage-5.74.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PVCUT=$(ver_cut 1-2) -inherit ecm kde.org - -DESCRIPTION="Framework to install and load packages of non binary content" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="man" - -BDEPEND=" - man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 ) -" -DEPEND=" - =kde-frameworks/karchive-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package man KF5DocTools) - ) - - ecm_src_configure -} - -src_test() { - #bug 650214 - local myctestargs=( -E "(plasma-plasmoidpackagetest)" ) - ecm_src_test -} diff --git a/kde-frameworks/kpackage/kpackage-5.75.0.ebuild b/kde-frameworks/kpackage/kpackage-5.75.0.ebuild deleted file mode 100644 index 2bbcd2bd928..00000000000 --- a/kde-frameworks/kpackage/kpackage-5.75.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PVCUT=$(ver_cut 1-2) -inherit ecm kde.org - -DESCRIPTION="Framework to install and load packages of non binary content" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="man" - -BDEPEND=" - man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 ) -" -DEPEND=" - =kde-frameworks/karchive-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package man KF5DocTools) - ) - - ecm_src_configure -} - -src_test() { - #bug 650214 - local myctestargs=( -E "(plasma-plasmoidpackagetest)" ) - ecm_src_test -}