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 0D5FE1382C5 for ; Sat, 14 Apr 2018 16:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59FD2E081E; Sat, 14 Apr 2018 16:21:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35E25E081E for ; Sat, 14 Apr 2018 16:21:22 +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 E0B5F335C43 for ; Sat, 14 Apr 2018 16:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C331230 for ; Sat, 14 Apr 2018 16:21:19 +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: <1523722865.049945518a339a87732061dbef4443ec37bc832c.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.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 049945518a339a87732061dbef4443ec37bc832c X-VCS-Branch: master Date: Sat, 14 Apr 2018 16:21:19 +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: 8b73d2af-eced-4750-a6c3-10752dac12ce X-Archives-Hash: 777b0a0a1c32c214980a6893f27138f2 commit: 049945518a339a87732061dbef4443ec37bc832c Author: Johannes Huber gentoo org> AuthorDate: Sat Apr 14 16:21:05 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Apr 14 16:21:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=04994551 media-sound/elisa: Remove 0.1 Moved to gentoo main tree. Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-sound/elisa/elisa-0.1.ebuild | 61 -------------------------------------- 1 file changed, 61 deletions(-) diff --git a/media-sound/elisa/elisa-0.1.ebuild b/media-sound/elisa/elisa-0.1.ebuild deleted file mode 100644 index 59f7d8a72c..0000000000 --- a/media-sound/elisa/elisa-0.1.ebuild +++ /dev/null @@ -1,61 +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/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 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 -}