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 53089139085 for ; Tue, 17 Jan 2017 21:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65EBC21C132; Tue, 17 Jan 2017 21:12:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3E14621C131 for ; Tue, 17 Jan 2017 21:12:21 +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 040BA3412B7 for ; Tue, 17 Jan 2017 21:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71EC42873 for ; Tue, 17 Jan 2017 21:12:18 +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: <1484684787.5ef81c5492e6170dc91eae33aa95e562f0ac28cb.johu@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-applet-daisy/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: kde-misc/plasma-applet-daisy/metadata.xml kde-misc/plasma-applet-daisy/plasma-applet-daisy-0.0.4.26-r1.ebuild X-VCS-Directories: kde-misc/plasma-applet-daisy/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5ef81c5492e6170dc91eae33aa95e562f0ac28cb X-VCS-Branch: master Date: Tue, 17 Jan 2017 21:12:18 +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: 033482d7-9af2-493f-8bc2-98625da7e975 X-Archives-Hash: bd0fc6824e6b35fa226053b151906a8b commit: 5ef81c5492e6170dc91eae33aa95e562f0ac28cb Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 17 20:26:27 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 17 20:26:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=5ef81c54 kde-misc/plasma-applet-daisy: Import latest from gentoo main tree Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-misc/plasma-applet-daisy/metadata.xml | 5 +++++ .../plasma-applet-daisy-0.0.4.26-r1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/kde-misc/plasma-applet-daisy/metadata.xml b/kde-misc/plasma-applet-daisy/metadata.xml new file mode 100644 index 0000000..7a38bb9 --- /dev/null +++ b/kde-misc/plasma-applet-daisy/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/kde-misc/plasma-applet-daisy/plasma-applet-daisy-0.0.4.26-r1.ebuild b/kde-misc/plasma-applet-daisy/plasma-applet-daisy-0.0.4.26-r1.ebuild new file mode 100644 index 0000000..659b972 --- /dev/null +++ b/kde-misc/plasma-applet-daisy/plasma-applet-daisy-0.0.4.26-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_MINIMAL="4.8" +KDE_LINGUAS_DIR="applet/po" +KDE_LINGUAS="bs de el fr hu it pl pt ru sr tr" +inherit kde4-base + +DESCRIPTION="Simple application launcher for KDE 4's plasma desktop" +HOMEPAGE="http://cdlszm.org/" +SRC_URI="http://cdlszm.org/downloads/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="kde-plasma/libtaskmanager:4" +RDEPEND="${DEPEND}"