diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-24 13:45:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-28 10:45:12 +0100 |
commit | 632c43887d4d758355931afd06965d9c73ab5391 (patch) | |
tree | cd834a527eaea2f83fed544715fb6ef106c6fc75 /kde-frameworks | |
parent | kde-frameworks/knotifications: drop 5.110.0 (diff) | |
download | gentoo-632c43887d4d758355931afd06965d9c73ab5391.tar.gz gentoo-632c43887d4d758355931afd06965d9c73ab5391.tar.bz2 gentoo-632c43887d4d758355931afd06965d9c73ab5391.zip |
kde-frameworks/kpackage: drop 5.110.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kpackage/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kpackage/kpackage-5.110.0.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-frameworks/kpackage/Manifest b/kde-frameworks/kpackage/Manifest index 2a8e249f7529..e3f5de5d671f 100644 --- a/kde-frameworks/kpackage/Manifest +++ b/kde-frameworks/kpackage/Manifest @@ -1,2 +1 @@ -DIST kpackage-5.110.0.tar.xz 187512 BLAKE2B 3e3561003e16bd71895a7894e1705c4ae3b5d0717cbb69a0e1566fbed85e9140fb3393a3ced29e3d281a6f2879c0a028cbcfe8ab2fa60bf8206e9080b98fa84e SHA512 830728c3ee09a223d22553dcee6abff971a2278e3a7e7f4bec5f5710754a0f18dc80506869969f786281e2e22a0e6bdd51cbef5945aee2b2690b75339f154ceb DIST kpackage-5.112.0.tar.xz 187500 BLAKE2B d4fa26086a8383ceaa6267b423bec9995cb3a49e10dbb5c2a181fc63c1bd2e5cb74d214402dcd85cfc404dcc867155f88b24cc09478824035bb3eff8244944c5 SHA512 e5afa6dce6e91f729752661470468388c203864570f0e5e7ddc58e3170d03c347b95816b9ebd1383773b51401f9c73b24b7d87b0283bb63dc283ef571d5a1e79 diff --git a/kde-frameworks/kpackage/kpackage-5.110.0.ebuild b/kde-frameworks/kpackage/kpackage-5.110.0.ebuild deleted file mode 100644 index 35f85f683b60..000000000000 --- a/kde-frameworks/kpackage/kpackage-5.110.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 -} |