summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-08 20:05:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-10 10:14:43 +0200
commit396b092255eeda9f2d357dcaac47e90cfca53809 (patch)
tree15ce438c0a65c127ec66816d95e82d3f38e586c5 /kde-frameworks
parentkde-frameworks/knotifications: drop 5.98.0-r1 (diff)
downloadgentoo-396b092255eeda9f2d357dcaac47e90cfca53809.tar.gz
gentoo-396b092255eeda9f2d357dcaac47e90cfca53809.tar.bz2
gentoo-396b092255eeda9f2d357dcaac47e90cfca53809.zip
kde-frameworks/kpackage: drop 5.98.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kpackage/Manifest1
-rw-r--r--kde-frameworks/kpackage/kpackage-5.98.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-frameworks/kpackage/Manifest b/kde-frameworks/kpackage/Manifest
index 982bcd422479..9e2232df4d0c 100644
--- a/kde-frameworks/kpackage/Manifest
+++ b/kde-frameworks/kpackage/Manifest
@@ -1,3 +1,2 @@
DIST kpackage-5.96.0.tar.xz 141384 BLAKE2B 2feabaf3cfdc9322296d9cd6880c830f3aea1b69132c53dd1d93e4eb606af7163a9767c9c49c05192ff1b128e8b6e2cd45b47cf3c520dcc58b2af13e9e57178b SHA512 97133351bd5597a29ae4927656cd8cafd552f8e6203d8419292169f6c19fa4e5f227446393d8ed3fc4a4aac2dc3a8d9fab436dfd499774abc1bee0addb531947
-DIST kpackage-5.98.0.tar.xz 140944 BLAKE2B 15d2c76b8529746dbe218e3454ba80b0cf87705cb64e95ae3664d8663b8b9a1aa85ebe224ca183b9db91b8c83bc7ef68b1d431a0abd118865b0cb5a29bd483a0 SHA512 7cd6b8a22521d6c2c39b869962cdc0cb27238721bc039a9f6809258153501fa2d3f5a4250420554bfaf5ae95210cf51ca0640086fb47e2eaeb4294412857f015
DIST kpackage-5.99.0.tar.xz 133572 BLAKE2B 7f374db134993071b5d2bc3189cb03782b8b1172dc3c5f53f5d43573fd71f6995bfaf446eba9e51c1e3bdad4c830de8048d0f171423f8d90f5f6c3c97b2f9b5b SHA512 b788dc0b42a41993a14fbc6c6e7264c46886d9cac8c3af48a8c2a0ca57dc7935b13b1018e9075526069173e72c1bd88789b4ac9a260be4784c399fdb2aba6fb7
diff --git a/kde-frameworks/kpackage/kpackage-5.98.0.ebuild b/kde-frameworks/kpackage/kpackage-5.98.0.ebuild
deleted file mode 100644
index 3b80fbeb599f..000000000000
--- a/kde-frameworks/kpackage/kpackage-5.98.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-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
-}