summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-24 13:46:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-28 10:45:16 +0100
commit3378467c6cfaa66c2b6b4263e02355edee365ac5 (patch)
tree14389a3c08080f766938a8fa0b3142f51fc5d38d /kde-frameworks/knotifyconfig
parentkde-frameworks/knewstuff: drop 5.110.0 (diff)
downloadgentoo-3378467c6cfaa66c2b6b4263e02355edee365ac5.tar.gz
gentoo-3378467c6cfaa66c2b6b4263e02355edee365ac5.tar.bz2
gentoo-3378467c6cfaa66c2b6b4263e02355edee365ac5.zip
kde-frameworks/knotifyconfig: drop 5.110.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/knotifyconfig')
-rw-r--r--kde-frameworks/knotifyconfig/Manifest1
-rw-r--r--kde-frameworks/knotifyconfig/knotifyconfig-5.110.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest
index 6b7499ae43c3..b8913343f41e 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1,2 +1 @@
-DIST knotifyconfig-5.110.0.tar.xz 2402024 BLAKE2B 82db25177f91f2e449738fec525882b242cf993b618245ef8194380f4a37e1b82decc893f2b19c0f0acdc76e00376887355f5459292f4cdfca31ab56f8e22603 SHA512 32d4d3e5bce62ad037ed385a19ccc61ccaf7abfb26463325105259220df0f5b0752e87adce57a6f6c56b74612ca50681b1e22a675773727728285957c168975e
DIST knotifyconfig-5.112.0.tar.xz 2401844 BLAKE2B 025aee5678d8e98b28e449a44f0261dda021c31c3d9de5fb8d48a273e035a4b50102c235bcca2cf436d2d1b805ea68c92e2f7ec667c3688ce457609090964542 SHA512 e939018c180c1ead372b48d389cef6a66ac2bcc64d08ccd0d39c003add7ae288d9f97a6eaa7a55e011a5f0dce1aa2ecf30694fb8a5c6dec13c324ce42fa8dbb8
diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.110.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.110.0.ebuild
deleted file mode 100644
index 729a48d40f44..000000000000
--- a/kde-frameworks/knotifyconfig/knotifyconfig-5.110.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
-}