Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
Date: Thu, 25 Jan 2018 14:26:11
Message-Id: 1516890357.9f6748ef82bfc04022ce7ef7608118fa4e621178.kensington@gentoo
1 commit: 9f6748ef82bfc04022ce7ef7608118fa4e621178
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 14:20:32 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 14:25:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6748ef
7
8 kde-misc/yakuake: remove 3.0.4-r0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 kde-misc/yakuake/yakuake-3.0.4.ebuild | 47 -----------------------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/kde-misc/yakuake/yakuake-3.0.4.ebuild b/kde-misc/yakuake/yakuake-3.0.4.ebuild
16 deleted file mode 100644
17 index 7665f978c98..00000000000
18 --- a/kde-misc/yakuake/yakuake-3.0.4.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit kde5
27 -
28 -DESCRIPTION="Quake-style terminal emulator based on konsole"
29 -HOMEPAGE="https://yakuake.kde.org/"
30 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
31 - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
32 -fi
33 -
34 -LICENSE="GPL-2 LGPL-2"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -DEPEND="
39 - $(add_frameworks_dep karchive)
40 - $(add_frameworks_dep kconfig)
41 - $(add_frameworks_dep kconfigwidgets)
42 - $(add_frameworks_dep kcoreaddons)
43 - $(add_frameworks_dep kcrash)
44 - $(add_frameworks_dep kdbusaddons)
45 - $(add_frameworks_dep kglobalaccel)
46 - $(add_frameworks_dep ki18n)
47 - $(add_frameworks_dep kiconthemes)
48 - $(add_frameworks_dep kio)
49 - $(add_frameworks_dep knewstuff)
50 - $(add_frameworks_dep knotifications)
51 - $(add_frameworks_dep knotifyconfig)
52 - $(add_frameworks_dep kparts)
53 - $(add_frameworks_dep kservice)
54 - $(add_frameworks_dep kwayland)
55 - $(add_frameworks_dep kwidgetsaddons)
56 - $(add_frameworks_dep kwindowsystem)
57 - $(add_frameworks_dep kxmlgui)
58 - $(add_kdeapps_dep konsole)
59 - $(add_qt_dep qtdbus)
60 - $(add_qt_dep qtgui)
61 - $(add_qt_dep qtwidgets)
62 - $(add_qt_dep qtx11extras)
63 - x11-libs/libX11
64 -"
65 -RDEPEND="${DEPEND}
66 - !kde-misc/yakuake:4
67 -"