summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 13:31:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 13:44:12 +0200
commiteb0fb43fefb336b5cc1b1be4495ae4941079b255 (patch)
tree2333f89a1ea1e451562f8eb96dba266d459ed53c /kde-frameworks
parentkde-frameworks/knewstuff: drop 5.109.0 (diff)
downloadgentoo-eb0fb43fefb336b5cc1b1be4495ae4941079b255.tar.gz
gentoo-eb0fb43fefb336b5cc1b1be4495ae4941079b255.tar.bz2
gentoo-eb0fb43fefb336b5cc1b1be4495ae4941079b255.zip
kde-frameworks/knotifyconfig: drop 5.109.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/knotifyconfig/Manifest1
-rw-r--r--kde-frameworks/knotifyconfig/knotifyconfig-5.109.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest
index 91e50b0351a8..c3e1b79f1d9e 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1,3 +1,2 @@
DIST knotifyconfig-5.108.0.tar.xz 2402148 BLAKE2B ef11752b2bc803a870551b7322c8d8523bda1b8436eb5571e9dc5fef6bdda48836365e60d3ad9fe6990312d2ab0400621eef8cc3d8993068f0a8bfec57bcd4e4 SHA512 fa482744bc4545c7c02b6984ae2aff25cd79454508106afa2eda348d25b54a8586e414c1c66671bf1263b10add1c7c8435c62f02cc1943b31059c7871c9fe7ed
-DIST knotifyconfig-5.109.0.tar.xz 2401840 BLAKE2B 1fcc07cb624434204d986e01402bd6543e03649b50f71ca02a0f9f109a84ecd224a825a59be6960c07417408c736325e399d40f56fb7e54c6916babf72debe78 SHA512 723c427180479b2f3368b352cca7622719a27ee19599fa96aacacf5c2d4aa341a813d8475d8b6f77e59341db04201918daf72b7ac7f2a20f4d734da0a4008f0d
DIST knotifyconfig-5.110.0.tar.xz 2402024 BLAKE2B 82db25177f91f2e449738fec525882b242cf993b618245ef8194380f4a37e1b82decc893f2b19c0f0acdc76e00376887355f5459292f4cdfca31ab56f8e22603 SHA512 32d4d3e5bce62ad037ed385a19ccc61ccaf7abfb26463325105259220df0f5b0752e87adce57a6f6c56b74612ca50681b1e22a675773727728285957c168975e
diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.109.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.109.0.ebuild
deleted file mode 100644
index 99c7c1a92183..000000000000
--- a/kde-frameworks/knotifyconfig/knotifyconfig-5.109.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for configuring desktop notifications"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="phonon"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kcompletion-${PVCUT}*:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kio-${PVCUT}*:5
- !phonon? ( media-libs/libcanberra )
- phonon? ( >=media-libs/phonon-4.11.0 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package !phonon Canberra)
- )
- ecm_src_configure
-}