summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-21 13:19:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-21 17:24:50 +0100
commit12c019aeb89427b34cb79e86184719cc1c6031dc (patch)
tree17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/kmousetool
parentprofiles: Last-rite kde-apps/dolphin-plugins (diff)
downloadgentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz
gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2
gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kmousetool')
-rw-r--r--kde-apps/kmousetool/Manifest1
-rw-r--r--kde-apps/kmousetool/kmousetool-18.08.3.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kmousetool/Manifest b/kde-apps/kmousetool/Manifest
index a0087a657ca5..c334bc413a56 100644
--- a/kde-apps/kmousetool/Manifest
+++ b/kde-apps/kmousetool/Manifest
@@ -1,2 +1 @@
-DIST kmousetool-18.08.3.tar.xz 113032 BLAKE2B 48a83c8caa9f54da18ca61cc1abed52b7779ccffffbd48b5523f612057ef9f226e12cb675c36fe6edc42a0d6a2557c932caf63fb9df98f03fe6c65b75c9eb95b SHA512 7caf340cc7570eda6b563d8fc498a386a33dcac54bd998c040ebec60e108c87a83a2b114841540bffe094ab247d4561ec78c6ca82b44fa203120bf0c5cefe7b2
DIST kmousetool-18.12.3.tar.xz 112624 BLAKE2B c3172053725dec95366297f4b7ee2345252894b397ffa93532fde10f5c81ba2809e33bee2027dfc950a116b920130f53a2c2ed11c738c2c39052bf49d5c590ef SHA512 c6cb2a60b9bb545335a648f28435eed12c2cefde930587afad2c35d815aa785cd4496be6745a0bcff6ffbe4940f79f12ebc949b3ddbd2701b157b98ea135243e
diff --git a/kde-apps/kmousetool/kmousetool-18.08.3.ebuild b/kde-apps/kmousetool/kmousetool-18.08.3.ebuild
deleted file mode 100644
index 90f7043666e5..000000000000
--- a/kde-apps/kmousetool/kmousetool-18.08.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE program that clicks the mouse for you"
-HOMEPAGE="https://www.kde.org/applications/utilities/kmousetool/"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- media-libs/phonon[qt5(+)]
- x11-libs/libX11
- x11-libs/libXtst
-"
-DEPEND="${COMMON_DEPEND}
- x11-base/xorg-proto
- x11-libs/libXext
- x11-libs/libXt
-"
-RDEPEND="${COMMON_DEPEND}
- !<kde-apps/kde4-l10n-17.07.80
-"