From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6B3D138334 for ; Wed, 11 Jul 2018 20:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1414FE0855; Wed, 11 Jul 2018 20:35:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0738E0855 for ; Wed, 11 Jul 2018 20:35:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FADE335CDB for ; Wed, 11 Jul 2018 20:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A38DC358 for ; Wed, 11 Jul 2018 20:35:08 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1531341277.8199f53ca33ef0bc546bcda54b2093bb5ff1476b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/elisa/elisa-0.1.80.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8199f53ca33ef0bc546bcda54b2093bb5ff1476b X-VCS-Branch: master Date: Wed, 11 Jul 2018 20:35:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1599ee0d-5121-4193-ac8e-d85c9009f2bd X-Archives-Hash: 430d73f8a132a0f15c6c6de71791f64c commit: 8199f53ca33ef0bc546bcda54b2093bb5ff1476b Author: Johannes Huber gentoo org> AuthorDate: Wed Jul 11 20:34:37 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jul 11 20:34:37 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8199f53c media-sound/elisa: Remove 0.1.80 Superseded by 0.2.0 in gentoo main tree. Package-Manager: Portage-2.3.42, Repoman-2.3.9 media-sound/elisa/elisa-0.1.80.ebuild | 63 ----------------------------------- 1 file changed, 63 deletions(-) diff --git a/media-sound/elisa/elisa-0.1.80.ebuild b/media-sound/elisa/elisa-0.1.80.ebuild deleted file mode 100644 index e76e825e2a..0000000000 --- a/media-sound/elisa/elisa-0.1.80.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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/unstable/${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 -}