diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-31 22:24:33 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-31 23:33:39 +0100 |
commit | 554f934a25e68b956e3df50ea324ad5e82edeab5 (patch) | |
tree | 2eeffcba3a7e6d4bb7110de60c929eff82df565b /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: drop 24.05.2 (diff) | |
download | gentoo-554f934a25e68b956e3df50ea324ad5e82edeab5.tar.gz gentoo-554f934a25e68b956e3df50ea324ad5e82edeab5.tar.bz2 gentoo-554f934a25e68b956e3df50ea324ad5e82edeab5.zip |
kde-apps/akonadiconsole: drop 24.05.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-24.05.2.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 6bdd79633801..5fd3f2cfd2e5 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ -DIST akonadiconsole-24.05.2.tar.xz 303268 BLAKE2B d0737fcb014b16a0fe3098b5bf7997d44546b64d6d1d2688527c2aa1ef9938ca64ab9259715a488d2bfa6ec548a3a588f7439c38aff6693053b7c5d0aa24e530 SHA512 1dd4ac9975fc9ce16414661d9fdf1d94c92a823ef5ba4ffabb3e12d53f90cb42b2295dc9bb831be1b3600822a112e980f689f201a387a839abecc510b5f4c813 DIST akonadiconsole-24.08.1.tar.xz 304420 BLAKE2B 7c8d5ac3c0f0c28ebb3999e3755779eb6f88268cb37615ace9907d81aeb794dcf4cd4bce45d6c9f0d7234f513c692160213e41bb64cc29617e0283409ba6c512 SHA512 4eeb526f6c948819cc457b6281f4e6bc04ae69a794a11613c504465bfc71adc6d24f2e3f8b69ce5d319b499eccfd5519fad61b8914a7761935541a68e044f89f DIST akonadiconsole-24.08.2.tar.xz 304564 BLAKE2B c4d34e0f579b3ed82039ed7eba26b883e721862dedd1036f78bfd53c19ef613223985d4581fbd34915bf12f496450d7bf9c53570f7da508af0f7f8432f9b50b5 SHA512 626eb8ca6aa630cc019b1fd8c3756b0ed9d5f3f069a79c6c6a34b6989cdeef08e8db72cebcd7eaf099e16241f98f1cd33778e2ff6b45e2d21e2784c7b70ca9bd diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.05.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.05.2.ebuild deleted file mode 100644 index c7b8c587a044..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-24.05.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" # FIXME: Check back for doc in release -PVCUT=$(ver_cut 1-3) -KFMIN=6.3.0 -QTMIN=6.6.2 -inherit ecm gear.kde.org - -DESCRIPTION="Application for debugging Akonadi Resources" -HOMEPAGE="https://techbase.kde.org/KDE_PIM/Akonadi/Development_Tools" - -LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )" -SLOT="6" -KEYWORDS="amd64 arm64" -IUSE="" - -DEPEND=" - dev-libs/xapian:= - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets] - >=kde-apps/akonadi-${PVCUT}:6 - >=kde-apps/akonadi-contacts-${PVCUT}:6 - >=kde-apps/akonadi-mime-${PVCUT}:6 - >=kde-apps/akonadi-search-${PVCUT}:6 - >=kde-apps/calendarsupport-${PVCUT}:6 - >=kde-apps/kmime-${PVCUT}:6 - >=kde-apps/libkdepim-${PVCUT}:6 - >=kde-apps/messagelib-${PVCUT}:6 - >=kde-frameworks/kcalendarcore-${KFMIN}:6 - >=kde-frameworks/kcompletion-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcontacts-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/kdbusaddons-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kitemmodels-${KFMIN}:6 - >=kde-frameworks/kitemviews-${KFMIN}:6 - >=kde-frameworks/ktextwidgets-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 -" -RDEPEND="${DEPEND}" |