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/kbookmarks
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/kbookmarks')
-rw-r--r--kde-frameworks/kbookmarks/Manifest1
-rw-r--r--kde-frameworks/kbookmarks/kbookmarks-5.58.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/kbookmarks/Manifest b/kde-frameworks/kbookmarks/Manifest
index c2612c18cfa0..21bb9e753312 100644
--- a/kde-frameworks/kbookmarks/Manifest
+++ b/kde-frameworks/kbookmarks/Manifest
@@ -1,3 +1,2 @@
DIST kbookmarks-5.57.0.tar.xz 118788 BLAKE2B 46a243d8ea07320f7b00b2daed77af579d513e4db4aec877c0ae68027525283dd1bf364f63f20de42bf38529283b1cab0a5664a12f84c3aeb9fe34e517e46de0 SHA512 d76b95a7a32fb4118160363d1f55895d60f5cef9e00d2db646c1964e2d1aa7e8508589013ae1b284951642fa0c6e3dd74703e1d5407bb8fe7156e189fea82df9
-DIST kbookmarks-5.58.0.tar.xz 119732 BLAKE2B 31507f772e8b6c466eff55cc5ecc87930873049f19fd5df410d19b9004dc615fefef72beb978f04a7f2e336e8b6f62b2e84eefe4ef90d0f4be7b47bd4691f317 SHA512 c0953fd9f0da27ae20ef8f2501a8ad3f5ab2f68d1d1279013b16927803e2325905b57eb6c0a91ad69ba041a2834157f3c8dbd8ece605e40b82f9949157f27e58
DIST kbookmarks-5.59.0.tar.xz 120084 BLAKE2B cc69afd3694f6ecac7bed2df54696867706aa9f4b4d3c684632cde52cdca5a407efbd7e1766bcf02a8ed8799d2ccbfd7bb34777f274386d1d6095bc9df211234 SHA512 c0d5699cf2427b6a2ff72fc9e4f02704ef414f82bb84a1852501eb33ef2d130b5f1f861171198054fcdf8957b104c9e1818546dad577afb0ef4de6f29fe42c4d
diff --git a/kde-frameworks/kbookmarks/kbookmarks-5.58.0.ebuild b/kde-frameworks/kbookmarks/kbookmarks-5.58.0.ebuild
deleted file mode 100644
index fdcb06e4cd1c..000000000000
--- a/kde-frameworks/kbookmarks/kbookmarks-5.58.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for managing bookmarks stored in XBEL format"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( $(add_qt_dep linguist-tools) )
-"
-RDEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
-"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep kconfigwidgets)
-"