summaryrefslogtreecommitdiff
path: root/kde-frameworks/kpackage
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-10 12:06:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-10 12:06:58 +0200
commit9b522cd2720a913822e15c451764884869d60ecb (patch)
tree4ec76f48ca71db25a542464398d5aa2ab69203e5 /kde-frameworks/kpackage
parent2b5770ab586c7b0c64156ca8e54353e9fec58c33 (diff)
downloadkde-9b522cd2720a913822e15c451764884869d60ecb.tar.gz
kde-9b522cd2720a913822e15c451764884869d60ecb.tar.bz2
kde-9b522cd2720a913822e15c451764884869d60ecb.zip
kde-frameworks/kpackage: drop 5.107.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kpackage')
-rw-r--r--kde-frameworks/kpackage/Manifest1
-rw-r--r--kde-frameworks/kpackage/kpackage-5.107.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-frameworks/kpackage/Manifest b/kde-frameworks/kpackage/Manifest
deleted file mode 100644
index 1ad73fa5926..00000000000
--- a/kde-frameworks/kpackage/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpackage-5.107.0.tar.xz 187320 BLAKE2B d6b353e398b1c7b5c485fc514e75206a184708abe970e87200a8bf70611351ec6f3986cf40ca91c1af4c82c6ee6a8bbdbf8ca61ff64148d5254af564b6921963 SHA512 b5b5721f580542026f162b0949d54f0ed43b8584e0f985920b06fb940941f9cf5133ec1ee8bc6f22be47d83a9f7f3f4128cfab3e9412454b5429e9b6081dafda
diff --git a/kde-frameworks/kpackage/kpackage-5.107.0.ebuild b/kde-frameworks/kpackage/kpackage-5.107.0.ebuild
deleted file mode 100644
index 9daea9e5716..00000000000
--- a/kde-frameworks/kpackage/kpackage-5.107.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to install and load packages of non binary content"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="man"
-
-BDEPEND="
- man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- =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() {
- # plasma-plasmoidpackagetest bug 650214
- # testpackage-appstream requires network access
- local myctestargs=( -E "(plasma-plasmoidpackagetest|testpackage-appstream)" )
- ecm_src_test
-}