From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4CB759CA3 for ; Sat, 12 Mar 2016 21:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5035321C053; Sat, 12 Mar 2016 21:36:48 +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 B3EFF21C053 for ; Sat, 12 Mar 2016 21:36:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5FE473409C8 for ; Sat, 12 Mar 2016 21:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8891216C5 for ; Sat, 12 Mar 2016 21:36:44 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457818549.c3eaa8703c06a3b877c8044aa717ce7cd9d3c407.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.13.ebuild X-VCS-Directories: kde-misc/plasma-applet-redshift-control/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c3eaa8703c06a3b877c8044aa717ce7cd9d3c407 X-VCS-Branch: master Date: Sat, 12 Mar 2016 21:36:44 +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: b316412f-6514-4e78-ba19-2c50a10d4a05 X-Archives-Hash: 24e0a7afb4a22b41ccf5b8d015ca7c0c commit: c3eaa8703c06a3b877c8044aa717ce7cd9d3c407 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 12 21:35:49 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 12 21:35:49 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3eaa870 kde-misc/plasma-applet-redshift-control: Version bump Package-Manager: portage-2.2.28 .../plasma-applet-redshift-control-1.0.13.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.13.ebuild b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.13.ebuild new file mode 100644 index 0000000..4702a19 --- /dev/null +++ b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.13.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Plasma 5 applet for controlling redshift" +HOMEPAGE="http://kde-apps.org/content/show.php/Redshift+Control?content=170746 https://github.com/kotelnik/plasma-applet-redshift-control/" +SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="x11-misc/redshift"