diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-26 20:39:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-26 21:06:51 +0200 |
commit | f97fba2a1f88c12a682e8da5c1bf4ca939daa88c (patch) | |
tree | 5851d2ff6d9930ed4cd98f9c83d2e14bfb9c691e /kde-frameworks/kpackage | |
parent | kde-frameworks/knotifications: drop 5.108.0 (diff) | |
download | gentoo-f97fba2a1f88c12a682e8da5c1bf4ca939daa88c.tar.gz gentoo-f97fba2a1f88c12a682e8da5c1bf4ca939daa88c.tar.bz2 gentoo-f97fba2a1f88c12a682e8da5c1bf4ca939daa88c.zip |
kde-frameworks/kpackage: drop 5.108.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kpackage')
-rw-r--r-- | kde-frameworks/kpackage/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kpackage/kpackage-5.108.0.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-frameworks/kpackage/Manifest b/kde-frameworks/kpackage/Manifest index c5fa0f5b785c..031bfea45aed 100644 --- a/kde-frameworks/kpackage/Manifest +++ b/kde-frameworks/kpackage/Manifest @@ -1,2 +1 @@ -DIST kpackage-5.108.0.tar.xz 187356 BLAKE2B a4e46f3e57ab3fa2faebb4ffa2ea54f10cf93b1d2cbdd0dc4985d6b81ff458ecbc9e2c42ec1df61876057d8c59db103ee9e95e4c10cd7ff6f5288977b670de03 SHA512 9e58acd078489745f4c416ca35c29735fe21171b4737e4c0e6d276e0b5ea379a60bc629f040e203159cb00fd4cca9708f04b55bbce36de8deb6a1d8394800fea DIST kpackage-5.110.0.tar.xz 187512 BLAKE2B 3e3561003e16bd71895a7894e1705c4ae3b5d0717cbb69a0e1566fbed85e9140fb3393a3ced29e3d281a6f2879c0a028cbcfe8ab2fa60bf8206e9080b98fa84e SHA512 830728c3ee09a223d22553dcee6abff971a2278e3a7e7f4bec5f5710754a0f18dc80506869969f786281e2e22a0e6bdd51cbef5945aee2b2690b75339f154ceb diff --git a/kde-frameworks/kpackage/kpackage-5.108.0.ebuild b/kde-frameworks/kpackage/kpackage-5.108.0.ebuild deleted file mode 100644 index 35f85f683b60..000000000000 --- a/kde-frameworks/kpackage/kpackage-5.108.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 -} |