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 52EE358973 for ; Mon, 8 Feb 2016 00:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1102621C067; Mon, 8 Feb 2016 00:17:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82FF821C067 for ; Mon, 8 Feb 2016 00:17:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91882340901 for ; Mon, 8 Feb 2016 00:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65A2A8F5 for ; Mon, 8 Feb 2016 00:17:30 +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: <1454890623.10a862b8230d10656476a18f8fc5fa5129f89628.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.11.ebuild X-VCS-Directories: kde-misc/plasma-applet-redshift-control/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 10a862b8230d10656476a18f8fc5fa5129f89628 X-VCS-Branch: master Date: Mon, 8 Feb 2016 00:17:30 +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: 16b5f62f-d282-4b4a-be93-43829956d6f2 X-Archives-Hash: 4e816e5086f02dbaee1483854a321c61 commit: 10a862b8230d10656476a18f8fc5fa5129f89628 Author: Manuel Rüger gentoo org> AuthorDate: Mon Feb 8 00:17:03 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Feb 8 00:17:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=10a862b8 kde-misc/plasma-applet-redshift-control: Version bump Package-Manager: portage-2.2.27 .../plasma-applet-redshift-control-1.0.11.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.11.ebuild b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.11.ebuild new file mode 100644 index 0000000..4702a19 --- /dev/null +++ b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.11.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"