diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 20:42:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 22:30:23 +0100 |
commit | 941fff4fbbeec15b596d2751ad78a3816004faf2 (patch) | |
tree | 52b416db154c806fc67bb2a5392e35e3d3f6c4cd /kde-apps/akonadi-calendar | |
parent | kde-frameworks: Drop KDE Frameworks 5.63.0 (diff) | |
download | gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.gz gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.bz2 gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.zip |
kde-apps: Drop KDE Applications 19.08.2
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-calendar')
-rw-r--r-- | kde-apps/akonadi-calendar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-calendar/akonadi-calendar-19.08.2.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index f6a9d5013bdd..ff0a362244c8 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1,3 +1,2 @@ DIST akonadi-calendar-19.04.3.tar.xz 332632 BLAKE2B 928fc1ce338f90fa16378eddab3861aa49938f35d434259675362ca1a4461cfc7c4181f2c14f5b037be8f4e512ba917b3adb58440415c34c4a1c91259bab2c3c SHA512 b72b79c51d007669f637299a60dc246a363a9484f332983c348984e62e8e1dfd3f7808e6de9014efc09786f78a12bb705cf11193c32071aef7b916c7a4abc3e2 -DIST akonadi-calendar-19.08.2.tar.xz 332664 BLAKE2B d31dc5a814e0c08378f8da44adebd3ef0e5891eb7782b8eec915bc11c9f5cde5f1e753af742135a6fc88f41e768021a859c54c326a1e15ba8a8f8ba33b9138f4 SHA512 387b9c8cebce8f4480e18888f55c183021a9d84d356074b17e4b1def5e6f1a7bd8deae1a54441bad19c47fa16d40d476119ed621ab8414ff42e669584bb972be DIST akonadi-calendar-19.08.3.tar.xz 331796 BLAKE2B 0e43007a230c315919daf5203f5df71caead01b6c63e5a5ba01b1ac45726adcafcaed7e4a87a2900677baf81539630f4238792d62224d41a6fd86dd17f25bfb8 SHA512 e4c22cb43b7ec87f947ceb2746e159d75f6c370f16a9448c7d6ab46b30ce00f25624fc94f68e5a866651e49689248aa36de6f2d72cd3e15d5ef05eb82d6885ae diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-19.08.2.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-19.08.2.ebuild deleted file mode 100644 index 8f217b7e15b2..000000000000 --- a/kde-apps/akonadi-calendar/akonadi-calendar-19.08.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Library for akonadi calendar integration" -LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcalendarcore) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kcalutils) - $(add_kdeapps_dep kidentitymanagement) - $(add_kdeapps_dep kmailtransport) - $(add_kdeapps_dep kmime) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !kde-apps/kdepim-l10n - !<kde-apps/kdepim-runtime-18.03.80 -" - -RESTRICT+=" test" |