summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 00:21:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 13:59:58 +0100
commit0abb51da04615d49f02f5daf97acc338ba9afbf1 (patch)
tree6dbcd02ca723d620256a1e9e4933334cce647dd9 /kde-apps/kmouth
parentkde-apps: Add KDE Applications 18.12.2 (diff)
downloadgentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.gz
gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.bz2
gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.zip
kde-apps: Drop KDE Applications 18.12.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12 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.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
index 080629c301dd..fdafed3c8138 100644
--- a/kde-apps/kmouth/Manifest
+++ b/kde-apps/kmouth/Manifest
@@ -1,3 +1,2 @@
DIST kmouth-18.08.3.tar.xz 1767044 BLAKE2B 9705fb378c4e61f0d0d787becf9fc05264c6bc21e316c4a3701cfd3407daa5133f3483c72dcf334350b7de23b7e34448331def034c95fffb8c7d05a432167edf SHA512 d4ebe4d0b51b6819c3924eec74beb9335707f244e384e2f085c910f700bc646023bf9971d175f4ab19280753db712f50a4aa9721c8b53b59feb9ba5e21882ea5
-DIST kmouth-18.12.1.tar.xz 1766284 BLAKE2B 13c013a4cce72c1ad55ab6053e1c42b1a6cf8c2bf0a63fa00483d70c9ca812d4f66de3279d0b30bb235307e1d360bc0f8b4aefd8ff447965c5e740928738852e SHA512 6234b9822bfc27a7d6eb58109758089d936a98ceabfdb54285f478296c2bd0e6322fcf4345396c6e56545f3eb46a3f1604f630c51a63588110ca35055cd93607
DIST kmouth-18.12.2.tar.xz 1766544 BLAKE2B 85305d2956fae6b983c66512c46962ba228e8c97143f8609b3765695159ca33bbf19b8373c47a035af2cd24686d9e0c0935d6b92c3e9ea2aa0d5e308e9af4be9 SHA512 e8c99e620683951a4b2aee57bab3c7886aef8cb5d80335c9d3aa1e80a2a1ca760ef960fbdfa41144006d4c26a0cf33e5530f3d7729cd6e116e3bf16f5ecf9408
diff --git a/kde-apps/kmouth/kmouth-18.12.1.ebuild b/kde-apps/kmouth/kmouth-18.12.1.ebuild
deleted file mode 100644
index aa195229fd53..000000000000
--- a/kde-apps/kmouth/kmouth-18.12.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Text-to-speech synthesizer front end"
-HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
-KEYWORDS="~amd64 ~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
-"