diff options
Diffstat (limited to 'kde-apps/grantlee-editor')
-rw-r--r-- | kde-apps/grantlee-editor/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/grantlee-editor/grantlee-editor-19.08.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index 303e7dea38b3..c6a9573fd5fa 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1,3 +1,2 @@ DIST grantlee-editor-19.04.3.tar.xz 110936 BLAKE2B 3109ee01668c86aa38eef7e487e204e7b3d418f8c48866ce2e624fa577a42f21c58d41a1384d7aaaf2ec89f81b8d5cae492d9b49dbbbed833b9ebc2808b1137d SHA512 bf17160ab384c1b316f6f4da51c789235d1a4490bce7a38aeb6840fe67afef83381b6d099e4222cbe55a7d365c612ef6be0c6ec6c24d2e6a5d1ea04d15a4e5ba -DIST grantlee-editor-19.08.0.tar.xz 111452 BLAKE2B 14437a75c2f07aa39b9c3b9d898136066ecd49f583e129743257b03914d9cb7019fdf206f0a69ffc3be2dc3ffe4877909bdd5015cb2b8e0580b09e230e127ffb SHA512 f0c7c10bcae234c08fff656628184a49f49db64adf2c152a735e4aaa827ccea5e6d351edb1b4c8b6f4faead6e8fb0238f95fd98edc706eff2c4a3a4923b36286 DIST grantlee-editor-19.08.1.tar.xz 111360 BLAKE2B e1389012ebdadf432a391611351d5c9b2905120b189411bc27aff42d86cc0375391cdb9efddfea14bf3fb784f949a1db644b74ed4a19b7a274a1e8b3ad83c93d SHA512 62aba4733590a65a7e8266bc3b686d0efbbf8a6f9ab67b7249b65cd03b85b185ca64c564b800e84fd319794cd4518a09ebf03c93a2483b065729796d3df6596f diff --git a/kde-apps/grantlee-editor/grantlee-editor-19.08.0.ebuild b/kde-apps/grantlee-editor/grantlee-editor-19.08.0.ebuild deleted file mode 100644 index a0cb47643f2e..000000000000 --- a/kde-apps/grantlee-editor/grantlee-editor-19.08.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Utilities and tools to manage themes in KDE PIM applications" -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep kpimtextedit) - $(add_kdeapps_dep messagelib) - $(add_kdeapps_dep pimcommon) - $(add_qt_dep qtgui) - $(add_qt_dep qtwebengine 'widgets') - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !kde-apps/kaddressbook:4 - !kde-apps/kdepim-common-libs:4 - !kde-apps/kdepim-l10n - !kde-apps/kmail:4 -" |