diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-12 21:22:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-12 21:37:49 +0200 |
commit | ff33ca8844ebe4fc95764f39302832d1cd0e59d2 (patch) | |
tree | 569b63320a69b39da25c61b11a73f2d093bcb157 /kde-apps/akonadi-calendar | |
parent | media-sound/pulseeffects: update 9999 version and add 4.1.3 as masked (diff) | |
download | gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.gz gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.bz2 gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.zip |
kde-apps: Drop KDE Applications 18.04.2
Package-Manager: Portage-2.3.42, Repoman-2.3.9
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-18.04.2.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index 0b47d55f7f07..082aaf0c4609 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1,3 +1,2 @@ DIST akonadi-calendar-17.12.3.tar.xz 284008 BLAKE2B e88d748d5640fd5906b3f4d843d50da59841f9e3dd6f15ce19e9bca32112597300d85e257ba77ca47b6c4a556a14fd2177c6ea7ef3e8cacc0ae6b9b8d8af9791 SHA512 456f67e88961c1187d5a347f2651665848468b3179dce91bcdef2dbbcca7fdb7d760bdf25f8dd8de9b41ea2794a069385c1cfbac407b6e187b0c6f3e460638d4 -DIST akonadi-calendar-18.04.2.tar.xz 335948 BLAKE2B 30d15d718632c44f646cfbfa07d620fd33cfacdbcd6dce1c91cd765d556586d570a0be813417c7bf486f1a85ff15ae348031c33ff39e8e8d2365d4ba8b8afa76 SHA512 b6f6b8d8c2e40e6654ebc6054d795eed40916e9b8c6a7d0bf07bf7840f61650f00ce6b79320368f540c4d87d48fc132d7fdbc8c31cc46f87992ad5f0902f1687 DIST akonadi-calendar-18.04.3.tar.xz 335956 BLAKE2B bc7e59e3065b7e7550aa88d0e0210861cb599a393bfedbc7121a4db93e8c7e1585f82d6542f9b21bbaf61021fc696bd045ddf834efa746db936e93ee36f9a0c1 SHA512 f062222a7accf95611296830ffbc0cb1a6ac1fa48e5eddbb9bcb6b9d8a5969e393308da25ac9a636cc79baf454ee75670713720fce1c5c270d7c1c3ca3e3f26e diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-18.04.2.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-18.04.2.ebuild deleted file mode 100644 index 7d72f8ee9a3f..000000000000 --- a/kde-apps/akonadi-calendar/akonadi-calendar-18.04.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Library for akonadi calendar integration" -LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(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 kwallet) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kcalcore) - $(add_kdeapps_dep kcalutils) - $(add_kdeapps_dep kcontacts) - $(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" |