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-18.04.1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index 62a27c5eec42..30fbf9cb7eae 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1,3 +1,2 @@ DIST grantlee-editor-17.12.3.tar.xz 110752 BLAKE2B 2d0e60207bcf1edd1bd4e69e7a959c59e0e63b14117bafd402f8fa57aea2a1c1eb30c152ab3a70498691e854241046d6ca1ee9ffb3c8303393c6a629244c6be6 SHA512 722db8e101c7132717840137d77dc8c0972a2f1692b4b0d8be3e33c296649d0d5f30f55b4cc6e1dfa58778a3c470c93baae0b060d234a99f967e87296e947f0b -DIST grantlee-editor-18.04.1.tar.xz 111092 BLAKE2B 69127778d79311b0a883ee6b283322f6c198f452df04d084d635c4e9e345d9c03ed211afdcb5db6941ac6fa57e9e2bed6a764b4a1eb821db046c33f0a6217e94 SHA512 f7205792e882391db8edd2c22022a3fd8bb24a45d32576e4bcaa80c92d4ff7d8f22313bcbe0b8447b707a135874546848cd42600a393c80e290d328cb97f0c39 DIST grantlee-editor-18.04.2.tar.xz 111264 BLAKE2B a3a8e1cca4d945a830a35b392273f1d9389eda14c8ff135cebc38d70dcdae284b4baa6b0bd139dc89f812fd8091aaa259a44b03ed91e54ac43307d23154ef85c SHA512 aa825d2486c253c5673dfbb9dc874e22a48b05df96e21bd90704af3f5ed5c1ca0c23b8684b0c75f78dc706268c87dfcd5205720a74e0227f371c9fdc1624e13e diff --git a/kde-apps/grantlee-editor/grantlee-editor-18.04.1.ebuild b/kde-apps/grantlee-editor/grantlee-editor-18.04.1.ebuild deleted file mode 100644 index 53bf85082a4f..000000000000 --- a/kde-apps/grantlee-editor/grantlee-editor-18.04.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 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 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 -" |