commit:     17b4bc389e48ce510a513a4168728fadbb5eef30
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 10:40:55 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}

Reply via email to