diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-09 20:18:46 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-09 20:39:32 +0100 |
commit | 0b3f8f3233dfb492018ed0b34590c9462973558d (patch) | |
tree | 17bcf1235d7c6cd0de6c56e6a8285505dcae16fe /kde-apps/akonadi-calendar | |
parent | app-shells/bash: Version bump to 4.4_p12 (diff) | |
download | gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.tar.gz gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.tar.bz2 gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.zip |
kde-apps: Remove KDE Applications 16.12.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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-16.12.1.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index cbf16b1ac945..1ae8e1d57408 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1,2 +1 @@ -DIST akonadi-calendar-16.12.1.tar.xz 115224 SHA256 d1697996b56d7a590ed2be6d773e9555357268b69c67b2c3a75697c8d0bc4f60 SHA512 f894dbaa129002786ef5cdf5ae4350ea8b1cbdc8e7b987094a54239489f9a5776f6bcef1c7865a4e47d7d09d16b8c62880a99aad08a7eb2033ec512b1e834fac WHIRLPOOL 051b18ff99677ae41636036e14bd84fecedc5b696f8ff061c2ce371b22be1ad4cf35be9ea45cf81e0766eeee1546bedf69df2728eb2b5f0a70791d764b4dff1f DIST akonadi-calendar-16.12.2.tar.xz 115212 SHA256 d3b0a74ce99d6251607108b736ced91d4f31397f49517de587aa508160e5d3e1 SHA512 997c48e7c8b94119a9411e2eef1ea542d402e4b6d108cbaa9a27f6c6df72fc28d12d6f7ebba0351eb9bfdc11f33517e062ae02ac15bc476245c33cdc12c618a8 WHIRLPOOL 7ab75242eb95ceb1ce431b29ab2f834165b9ae2185646ec0c6719c908ecf91fa98f48d800d7232d0849a7d097f539ca1b3c743d7b39c4331a8f3e9150589f28e diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-16.12.1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-16.12.1.ebuild deleted file mode 100644 index d1a161dd0c6f..000000000000 --- a/kde-apps/akonadi-calendar/akonadi-calendar-16.12.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 kdelibs4support) - $(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}" - -RESTRICT+=" test" |