summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 22:34:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-09 13:20:55 +0200
commitccc87618b5ccb53377ef15377bf1077310dbfcbc (patch)
treee20caefdcad913b987c4abead516f76d945a75cf /kde-frameworks/knotifyconfig
parentgnome-extra/gnome-shell-extension-applications-overview-tooltip: Drop old (diff)
downloadgentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.gz
gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.bz2
gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.zip
kde-frameworks: Drop KDE Frameworks 5.58.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 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.58.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest
index 25ae6a96842a..e9bdbef64061 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1,3 +1,2 @@
DIST knotifyconfig-5.57.0.tar.xz 83816 BLAKE2B 0d6926359b64102322bc2a5ece1d1cac0b24b9d251b3a3a8da811cfb4179206529c579e3c4647d58f9a400e91e48ab0484afe9f070dada25b0a595ee4df155b4 SHA512 eb803a397e0d82d1a43fb75a2351795e2b6421d72a7e03f376de0d059b65ce25f89a66336eba01e1a6d4c41cae7fe640e35aa32c782b5be860435fe48a58a1e3
-DIST knotifyconfig-5.58.0.tar.xz 83936 BLAKE2B ec00e9e395edb3cc66997021d32aadd8488190b454d4cb95d80bc6513a00cc2f8619dbcd61684cc1a3f7309fe50208240e2f10934fc77876c568e1d54c2b8256 SHA512 881f54d22dfd7920eced65d869303f1bec593a995a966d1a641ebae22bcbff5800f4d992c8190049ef6ff821a279f272ab7342f59a4d9aaddb66fb8535090c1b
DIST knotifyconfig-5.59.0.tar.xz 83788 BLAKE2B 5858e56629d1a660b6b5aa00d24ca01aaa60b894565dc7aa1ab37199e9e361ccce32d5704561362ed69c1481e0525c65ecc92c958594bf516f57b2e9d124d127 SHA512 714e4b3434c087e27fe7ea8d7513869901ac13be9f6aa6511bdae8a03b3386903e08e0110f298e907bc8bd60e842ba7e8ecde8a57841b1f85d598ce3801ccdef
diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.58.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.58.0.ebuild
deleted file mode 100644
index db3327f886b3..000000000000
--- a/kde-frameworks/knotifyconfig/knotifyconfig-5.58.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}"