diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 23:13:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 23:20:48 +0200 |
commit | 4461ffbf581738fbf48fe1ed744ead6885d93dda (patch) | |
tree | de205c455262e9f04e26c52e9327ceb1a65ff4b6 /kde-frameworks/kbookmarks | |
parent | sys-fs/encfs: Drop 1.9.2 and 1.9.4 (diff) | |
download | gentoo-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/kbookmarks')
-rw-r--r-- | kde-frameworks/kbookmarks/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kbookmarks/kbookmarks-5.57.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/kbookmarks/Manifest b/kde-frameworks/kbookmarks/Manifest index 1d98ebd3a258..e9a9a63bf663 100644 --- a/kde-frameworks/kbookmarks/Manifest +++ b/kde-frameworks/kbookmarks/Manifest @@ -1,2 +1 @@ -DIST kbookmarks-5.57.0.tar.xz 118788 BLAKE2B 46a243d8ea07320f7b00b2daed77af579d513e4db4aec877c0ae68027525283dd1bf364f63f20de42bf38529283b1cab0a5664a12f84c3aeb9fe34e517e46de0 SHA512 d76b95a7a32fb4118160363d1f55895d60f5cef9e00d2db646c1964e2d1aa7e8508589013ae1b284951642fa0c6e3dd74703e1d5407bb8fe7156e189fea82df9 DIST kbookmarks-5.60.0.tar.xz 120188 BLAKE2B a0711e409e1f38fc6c5ac8cbee3c583d8da8602d44629f4c7a7cacef4ff3ebe37267d23810dbd98e3eaaa80aa294af3c50c8484caf754c152e72ed62ae1e8fc7 SHA512 bd5a7a2aaed59c585abdf41a606ccc69e7096964e09c4fe7a67575cb2514adbebd4588adfc9feff6aa1cefe41847b1103ecabd5d105937a7c78365f00ee3efbd diff --git a/kde-frameworks/kbookmarks/kbookmarks-5.57.0.ebuild b/kde-frameworks/kbookmarks/kbookmarks-5.57.0.ebuild deleted file mode 100644 index 57508fa95d2d..000000000000 --- a/kde-frameworks/kbookmarks/kbookmarks-5.57.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) -" |