diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 23:06:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 23:06:54 +0200 |
commit | fced640b8ff96298fd48a638f434b74d05dc5e69 (patch) | |
tree | 82d6cca7a7c463732bbc79ca245ec587504ee207 /kde-apps/grantlee-editor | |
parent | dev-ml/camlbz2: disable // make, it sometimes fails (diff) | |
download | gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.gz gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.bz2 gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.zip |
kde-apps: Drop KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.1
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-17.04.2.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index 48464564c3ba..f145a1e08692 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1,2 +1 @@ -DIST grantlee-editor-17.04.2.tar.xz 110604 SHA256 8b20bda74646bceaf42007041a3227f314335336bf32ba497ca33c7025d559ea SHA512 a8620871917e1d63af23059d8ea980c643a3c646144bf59c849280951cba6502846727dbb517477c6efc434d606fcaf075c0384f77aebda2a3f3cfe3b8ee1d26 WHIRLPOOL d74370b3859d223996f848bd48cd83fee46700ba68e19c17b02df8032a9cce315cb4c56516311882cc9ac3e2cf65adf90f64b19b577f19e7a0b36e4933721f4e DIST grantlee-editor-17.04.3.tar.xz 110896 SHA256 5b4c860be849870bd16f149dcd9fb665e1fb18af0cc97713ceeb09e1583ca952 SHA512 f342ddb6817d63559f74ec6fc017965b8d66f227445f5ff3110dfecc063856b91877a9013e59575b20e80ea8fdbdbdcf6bc0e595698f799cee109a70d579470c WHIRLPOOL 043179d86db68bbd2af5bb73c867209c410ccfaaba1e91f8c5d825fe06090f457d8b436720358ffeeb7b9e13d90f515dc7cc924b7e9331098c6de871193916d7 diff --git a/kde-apps/grantlee-editor/grantlee-editor-17.04.2.ebuild b/kde-apps/grantlee-editor/grantlee-editor-17.04.2.ebuild deleted file mode 100644 index c5a75bf73309..000000000000 --- a/kde-apps/grantlee-editor/grantlee-editor-17.04.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~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 kblog) - $(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 -" |