summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 23:13:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 23:20:48 +0200
commit4461ffbf581738fbf48fe1ed744ead6885d93dda (patch)
treede205c455262e9f04e26c52e9327ceb1a65ff4b6 /kde-frameworks/knotifyconfig
parentsys-fs/encfs: Drop 1.9.2 and 1.9.4 (diff)
downloadgentoo-4461ffbf581738fbf48fe1ed744ead6885d93dda.tar.gz
gentoo-4461ffbf581738fbf48fe1ed744ead6885d93dda.tar.bz2
gentoo-4461ffbf581738fbf48fe1ed744ead6885d93dda.zip
kde-frameworks: Drop KDE Frameworks 5.57.0
Package-Manager: Portage-2.3.69, Repoman-2.3.16 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.57.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest
index 1db480c73743..a62fdba3787b 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1,2 +1 @@
-DIST knotifyconfig-5.57.0.tar.xz 83816 BLAKE2B 0d6926359b64102322bc2a5ece1d1cac0b24b9d251b3a3a8da811cfb4179206529c579e3c4647d58f9a400e91e48ab0484afe9f070dada25b0a595ee4df155b4 SHA512 eb803a397e0d82d1a43fb75a2351795e2b6421d72a7e03f376de0d059b65ce25f89a66336eba01e1a6d4c41cae7fe640e35aa32c782b5be860435fe48a58a1e3
DIST knotifyconfig-5.60.0.tar.xz 83972 BLAKE2B dff83369a72d4b738ffb8bab7c18777b150cb80105a3a604c4770b92cc96dc167a04d2a184cd011381ec2efbaae479ca5800c9177d8fae3c1def5495cb983937 SHA512 60142c6f3404117c630518ff7d47b4e5fb53fc91dc4f1d7106152feaa186e7a43d0833e5870a5c40aad1692934b9d4ebb053df5c6630aecd9a9068d23b46eb6e
diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.57.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.57.0.ebuild
deleted file mode 100644
index 004db9a32488..000000000000
--- a/kde-frameworks/knotifyconfig/knotifyconfig-5.57.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework for configuring desktop notifications"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="phonon"
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- phonon? ( media-libs/phonon[qt5(+)] )
-"
-RDEPEND="${DEPEND}"