diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:27:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:27:02 +0200 |
commit | 785f4d219815a902112f8ab45a7c190173a4bf16 (patch) | |
tree | 49fa9222f9c526f5ae6e3bd35c643be9c330f477 /kde-apps/akonadi-calendar | |
parent | kde-apps: Add KDE Applications 17.08.2 (diff) | |
download | gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.gz gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.bz2 gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.zip |
kde-apps: Drop KDE Applications 17.08.1
Package-Manager: Portage-2.3.11, Repoman-2.3.3
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-17.08.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index 68dd13181120..f1816c756a9d 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1,3 +1,2 @@ DIST akonadi-calendar-17.04.3.tar.xz 280224 SHA256 67984d83217466ff09319600e7e5a09d8dec17e512794d41d70079ee7ae48314 SHA512 d712843e11427f4156b1f94d5c6ddefa6f9a1c8fbbac63d088c680c5752bf3109331cd8b100346c978d82e1b2187acae3448f86494c7dbc3aa8bc20fdbc5a36e WHIRLPOOL 8e33fd2cb887516c250a5e6d6ec0d36fd876bc9a50a4908ada78d215a78c79a32cff6f8a595f5c09dc8fb860f91a702dc55a9c9e23dc3ab0fb58d7577cccf3f9 -DIST akonadi-calendar-17.08.1.tar.xz 280224 SHA256 1f283263259ed7a21476695b4299dcf0c0657e7a8f21677d615c9814ac0c8d96 SHA512 db1e98b5aa3112ebc0ad274cf9cf442e4128da15b7e849669b3ea2d6e949dbff0d606b124fe83ad49deff8264f1264852216042b72c807a3d57e332af247ebe3 WHIRLPOOL f24d120aad656f3ee614d2b99a2543de27a0a514c2ead56af035f737d909a17c69f4cb7f1873136bd4d63af7a75ebd0d882f27f1a3ef34041f0a57db21b7cacb DIST akonadi-calendar-17.08.2.tar.xz 280408 SHA256 c018ae0ff22648f44af55d66fdc9597c8c6a1ee61b04bec9c99b6b5241a44628 SHA512 5c673e48393422bca97dbacca147995c99c266edf001369d9f469930eb749f068bc15f4babcdbcdb4facab62b856ad8bed468f313904fa58246106d2bab98e02 WHIRLPOOL 819123276040009335c795e98a87610332b51fc03cbd90186d586d0fe2b2bc5ffe558718bb499fca154687553b5ffc5f2df69b6bce19a017de2ceda2a26b8c74 diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-17.08.1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-17.08.1.ebuild deleted file mode 100644 index 10e6379a7d12..000000000000 --- a/kde-apps/akonadi-calendar/akonadi-calendar-17.08.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 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 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} - !kde-apps/kdepim-l10n -" - -RESTRICT+=" test" |