commit: ff0089c6e8ec4eb1ab394137121f2def5c5ff2f5 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 09:37:12 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sat Oct 29 09:37:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0089c6
kde-misc/ktoshiba: Remove 5.3 Package-Manager: portage-2.3.2 kde-misc/ktoshiba/Manifest | 1 - kde-misc/ktoshiba/ktoshiba-5.3.ebuild | 42 ----------------------------------- 2 files changed, 43 deletions(-) diff --git a/kde-misc/ktoshiba/Manifest b/kde-misc/ktoshiba/Manifest index 6f5ca26..f35df97 100644 --- a/kde-misc/ktoshiba/Manifest +++ b/kde-misc/ktoshiba/Manifest @@ -1,2 +1 @@ DIST ktoshiba-5.3.1.tar.xz 71360 SHA256 6be3f114b7a5d94caf9b6b8b80a919d01eabc6fdff57f23533616ca0b36803b8 SHA512 730f38f8e8c8559255c3228994af95e47b00c501fce0a9fc56a0bfc27d8ed0b2f0f31767efc12c3c589e7490a41b27ab8365da22ffd4905f81d3d1c750cc3469 WHIRLPOOL 90f59c8d66a71c6bfe1ce4f4840a3cb473246e51548addd052b76fafde59301e5abca14e3b1083dd30c113293ce91267efd9ded46683196c75173d96067867f3 -DIST ktoshiba-5.3.tar.xz 68724 SHA256 64455db4f119b231bae3583072d7004ebb4483fc981fe6314aecbbe84ced750b SHA512 906245865a585dd76d9ae18b4562d0acc99bdaebe657197098dbbcad2c3713258717fd63c0bb50abd6a66110af6e32f51f1b80e793bc3596ac4d414360a29be0 WHIRLPOOL 82070b37fc3671d2d64b3e1fd9ffa669c2874a4788b4dc58c313f4c1bcb18a09671182b94f1e804b1e47e939239be7fa8c2646cca58e43057c8c6eb9d5bdf7f2 diff --git a/kde-misc/ktoshiba/ktoshiba-5.3.ebuild b/kde-misc/ktoshiba/ktoshiba-5.3.ebuild deleted file mode 100644 index b9226a1..00000000 --- a/kde-misc/ktoshiba/ktoshiba-5.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Function key (FN) monitoring for Toshiba laptops" -HOMEPAGE="http://ktoshiba.sourceforge.net/" -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.xz" -LICENSE="GPL-2" - -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - net-libs/libmnl -" - -DEPEND="${RDEPEND} - sys-devel/gettext -" - -src_configure() { - local mycmakeargs=( - -DLIBMNL_INCLUDE_DIRS=/usr/include/libmnl - ) - kde5_src_configure -}
