diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-09 02:02:59 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-09 14:10:38 +0200 |
commit | ccf5cdc6a64c48999cb872494db98e180d91bb9e (patch) | |
tree | b9d000526ef0bc544f53b16a8523e7e74a76d203 /kde-frameworks/kbookmarks | |
parent | kde-frameworks/kactivities-stats: drop 5.81.0* (diff) | |
download | gentoo-ccf5cdc6a64c48999cb872494db98e180d91bb9e.tar.gz gentoo-ccf5cdc6a64c48999cb872494db98e180d91bb9e.tar.bz2 gentoo-ccf5cdc6a64c48999cb872494db98e180d91bb9e.zip |
kde-frameworks/kbookmarks: drop 5.81.0*
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.81.0.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-frameworks/kbookmarks/Manifest b/kde-frameworks/kbookmarks/Manifest index 1edf4d5d7834..0e674bacca78 100644 --- a/kde-frameworks/kbookmarks/Manifest +++ b/kde-frameworks/kbookmarks/Manifest @@ -1,3 +1,2 @@ DIST kbookmarks-5.80.0.tar.xz 126264 BLAKE2B bf6ac0571293bdb5814395df7ab7ab9bca15f44978de045fff2d6af551d68e1715b1b44ecc4c183b5a7ae319bc44c06f9beb13570a4128fa23b29e9457f29b9a SHA512 c555fffaf850d93779b00aa9b5398e3286d02fe7a93844cb7b89cfce5ca8e5a694a6619daee734104bebbbb8ac5f5ceb97f2e778e476d3b0a4cdf030cd35f40b -DIST kbookmarks-5.81.0.tar.xz 126832 BLAKE2B b67eef23ee24316ad572a8015a7845ff7dc5d5056ce10228c717435484eaf1a275fee52cc7d8a11813c3b75d15f253282f89c99bee5615ce71b4b7d7e7c5a803 SHA512 4ce762e6f6a34d658c010f1c7165f6786e6ae98e62b903d424de1634d069c40c29e11ef6d0e24e534ed0a8dd9c4b146e915ae91246fa064f05ffc956e5d67065 DIST kbookmarks-5.82.0.tar.xz 126800 BLAKE2B df1aa0b34b1fcc21a481995001ab563ebafdca67d307d1f610033aa364899bfb9dbf5a9aad4d4eea4bc5a8a4e93c5afcc45dc1efb78dbd79d7cd4125ec8749af SHA512 aa1ad09e63eee22eb5aeb094b9d2986f6a700038c790023878d7a6a6fd6e9e2f0af0092f576d1e1e6b2413219c3461f1bbe3347afb19e3be8e9a081443aa5872 diff --git a/kde-frameworks/kbookmarks/kbookmarks-5.81.0.ebuild b/kde-frameworks/kbookmarks/kbookmarks-5.81.0.ebuild deleted file mode 100644 index 8d622a20ed1f..000000000000 --- a/kde-frameworks/kbookmarks/kbookmarks-5.81.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Framework for managing bookmarks stored in XBEL format" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="nls" - -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - =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 -" -DEPEND="${RDEPEND} - >=kde-frameworks/kconfigwidgets-${PVCUT}:5 -" |