commit:     3a62c7dc94ad8bbec50e3de03eb80d5ce841b464
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 16:11:52 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 19:26:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a62c7dc

media-sound/elisa: Drop 0.3.0 (r0)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/elisa/elisa-0.3.0.ebuild | 63 ------------------------------------
 1 file changed, 63 deletions(-)

diff --git a/media-sound/elisa/elisa-0.3.0.ebuild 
b/media-sound/elisa/elisa-0.3.0.ebuild
deleted file mode 100644
index 1c81c116179..00000000000
--- a/media-sound/elisa/elisa-0.3.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-KDE_HANDBOOK="optional"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-       SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-       KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Simple music player by KDE"
-HOMEPAGE="https://community.kde.org/Elisa";
-LICENSE="LGPL-3+"
-IUSE="mpris semantic-desktop"
-
-COMMON_DEPEND="
-       $(add_frameworks_dep kcmutils)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep kdeclarative)
-       $(add_frameworks_dep kfilemetadata)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kitemviews)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtmultimedia 'gstreamer')
-       $(add_qt_dep qtsql)
-       $(add_qt_dep qtwidgets)
-       mpris? (
-               $(add_frameworks_dep kdbusaddons)
-               $(add_qt_dep qtdbus)
-       )
-       semantic-desktop? (
-               $(add_frameworks_dep baloo)
-       )
-"
-DEPEND="${COMMON_DEPEND}
-       sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-       $(add_qt_dep qtgraphicaleffects)
-       $(add_qt_dep qtquickcontrols)
-       $(add_qt_dep qtquickcontrols2)
-"
-
-RESTRICT+=" test"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package mpris KF5DBusAddons)
-               $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
-       )
-
-       kde5_src_configure
-}

Reply via email to