commit: a4920558ec4b9fc1f1abb39493804b508c457161 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Mar 12 23:43:19 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Mar 12 23:43:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4920558
kde-misc/plasma-applet-redshift-control: Version bump Package-Manager: portage-2.2.28 .../plasma-applet-redshift-control-1.0.14.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.14.ebuild b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.14.ebuild new file mode 100644 index 0000000..4702a19 --- /dev/null +++ b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.14.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"
