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.12.2.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index a12a27b1fc17..2fe67871d3bc 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.2.tar.xz 110844 BLAKE2B e5746e21052e1b35aec3b8dcddc7e680f7b9118cc009af48c28ecd45634358a5e62f5d9a2080613bee3c700a57c0f9a7b0a99b08b723553f14013eb061bf7d9f SHA512 15f383537e6e4d488889d93a2069e965647ff022dea4dcfe4c25249eb04190b194d1d6d8026ffdb6906b73f8d491bb981f9899cdf99de89c1db140c4c7ab5308 DIST grantlee-editor-18.12.3.tar.xz 110884 BLAKE2B 482a343b3d280fd456ad8344eec36c0b740f655065beb635b307f2c3a68815e3d5006f59d562b8093a11b42f32e1ca6bd41281287c4458ff64d4437cc3c3e095 SHA512 62519dcdffe19e041831c50111d640ede7a4018b62b6fa3045340efcfbaf4dceca8e5679923556ffc28cd035b2c690159d32127a1cd0c3b0754fc5c6458f780e diff --git a/kde-apps/grantlee-editor/grantlee-editor-18.12.2.ebuild b/kde-apps/grantlee-editor/grantlee-editor-18.12.2.ebuild deleted file mode 100644 index ee0cc5edeb5d..000000000000 --- a/kde-apps/grantlee-editor/grantlee-editor-18.12.2.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 ~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 -" |