[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2017-11-11 Thread Andreas Sturmlechner
commit: 829ca048a97ab9b4d9b095ddaaffb1ad82bb9813
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  8 19:23:36 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 11 18:28:12 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=829ca048

kde-misc/plasma-applet-redshift-control: Switch to cgit.kde.org

Fix HOMEPAGE.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 .../plasma-applet-redshift-control-.ebuild   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
index e71f7b2094..9fbdb9018d 100644
--- 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
+++ 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
@@ -3,12 +3,11 @@
 
 EAPI=6
 
+KMNAME="plasma-redshift-control"
 inherit kde5
 
-EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git;
-
 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/;
+HOMEPAGE="https://store.kde.org/p/998916/;
 
 LICENSE="GPL-2+"
 KEYWORDS=""



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-04-17 Thread Johannes Huber
commit: febe21429b771c5caf096ccd3d8e6717d3150f9c
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Apr 17 15:29:01 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Apr 17 15:29:01 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=febe2142

kde-misc/plasma-applet-redshift-control: Add upstream remote id

Package-Manager: portage-2.2.28

 kde-misc/plasma-applet-redshift-control/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kde-misc/plasma-applet-redshift-control/metadata.xml 
b/kde-misc/plasma-applet-redshift-control/metadata.xml
index 2fdbf33..519e1b1 100644
--- a/kde-misc/plasma-applet-redshift-control/metadata.xml
+++ b/kde-misc/plasma-applet-redshift-control/metadata.xml
@@ -5,4 +5,7 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   kotelnik/plasma-applet-redshift-control
+   
 



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-03-30 Thread Michael Palimaka
commit: d6dc59866cb248dde6bd12407b7b0d92200ccc14
Author: Marc Joliet  gmx  de>
AuthorDate: Wed Mar 30 12:11:44 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Mar 30 17:59:30 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6dc5986

kde-misc/plasma-applet-redshift-control: add dep on kde-frameworks/plasma

While upgrading to KDE Plasma, I hit the following compilation failure:

CMake Warning at CMakeLists.txt:13 (find_package):
  By not providing "FindKF5Plasma.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "KF5Plasma", but CMake did not find one.

  Could not find a package configuration file provided by "KF5Plasma" with
  any of the following names:

KF5PlasmaConfig.cmake
kf5plasma-config.cmake

  Add the installation prefix of "KF5Plasma" to CMAKE_PREFIX_PATH or set
  "KF5Plasma_DIR" to a directory containing one of the above files.  If
  "KF5Plasma" provides a separate development package or SDK, be sure it has
  been installed.

CMake Error at CMakeLists.txt:17 (plasma_install_package):
  Unknown CMake command "plasma_install_package".

KF5PlasmaConfig.cmake is provided by kde-frameworks/plasma, so
kde-misc/plasma-applet-redshift-control needs to depend on it.

Package-Manager: portage-2.2.26

 .../plasma-applet-redshift-control-.ebuild   | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
index ab67fba..4a1c566 100644
--- 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
+++ 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
@@ -15,4 +15,7 @@ LICENSE="GPL-2+"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="x11-misc/redshift"
+DEPEND="$(add_frameworks_dep plasma)"
+RDEPEND="${DEPEND}
+   x11-misc/redshift
+"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-03-22 Thread Johannes Huber
commit: dc8889bec6773fff0f571d51dd0862fde46a2681
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Mar 22 21:28:38 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Mar 22 21:28:38 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dc8889be

kde-misc/plasma-applet-redshift-control: EAPI 6

Package-Manager: portage-2.2.28

 .../plasma-applet-redshift-control-.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
index 1493d72..ab67fba 100644
--- 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
+++ 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit kde5
 



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-03-22 Thread Manuel Rüger
commit: e546bfe2a397c5a8ea1e8d7c9da68ff1049e9ad6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Mar 22 21:13:23 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Mar 22 21:13:40 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e546bfe2

kde-misc/plasma-applet-redshift-control: Moved to the tree.

Package-Manager: portage-2.2.28

 .../plasma-applet-redshift-control-1.0.14.ebuild| 17 -
 1 file changed, 17 deletions(-)

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
deleted file mode 100644
index 4702a19..000
--- 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.14.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-03-12 Thread Manuel Rüger
commit: a4920558ec4b9fc1f1abb39493804b508c457161
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 12 23:43:19 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 12 23:43:19 2016 +
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 000..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"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-03-12 Thread Manuel Rüger
commit: 796778bcc181ec5bf51be862e03050f4599541f1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 12 23:43:38 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 12 23:43:38 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=796778bc

kde-misc/plasma-applet-redshift-control: Remove old

Package-Manager: portage-2.2.28

 .../plasma-applet-redshift-control-1.0.13.ebuild| 17 -
 1 file changed, 17 deletions(-)

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
deleted file mode 100644
index 4702a19..000
--- 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.13.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-03-12 Thread Manuel Rüger
commit: c3eaa8703c06a3b877c8044aa717ce7cd9d3c407
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 12 21:35:49 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 12 21:35:49 2016 +
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 000..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"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-03-12 Thread Manuel Rüger
commit: 1a48c9998bc08795bdf1373c96e057ee317826c6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar 12 21:36:07 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar 12 21:36:07 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a48c999

kde-misc/plasma-applet-redshift-control: Remove old

Package-Manager: portage-2.2.28

 .../plasma-applet-redshift-control-1.0.12.ebuild| 17 -
 1 file changed, 17 deletions(-)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.12.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.12.ebuild
deleted file mode 100644
index 4702a19..000
--- 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.12.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-02-10 Thread Manuel Rüger
commit: 14a193fa66b834372262856b5bc0e595df32c33d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 10 22:55:09 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 10 22:55:09 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=14a193fa

kde-misc/plasma-applet-redshift-control: Version bump

Package-Manager: portage-2.2.27

 ...control-1.0.11.ebuild => plasma-applet-redshift-control-1.0.12.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

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.12.ebuild
similarity index 100%
rename from 
kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.11.ebuild
rename to 
kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.12.ebuild



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-02-07 Thread Manuel Rüger
commit: 10a862b8230d10656476a18f8fc5fa5129f89628
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Feb  8 00:17:03 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Feb  8 00:17:03 2016 +
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 000..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"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2016-02-07 Thread Manuel Rüger
commit: 8276ce5b7babd4c1e35eae3106eeff746cf89644
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Feb  8 00:17:20 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Feb  8 00:17:20 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8276ce5b

kde-misc/plasma-applet-redshift-control: Remove old

Package-Manager: portage-2.2.27

 .../plasma-applet-redshift-control-1.0.8.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.8.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.8.ebuild
deleted file mode 100644
index 4702a19..000
--- 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.8.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2015-09-19 Thread Manuel Rüger
commit: 878f23a713bf12279dfdee9c306d5f9949eb42d6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Sep 19 14:01:03 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Sep 19 14:01:03 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=878f23a7

kde-misc/plasma-applet-redshift-control: Version bump. Remove old

Package-Manager: portage-2.2.20.1

 ...t-control-1.0.7.ebuild => plasma-applet-redshift-control-1.0.8.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.7.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.8.ebuild
similarity index 100%
rename from 
kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.7.ebuild
rename to 
kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.8.ebuild



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2015-09-18 Thread Manuel Rüger
commit: a00a6e3def693247baca0cba02f8ad2003848ede
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 18 22:31:39 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 18 22:31:39 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a00a6e3d

kde-misc/plasma-applet-redshift-control: Version bump. Remove old

Package-Manager: portage-2.2.20.1

 ...t-control-1.0.6.ebuild => plasma-applet-redshift-control-1.0.7.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.6.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.7.ebuild
similarity index 100%
rename from 
kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.6.ebuild
rename to 
kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.7.ebuild



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2015-09-06 Thread Manuel Rüger
commit: 2e53370b36962f3b6327f6e01e694438cb3d40a2
Author: Manuel Rüger  rueg  eu>
AuthorDate: Sun Sep  6 13:03:42 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  6 13:03:42 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e53370b

kde-misc/plasma-applet-redshift-control: Version bump. Remove old.

Package-Manager: portage-2.2.20.1

 ...t-control-1.0.5.ebuild => plasma-applet-redshift-control-1.0.6.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.5.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.6.ebuild
similarity index 100%
rename from 
kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.5.ebuild
rename to 
kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.6.ebuild



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2015-09-03 Thread Manuel Rüger
commit: d1c16e10d0d333fc37d9cc18d1eb557d2503d910
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Sep  3 22:42:05 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep  3 22:42:05 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1c16e10

kde-misc/plasma-applet-redshift-control: Add ~amd64 keyword

Package-Manager: portage-2.2.20.1

 .../plasma-applet-redshift-control-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.5.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.5.ebuild
index cd4973c..67abc9d 100644
--- 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.5.ebuild
+++ 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.5.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="http://kde-apps.org/content/show.php/Redshift+Control?content=170746 h
 SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
-KEYWORDS=""
+KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND="x11-misc/redshift"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2015-09-02 Thread Manuel Rüger
commit: 5eb5a21778084bbf0011c36739da74136279ad69
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Sep  2 22:26:23 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Sep  2 22:26:37 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5eb5a217

kde-misc/plasma-applet-redshift-control: Add initial version

Package-Manager: portage-2.2.20.1

 .../plasma-applet-redshift-control-1.0.5.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.5.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.5.ebuild
new file mode 100644
index 000..cd4973c
--- /dev/null
+++ 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-1.0.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 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=""
+IUSE=""
+
+RDEPEND="x11-misc/redshift"



[gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-redshift-control/

2015-08-05 Thread Manuel Rüger
commit: 4340b132ca248162427475a4acd01758e0dad22f
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Wed Aug  5 22:26:15 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Wed Aug  5 22:26:15 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4340b132

[kde-misc/plasma-applet-redshift-control] Initial version.

Package-Manager: portage-2.2.20

 kde-misc/plasma-applet-redshift-control/metadata.xml   |  5 +
 .../plasma-applet-redshift-control-.ebuild | 18 ++
 2 files changed, 23 insertions(+)

diff --git a/kde-misc/plasma-applet-redshift-control/metadata.xml 
b/kde-misc/plasma-applet-redshift-control/metadata.xml
new file mode 100644
index 000..8d1e86a
--- /dev/null
+++ b/kde-misc/plasma-applet-redshift-control/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+herdkde/herd
+/pkgmetadata

diff --git 
a/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
new file mode 100644
index 000..34027f2
--- /dev/null
+++ 
b/kde-misc/plasma-applet-redshift-control/plasma-applet-redshift-control-.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+EGIT_REPO_URI=https://github.com/kotelnik/${PN}.git;
+
+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/;
+
+LICENSE=GPL-2+
+KEYWORDS=
+IUSE=
+
+RDEPEND=x11-misc/redshift