diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:23:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:24:10 +0200 |
commit | 88876e45e3d983e5bcc9ca4d23a20c082069f0f8 (patch) | |
tree | dc3f0ccbdd625acd65e403cca525f69c06688f1c /kde-apps/yakuake/yakuake-19.08.0.ebuild | |
parent | sys-kernel/gentoo-sources: Linux 4.19.70 and 4.19.71 (diff) | |
download | gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.gz gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.bz2 gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.zip |
kde-apps: Drop KDE Applications 19.08.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/yakuake/yakuake-19.08.0.ebuild')
-rw-r--r-- | kde-apps/yakuake/yakuake-19.08.0.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/kde-apps/yakuake/yakuake-19.08.0.ebuild b/kde-apps/yakuake/yakuake-19.08.0.ebuild deleted file mode 100644 index cff4ec80765c..000000000000 --- a/kde-apps/yakuake/yakuake-19.08.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Quake-style terminal emulator based on konsole" -HOMEPAGE="https://kde.org/applications/system/org.kde.yakuake" - -LICENSE="GPL-2 LGPL-2" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="absolute-position X" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep konsole) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - absolute-position? ( $(add_frameworks_dep kwayland) ) - X? ( - $(add_qt_dep qtx11extras) - x11-libs/libX11 - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package absolute-position KF5Wayland) - $(cmake-utils_use_find_package X X11) - ) - - kde5_src_configure -} |