diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 15:46:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 15:50:15 +0200 |
commit | 7c0ba34252a8cc2fd310159ee41516eaa4e882d9 (patch) | |
tree | ee57296bca0d449d2cc98013049e1624a160170a /kde-apps/kmousetool | |
parent | kde-apps: Add KDE Applications 18.04.1 (diff) | |
download | gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.tar.gz gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.tar.bz2 gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.zip |
kde-apps: Drop KDE Applications 18.04.0
Package-Manager: Portage-2.3.36, 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.0.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kmousetool/Manifest b/kde-apps/kmousetool/Manifest index c2e773d8de9c..4d7fd99ad0da 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.0.tar.xz 111868 BLAKE2B 8548aa38b443de0fd6d08548014dfac066bcf163d568265d74abdbd4ec410d416b81049c7a319be32ae4d50d681b2edf2b9f05e799f4bafd2184ae64877ecca2 SHA512 e863a5861a93a3e2794dc7d7d5ba22a15ff1eb57e2bdbe1c6fdbb5222bf1afa8fa5d652d04db978adf8a526d4226f057001ab7908b318f57f5ed1faebff1d5d2 DIST kmousetool-18.04.1.tar.xz 112588 BLAKE2B 5155cf81b7f2e6c4b55b5fffdaa600000ddca30981c1adb112d9d0614f58fb3824559543d2344c2f8137cf638395e2cb938051382b276c9537691526889017eb SHA512 04baa9c22ff60cf61be4c60081b23d83d666e91e31b912c02407b8c784ce8d746673f640f94f3254a59048ed33224d8ced6163fd4e722e5e55b6e5d5c7f22140 diff --git a/kde-apps/kmousetool/kmousetool-18.04.0.ebuild b/kde-apps/kmousetool/kmousetool-18.04.0.ebuild deleted file mode 100644 index ed8aa9a18385..000000000000 --- a/kde-apps/kmousetool/kmousetool-18.04.0.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-libs/libXext - x11-libs/libXt - x11-proto/xproto -" -RDEPEND="${COMMON_DEPEND} - !<kde-apps/kde4-l10n-17.07.80 -" |