summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-01 13:31:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-01 13:32:09 +0100
commit9888c347166f967a3c56aa6d54ee222c4b5e27aa (patch)
tree7cb2b503b6a9a58142ba88d0a96b158d9aa81731 /kde-frameworks/kbookmarks
parentwww-misc/vdradmin-am: moved to acct user/group handling (diff)
downloadgentoo-9888c347166f967a3c56aa6d54ee222c4b5e27aa.tar.gz
gentoo-9888c347166f967a3c56aa6d54ee222c4b5e27aa.tar.bz2
gentoo-9888c347166f967a3c56aa6d54ee222c4b5e27aa.zip
kde-frameworks: Drop KDE Frameworks 5.64
Package-Manager: Portage-2.3.90, Repoman-2.3.20 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.64.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kbookmarks/Manifest b/kde-frameworks/kbookmarks/Manifest
index 06615574dfff..f936c7e27c99 100644
--- a/kde-frameworks/kbookmarks/Manifest
+++ b/kde-frameworks/kbookmarks/Manifest
@@ -1,2 +1 @@
-DIST kbookmarks-5.64.0.tar.xz 120112 BLAKE2B abd35194939e0ff4cd1c07d3e4641b66f3276989cef4e54167e4edbb92bd95bf99dc13d3d3091caf724f8335221228789d4ed4c89c91c6f6c6a1f24353aaac16 SHA512 66269ead2aaa33e7311c3c7384973050fb8b75ebec17d1f36a3f07216b5bd82d3b92ffe4bfbf306f479784a29b583ce1247a78d9b33637adb3cb95994b7e424f
DIST kbookmarks-5.67.0.tar.xz 120776 BLAKE2B 67cc22431d9ef75d6a0c7239a39cc40e9db2d941185ffdd96f0085c0f419569885cee8efe65f21214fb6188ff96bc52d26e0d2fe4b1b18fb9ba99920aa3d74d7 SHA512 3ab71f193e3acf2bd0074d3e20e38c9cc3ee9aec207d59b06cb8f7d160b40337d5473f29afd1fec17f0af0d82abd8b31821f46991734ae8906c5fd6aa926e066
diff --git a/kde-frameworks/kbookmarks/kbookmarks-5.64.0.ebuild b/kde-frameworks/kbookmarks/kbookmarks-5.64.0.ebuild
deleted file mode 100644
index 229a35ba584c..000000000000
--- a/kde-frameworks/kbookmarks/kbookmarks-5.64.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for managing bookmarks stored in XBEL format"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-RDEPEND="
- >=kde-frameworks/kcodecs-${PVCUT}:5
- >=kde-frameworks/kconfig-${PVCUT}:5
- >=kde-frameworks/kcoreaddons-${PVCUT}:5
- >=kde-frameworks/kiconthemes-${PVCUT}:5
- >=kde-frameworks/kwidgetsaddons-${PVCUT}:5
- >=kde-frameworks/kxmlgui-${PVCUT}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/kconfigwidgets-${PVCUT}:5
-"