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 9909C139694 for ; Sun, 26 Feb 2017 15:31:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 410F3E0C5E; Sun, 26 Feb 2017 15:31:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D86FE0C5E for ; Sun, 26 Feb 2017 15:31:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0A5C33E142 for ; Sun, 26 Feb 2017 15:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C54E2555D for ; Sun, 26 Feb 2017 15:31:34 +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: <1488123071.ed359d3f24b6f1443591f959b14fe8b89a85ac77.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-9999.ebuild media-sound/elisa/metadata.xml X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ed359d3f24b6f1443591f959b14fe8b89a85ac77 X-VCS-Branch: master Date: Sun, 26 Feb 2017 15:31:34 +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: 55dcd581-86ed-45ab-9397-0edf08f9dff9 X-Archives-Hash: d237d5fc3e8497ab680b51ff823081b1 commit: ed359d3f24b6f1443591f959b14fe8b89a85ac77 Author: Johannes Huber gentoo org> AuthorDate: Sun Feb 26 15:31:11 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Feb 26 15:31:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ed359d3f media-sound/elisa: New package Needs a lot of love. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/elisa/elisa-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++++ media-sound/elisa/metadata.xml | 8 ++++++++ 2 files changed, 44 insertions(+) diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild new file mode 100644 index 0000000000..981612b77d --- /dev/null +++ b/media-sound/elisa/elisa-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="Simple music player by KDE" +HOMEPAGE="https://community.kde.org/Elisa" +LICENSE="LGPL-3+" +KEYWORDS="" +IUSE="" + +# TODO: +# - Bogus deps +# - optional features +RDEPEND=" + $(add_frameworks_dep baloo) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kfilemetadata) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) +" +DEPEND="${RDEPEND} + sys-devel/gettext +" diff --git a/media-sound/elisa/metadata.xml b/media-sound/elisa/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/media-sound/elisa/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +