diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-10 09:47:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-10 16:50:01 +0100 |
commit | bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d (patch) | |
tree | 185af112be74928dd5649cd7e3aaf5a9a6a004a5 /kde-apps/akonadi-calendar | |
parent | kde-apps: Add KDE Applications 18.12.1 (diff) | |
download | gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.gz gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.bz2 gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.zip |
kde-apps: Drop KDE Applications 18.12.0
Package-Manager: Portage-2.3.54, Repoman-2.3.12
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-18.12.0.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index 4825490d9c2d..263bece2ee72 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1,3 +1,2 @@ DIST akonadi-calendar-18.08.3.tar.xz 334940 BLAKE2B cb72c25a975b8934759ec0690d910ebf8592da0e304b888f270402103e93131dd7e35153f2f16e10641071b2c9d90652291eddf3c0203cd871369a79cd8b2a27 SHA512 809af85d7b2c5defa5fbb4e846008300e431a5a4c55844656256384b52db1f4e711b51c22fd3e653165b1d5298b43e86dba111f688ff4158f64778b11f32786d -DIST akonadi-calendar-18.12.0.tar.xz 333476 BLAKE2B ad4f8639bbb5cb1c3365a357f04781e6383d41a28ecbbb5c32db6c82ca09df0847815431e0b1866c38ef2d2d23d4d0d267126473d96829662ab29f5c012360fc SHA512 3c4bd2ee46696a0ba3c84ad49bf5a57d6d6f3c0d8df07c439925eeb8ef39c4e903f7fa41262be1d9545ce9af0b289865021182a2b538d9eae99fb78826243e0c DIST akonadi-calendar-18.12.1.tar.xz 333400 BLAKE2B 6725a4432f9353414b083b5257dd5abdc4b9f7bd17a9967031bccc3f19bdbaa2577a1dba22060673e0302ed3a8a97e7e44ac41a5377123c2dd3b0fa2de9abca5 SHA512 83e3b17c39d1e111395709b3c27d5aadef2f9a811262e931c39eb111c29395afc0f012930279daa7ebf348a94caf2ca76b160d81630eff40e5551bd715ba6558 diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-18.12.0.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-18.12.0.ebuild deleted file mode 100644 index 4bef336b1cb4..000000000000 --- a/kde-apps/akonadi-calendar/akonadi-calendar-18.12.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# 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" |