Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/elisa/
Date: Sat, 30 Mar 2019 19:28:38
Message-Id: 1553973964.3a62c7dc94ad8bbec50e3de03eb80d5ce841b464.asturm@gentoo
1 commit: 3a62c7dc94ad8bbec50e3de03eb80d5ce841b464
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 16:11:52 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 19:26:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a62c7dc
7
8 media-sound/elisa: Drop 0.3.0 (r0)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/elisa/elisa-0.3.0.ebuild | 63 ------------------------------------
14 1 file changed, 63 deletions(-)
15
16 diff --git a/media-sound/elisa/elisa-0.3.0.ebuild b/media-sound/elisa/elisa-0.3.0.ebuild
17 deleted file mode 100644
18 index 1c81c116179..00000000000
19 --- a/media-sound/elisa/elisa-0.3.0.ebuild
20 +++ /dev/null
21 @@ -1,63 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -KDE_TEST="forceoptional"
28 -KDE_HANDBOOK="optional"
29 -inherit kde5
30 -
31 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
32 - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
33 - KEYWORDS="~amd64"
34 -fi
35 -
36 -DESCRIPTION="Simple music player by KDE"
37 -HOMEPAGE="https://community.kde.org/Elisa"
38 -LICENSE="LGPL-3+"
39 -IUSE="mpris semantic-desktop"
40 -
41 -COMMON_DEPEND="
42 - $(add_frameworks_dep kcmutils)
43 - $(add_frameworks_dep kconfig)
44 - $(add_frameworks_dep kconfigwidgets)
45 - $(add_frameworks_dep kcoreaddons)
46 - $(add_frameworks_dep kcrash)
47 - $(add_frameworks_dep kdeclarative)
48 - $(add_frameworks_dep kfilemetadata)
49 - $(add_frameworks_dep ki18n)
50 - $(add_frameworks_dep kio)
51 - $(add_frameworks_dep kitemviews)
52 - $(add_frameworks_dep kxmlgui)
53 - $(add_qt_dep qtdeclarative)
54 - $(add_qt_dep qtgui)
55 - $(add_qt_dep qtmultimedia 'gstreamer')
56 - $(add_qt_dep qtsql)
57 - $(add_qt_dep qtwidgets)
58 - mpris? (
59 - $(add_frameworks_dep kdbusaddons)
60 - $(add_qt_dep qtdbus)
61 - )
62 - semantic-desktop? (
63 - $(add_frameworks_dep baloo)
64 - )
65 -"
66 -DEPEND="${COMMON_DEPEND}
67 - sys-devel/gettext
68 -"
69 -RDEPEND="${COMMON_DEPEND}
70 - $(add_qt_dep qtgraphicaleffects)
71 - $(add_qt_dep qtquickcontrols)
72 - $(add_qt_dep qtquickcontrols2)
73 -"
74 -
75 -RESTRICT+=" test"
76 -
77 -src_configure() {
78 - local mycmakeargs=(
79 - $(cmake-utils_use_find_package mpris KF5DBusAddons)
80 - $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
81 - )
82 -
83 - kde5_src_configure
84 -}