diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-09 21:36:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-30 23:12:39 +0100 |
commit | 2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113 (patch) | |
tree | 7b4825371b2e400d68de569ee34cf31054f51919 /kde-apps/kcalutils | |
parent | kde-apps: 17.08.3 stable for amd64 (diff) | |
download | gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.gz gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.bz2 gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.zip |
kde-apps: Drop KDE Applications 17.04.3
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kcalutils')
-rw-r--r-- | kde-apps/kcalutils/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kcalutils/kcalutils-17.04.3.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-apps/kcalutils/Manifest b/kde-apps/kcalutils/Manifest index 4fce57da02b3..710ef232a105 100644 --- a/kde-apps/kcalutils/Manifest +++ b/kde-apps/kcalutils/Manifest @@ -1,2 +1 @@ -DIST kcalutils-17.04.3.tar.xz 326708 SHA256 362577b36ede816921783c6d195eca2baa839ee5378e65c2db2dd89647df601e SHA512 ddc01e91842255d3277d536563189714dfd0b121980c36a8e5ab636a3217a2160c03f77b230f21734cbe8a9bbe21e0c7170b0c48cf202944a489131dcf8c3952 WHIRLPOOL 8a0b001b0dc1f425a13834c420a2637f7b8c7fa9c17ee2e4f4f1bbf80e1a96ecf8e7c4a84df4038d3382185d8a8f089930dd262a80de4ab2ac933987ed7eb47c DIST kcalutils-17.08.3.tar.xz 325564 SHA256 b87d314ac692d07d24149d57ca58f599837fc236e8cfb3f88901e830b6c546ef SHA512 aa22d1726f835f4bb33024fe33212f4f44bd9c0ed91e38cb514fe4666811cfd5d5a7fa23454f26f15ddea2921aa1be3c953729f03432c645a519662efab8b879 WHIRLPOOL 5a29ff84bc973ab088c9acb9bd3b416080a63023b2cabdef779864189decf0cce3f28ce354b253ab8aae561cbb5ea48c983250cb0475adb2fe3173e24cb43ffa diff --git a/kde-apps/kcalutils/kcalutils-17.04.3.ebuild b/kde-apps/kcalutils/kcalutils-17.04.3.ebuild deleted file mode 100644 index 0207196629ba..000000000000 --- a/kde-apps/kcalutils/kcalutils-17.04.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Library providing utility functions for the handling of calendar data" -LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kwidgetsaddons) - $(add_kdeapps_dep kcalcore) - $(add_kdeapps_dep kidentitymanagement) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - dev-libs/grantlee:5 -" -RDEPEND="${DEPEND} - !kde-apps/kdepim-l10n -" - -RESTRICT+=" test" |