diff options
author | 2019-10-13 00:17:26 +0200 | |
---|---|---|
committer | 2019-10-13 00:18:14 +0200 | |
commit | 811cb30455e30e2dca84117a9e3cfcc4fc681319 (patch) | |
tree | 7f831ae4d5490a332564ffc398642dff3b7f7290 /kde-apps/grantlee-editor | |
parent | kde-frameworks: Drop KDE Frameworks 5.62.0 (diff) | |
download | gentoo-811cb30455e30e2dca84117a9e3cfcc4fc681319.tar.gz gentoo-811cb30455e30e2dca84117a9e3cfcc4fc681319.tar.bz2 gentoo-811cb30455e30e2dca84117a9e3cfcc4fc681319.zip |
kde-apps: Drop KDE Applications 19.08.1
Package-Manager: Portage-2.3.76, Repoman-2.3.17
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-19.08.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 5aa3355aed9e..ebd82e045a8b 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.1.tar.xz 111360 BLAKE2B e1389012ebdadf432a391611351d5c9b2905120b189411bc27aff42d86cc0375391cdb9efddfea14bf3fb784f949a1db644b74ed4a19b7a274a1e8b3ad83c93d SHA512 62aba4733590a65a7e8266bc3b686d0efbbf8a6f9ab67b7249b65cd03b85b185ca64c564b800e84fd319794cd4518a09ebf03c93a2483b065729796d3df6596f DIST grantlee-editor-19.08.2.tar.xz 111056 BLAKE2B 2b446570ff3c2c82333ed1a2940824863023560e37bd78e9fa818aca461ec97638ce34e5cea760353600fcda1afe2c6e3bbff69bc3389797296ccb1421747b22 SHA512 daef90190bc50c8f6484dd14f4865c81f08191fd9e39d7888f3f02a0279a912a10f5f2e9bf4ace1b3e9f4668251a21341f9f470594af13ac52d70f5d8ddfabe7 diff --git a/kde-apps/grantlee-editor/grantlee-editor-19.08.1.ebuild b/kde-apps/grantlee-editor/grantlee-editor-19.08.1.ebuild deleted file mode 100644 index a0cb47643f2e..000000000000 --- a/kde-apps/grantlee-editor/grantlee-editor-19.08.1.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 -" |