diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 21:41:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 21:45:36 +0200 |
commit | 077e349ef84ec521cfd0cf1a6cfb766fcddd9f20 (patch) | |
tree | f2b7c3c9a2e9b09e7dbb75565977931c4d451045 /kde-apps/kmouth | |
parent | kde-plasma/kinfocenter: Re-add CMAKE_MAKEFILE_GENERATOR="emake" (diff) | |
download | gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.tar.gz gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.tar.bz2 gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.zip |
kde-apps: Drop KDE Applications 19.04.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r-- | kde-apps/kmouth/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmouth/kmouth-19.04.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest index dbb354f729fe..212144878525 100644 --- a/kde-apps/kmouth/Manifest +++ b/kde-apps/kmouth/Manifest @@ -1,3 +1,2 @@ DIST kmouth-18.12.3.tar.xz 2056032 BLAKE2B 80f7cc612ce29d2579e7a5af3c90aba201f8a522b08f7fc5bc72d661c8fa621ec72a827f7e060cc6d668e5b6f9f98bf9dc8a82fdd73b3d2393b31c809e33bd17 SHA512 bef5f2ada57e4db5d4dcf75379033581dc265396f1795753fd354c4971089fd11109d1f36bb1e954d8d9041958796c4edc7649a73bdcbe56d283a2779b6c89f5 -DIST kmouth-19.04.0.tar.xz 2056060 BLAKE2B 2b111f97f33c3aebaa0e24f4f2f7d5a3eeab0e5e81af8dd8382052133661258e5894378a98056c1ee98d2fd18ac91f0730a95ef78a272e013ca13f51b9f44284 SHA512 811bd4136237a457ecdbd995ff848503726485ebe905099100a89c453076e269f34370388561a49519b9829d6e1b05ce516321b0db8e535d2eda2ccaed89187f DIST kmouth-19.04.1.tar.xz 2056700 BLAKE2B 5e31084d708500ac76cd5a136548f56d561aa18260016ee61fdb2b168f3b865cf4991b9b7e22537df47565c351a5144ea16853850bb5b2cf504906a012cb4a15 SHA512 10b69b5edaaea436a18b3c587a764e38cd0e98f6cbee5a3b12343ac06fb037970d2b1db4cf615b2fb269cd116612ba3b43d335a44a60c47265021a4573926f47 diff --git a/kde-apps/kmouth/kmouth-19.04.0.ebuild b/kde-apps/kmouth/kmouth-19.04.0.ebuild deleted file mode 100644 index 5ba5fdba612e..000000000000 --- a/kde-apps/kmouth/kmouth-19.04.0.ebuild +++ /dev/null @@ -1,32 +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="Text-to-speech synthesizer front end" -HOMEPAGE="https://kde.org/applications/utilities/kmouth/" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtspeech) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND} - !kde-apps/kde4-l10n -" |