diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-10 09:47:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-10 16:50:01 +0100 |
commit | bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d (patch) | |
tree | 185af112be74928dd5649cd7e3aaf5a9a6a004a5 /kde-apps/grantlee-editor | |
parent | kde-apps: Add KDE Applications 18.12.1 (diff) | |
download | gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.gz gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.bz2 gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.zip |
kde-apps: Drop KDE Applications 18.12.0
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.12.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 64341cf01ea9..44b3b928634c 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1,3 +1,2 @@ DIST grantlee-editor-18.08.3.tar.xz 111340 BLAKE2B 60cc21a9912876f4e6e3844b3fde8d98a20ad073a871c28ea284ec1a3fa88190af463fc3d79f4331ddb723673b846b157562bb9f45b677fee8b690ba51b82fb8 SHA512 f02a2f59ede6a03af556d470291356f8e003292609cb8109b6690e7946ef2a67bab6ec12fb12ebbbeb481aa6f14cbcfc0217e008ba88e92a4b567976f32fe89b -DIST grantlee-editor-18.12.0.tar.xz 110700 BLAKE2B 7544f96ccf6d31f59a58436338f32a8c6a48cb0d503cb3b5d2f5bf519f8a969df6369a8472cf0b9cd9860029340344b5da04308e131bdeea27932cfeb24251a6 SHA512 e0d649188474c1d9fa14cf7a731d719d7e30b573dd00b0f1030fe989a2380c1512a4f290d96ff906ee5c8d55d140a6f4cffac4581254c40689b997c534f623cf DIST grantlee-editor-18.12.1.tar.xz 110696 BLAKE2B ac05c0e9f62a1babea55572c2cbbb0eeb0ad1ea1e23924869a120e8ad32a3d3920f6f46553a591ce776206fde48d953df4948574cfa488454bd2af1ea7cd7d63 SHA512 0150e6888b843ae1b143288928b60b007d57611721af3f97c7b67ed080b69dbafa6215132006302095ee9e75dc7756313c35eba4b663e8b2748453d759e73031 diff --git a/kde-apps/grantlee-editor/grantlee-editor-18.12.0.ebuild b/kde-apps/grantlee-editor/grantlee-editor-18.12.0.ebuild deleted file mode 100644 index 1dbf5cbc2248..000000000000 --- a/kde-apps/grantlee-editor/grantlee-editor-18.12.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# 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 -" |