diff options
author | 2018-12-01 19:39:52 +0100 | |
---|---|---|
committer | 2018-12-01 20:20:32 +0100 | |
commit | beb6ed08d4fbd0d732510a629faf8faeefb49f01 (patch) | |
tree | 8f7bb6fd6e020f566dfed6ca4ac76c56b1b22b78 /kde-apps/calendarsupport | |
parent | kde-plasma: Drop KDE Plasma 5.13.5 (diff) | |
download | gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.gz gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.bz2 gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.zip |
kde-apps: Drop KDE Applications 18.04.3
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/calendarsupport')
-rw-r--r-- | kde-apps/calendarsupport/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/calendarsupport/calendarsupport-18.04.3.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest index 9367e83d2aa8..09f40291e7e8 100644 --- a/kde-apps/calendarsupport/Manifest +++ b/kde-apps/calendarsupport/Manifest @@ -1,2 +1 @@ -DIST calendarsupport-18.04.3.tar.xz 647108 BLAKE2B 8088fcf42474e9b876e57135dcaccad97fdf4f433f57fd72886c1d94d7086471f1b76a08aff5df24f2cdb9891da041dfcf444951f908837ebb3aa53bc58b332d SHA512 7631d81bfbd3282448d4d78cf05a4714392736a74e23155b4c75f288a906975ea1bd32e3412e03b8ff74778e85560a071a11482c35cf769a738675c4fedd3e6e DIST calendarsupport-18.08.3.tar.xz 647540 BLAKE2B 76e0ddb739b74d378af0f91dafde28f930c3224fd4f75377632531ff510ccc47c1cba91e78304545af6e3ab723c758adbdeda3f0d613503ace2a8e71fd45a860 SHA512 7b4d7229ce54146bd4746fb78c8079395409228f87013820de31b5d1a3288c8312c4f489b6dcb2b3bd0f4cdca51fe8deb48e51a77a22d7d41473819dabd3a41d diff --git a/kde-apps/calendarsupport/calendarsupport-18.04.3.ebuild b/kde-apps/calendarsupport/calendarsupport-18.04.3.ebuild deleted file mode 100644 index 7cc918976b65..000000000000 --- a/kde-apps/calendarsupport/calendarsupport-18.04.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="false" -inherit kde5 - -DESCRIPTION="Calendar support library" -LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep kholidays) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-calendar) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kcalcore) - $(add_kdeapps_dep kcalutils) - $(add_kdeapps_dep kdepim-apps-libs) - $(add_kdeapps_dep kidentitymanagement) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep libkdepim) - $(add_kdeapps_dep pimcommon) - $(add_qt_dep designer) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) - dev-libs/libical -" -RDEPEND="${DEPEND} - !kde-apps/kdepim-l10n -" |