commit: 10a862b8230d10656476a18f8fc5fa5129f89628 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Feb 8 00:17:03 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> 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"
