summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 09:58:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 09:59:10 +0200
commit420336464e757748fd3f7b63bdb565f3529b203c (patch)
tree86716785497ba3ecabdff61dd9c2aecb29e92723 /kde-apps/kmouth
parentdev-lang/vala: p.masked bump to 0.45.3 (diff)
downloadgentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.gz
gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.bz2
gentoo-420336464e757748fd3f7b63bdb565f3529b203c.zip
kde-apps: Drop KDE Applications 18.12.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r--kde-apps/kmouth/Manifest1
-rw-r--r--kde-apps/kmouth/kmouth-18.12.3.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
index 697892dbff44..f4599695a692 100644
--- a/kde-apps/kmouth/Manifest
+++ b/kde-apps/kmouth/Manifest
@@ -1,2 +1 @@
-DIST kmouth-18.12.3.tar.xz 2056032 BLAKE2B 80f7cc612ce29d2579e7a5af3c90aba201f8a522b08f7fc5bc72d661c8fa621ec72a827f7e060cc6d668e5b6f9f98bf9dc8a82fdd73b3d2393b31c809e33bd17 SHA512 bef5f2ada57e4db5d4dcf75379033581dc265396f1795753fd354c4971089fd11109d1f36bb1e954d8d9041958796c4edc7649a73bdcbe56d283a2779b6c89f5
DIST kmouth-19.04.3.tar.xz 1958784 BLAKE2B 5da47a5b1f64609cf97c8671b7c6dd49102e3aa1e7b8b90750eaa2a22e17924625d59f5dec2956f2ad8d6c73f25e3a8ff725976a9a24364f6f7b9a0db28b1c62 SHA512 d8bbb794c74e6ca35b0d501d9c45eecc9fffd073f7d072f6e55042d59bbb78b9fde23926b35069c9c08937a30e471f19f2485fe7e2eda5e8c85699fce20bd796
diff --git a/kde-apps/kmouth/kmouth-18.12.3.ebuild b/kde-apps/kmouth/kmouth-18.12.3.ebuild
deleted file mode 100644
index 9edaa2cd4732..000000000000
--- a/kde-apps/kmouth/kmouth-18.12.3.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://www.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
-"