diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-12 21:22:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-12 21:37:49 +0200 |
commit | ff33ca8844ebe4fc95764f39302832d1cd0e59d2 (patch) | |
tree | 569b63320a69b39da25c61b11a73f2d093bcb157 /kde-apps/kmousetool | |
parent | media-sound/pulseeffects: update 9999 version and add 4.1.3 as masked (diff) | |
download | gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.gz gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.bz2 gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.zip |
kde-apps: Drop KDE Applications 18.04.2
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'kde-apps/kmousetool')
-rw-r--r-- | kde-apps/kmousetool/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmousetool/kmousetool-18.04.2.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kmousetool/Manifest b/kde-apps/kmousetool/Manifest index 23e87f479c5a..dacb8f7ad06b 100644 --- a/kde-apps/kmousetool/Manifest +++ b/kde-apps/kmousetool/Manifest @@ -1,3 +1,2 @@ DIST kmousetool-17.12.3.tar.xz 110788 BLAKE2B b0212a774095735d69048430b0181a88d6c375ab74d850d8fd0a2e1978ed85a201d860fbf957b151f8f513dd785c15f4b3a8ec0616bfdcad43b456cd4a1ce010 SHA512 5e67d82d8034568c27e367f77e591688a3f9cb2fb0a84e06323994fa36f486004dc1bb9bf8c7d2cbbc42c234bbbcac95605e05eca6590ec53499f391b36eac83 -DIST kmousetool-18.04.2.tar.xz 112840 BLAKE2B 48a7577379660da0dcd42bbda8bcfdb43a5494f8db748ae13307c3d3abe621ed81a800615286e532a231a77a470c7a0c5aed05eb84ddc392d1a2dce323481acd SHA512 1ad3e6a0db007ebb1d54df1e0bbc063ea95843d06ab9b27bb3caa106f9570161d1d8078e0a77bcf333f3343e3843a45c1aacdc1e144604e458d845fe6c56713d DIST kmousetool-18.04.3.tar.xz 112816 BLAKE2B fe69bf4c4b5060732e2ec04b4ced3bedcf042a1779285602cdf8c92da6c1c9f21616d91c803fa750006d9eb74b3cad9709dd7a6daf9181c2f7315bfc344e7842 SHA512 46821eaecc616288892226d5f7c9a2eea97b8e2e822d2c98871ad028dd0b9b71404f2b74a6032299266623239d7a57e8ed09dbfeb6b8b54f50e8c747e98564b2 diff --git a/kde-apps/kmousetool/kmousetool-18.04.2.ebuild b/kde-apps/kmousetool/kmousetool-18.04.2.ebuild deleted file mode 100644 index 27f3e7583436..000000000000 --- a/kde-apps/kmousetool/kmousetool-18.04.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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 -" |