public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/kscreen: kscreen-1.0.71.ebuild kscreen-1.0.2.1.ebuild ChangeLog
@ 2014-07-16 12:35 Michael Palimaka (kensington)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka (kensington) @ 2014-07-16 12:35 UTC (permalink / raw
  To: gentoo-commits

kensington    14/07/16 12:35:45

  Modified:             kscreen-1.0.71.ebuild kscreen-1.0.2.1.ebuild
                        ChangeLog
  Log:
  Pin x11-libs/libkscreen dependency to SLOT 4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.3                  kde-misc/kscreen/kscreen-1.0.71.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild?r1=1.2&r2=1.3

Index: kscreen-1.0.71.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kscreen-1.0.71.ebuild	12 May 2014 00:36:24 -0000	1.2
+++ kscreen-1.0.71.ebuild	16 Jul 2014 12:35:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild,v 1.2 2014/05/12 00:36:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild,v 1.3 2014/07/16 12:35:45 kensington Exp $
 
 EAPI=5
 
@@ -20,8 +20,8 @@
 IUSE="debug"
 
 DEPEND="
-	>=x11-libs/libkscreen-1.0.4
 	>=dev-libs/qjson-0.8
+	>=x11-libs/libkscreen-1.0.4:4
 "
 RDEPEND="${DEPEND}"
 



1.5                  kde-misc/kscreen/kscreen-1.0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild?r1=1.4&r2=1.5

Index: kscreen-1.0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kscreen-1.0.2.1.ebuild	10 Mar 2014 13:05:39 -0000	1.4
+++ kscreen-1.0.2.1.ebuild	16 Jul 2014 12:35:45 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild,v 1.4 2014/03/10 13:05:39 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild,v 1.5 2014/07/16 12:35:45 kensington Exp $
 
 EAPI=5
 
@@ -20,8 +20,8 @@
 IUSE="debug"
 
 DEPEND="
-	>=x11-libs/libkscreen-1.0.2
 	>=dev-libs/qjson-0.8
+	>=x11-libs/libkscreen-1.0.2:4
 "
 RDEPEND="${DEPEND}"
 



1.11                 kde-misc/kscreen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kscreen/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	12 May 2014 00:36:24 -0000	1.10
+++ ChangeLog	16 Jul 2014 12:35:45 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/kscreen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/ChangeLog,v 1.10 2014/05/12 00:36:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/ChangeLog,v 1.11 2014/07/16 12:35:45 kensington Exp $
+
+  16 Jul 2014; Michael Palimaka <kensington@gentoo.org> kscreen-1.0.2.1.ebuild,
+  kscreen-1.0.71.ebuild:
+  Pin x11-libs/libkscreen dependency to SLOT 4.
 
   12 May 2014; Johannes Huber <johu@gentoo.org> kscreen-1.0.71.ebuild:
   Unrestrict tests.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/kscreen: kscreen-1.0.71.ebuild kscreen-1.0.2.1.ebuild ChangeLog
@ 2014-12-11 16:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-11 16:07 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/11 16:07:39

  Modified:             kscreen-1.0.71.ebuild kscreen-1.0.2.1.ebuild
                        ChangeLog
  Log:
  Add ~ppc, wrt bug #525558
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  kde-misc/kscreen/kscreen-1.0.71.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild?r1=1.4&r2=1.5

Index: kscreen-1.0.71.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kscreen-1.0.71.ebuild	11 Nov 2014 20:52:53 -0000	1.4
+++ kscreen-1.0.71.ebuild	11 Dec 2014 16:07:39 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild,v 1.4 2014/11/11 20:52:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild,v 1.5 2014/12/11 16:07:39 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="debug"
 
 DEPEND="



1.6                  kde-misc/kscreen/kscreen-1.0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild?r1=1.5&r2=1.6

Index: kscreen-1.0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kscreen-1.0.2.1.ebuild	16 Jul 2014 12:35:45 -0000	1.5
+++ kscreen-1.0.2.1.ebuild	11 Dec 2014 16:07:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild,v 1.5 2014/07/16 12:35:45 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild,v 1.6 2014/12/11 16:07:39 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="4"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug"
 
 DEPEND="



1.13                 kde-misc/kscreen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kscreen/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	11 Nov 2014 20:52:53 -0000	1.12
+++ ChangeLog	11 Dec 2014 16:07:39 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/kscreen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/ChangeLog,v 1.12 2014/11/11 20:52:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/ChangeLog,v 1.13 2014/12/11 16:07:39 ago Exp $
+
+  11 Dec 2014; Agostino Sarubbo <ago@gentoo.org> kscreen-1.0.2.1.ebuild,
+  kscreen-1.0.71.ebuild:
+  Add ~ppc, wrt bug #525558
 
   11 Nov 2014; Markus Meier <maekke@gentoo.org> kscreen-1.0.71.ebuild:
   add ~arm, bug #525558





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/kscreen: kscreen-1.0.71.ebuild kscreen-1.0.2.1.ebuild ChangeLog
@ 2015-01-05 17:19 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-01-05 17:19 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/01/05 17:19:56

  Modified:             kscreen-1.0.71.ebuild kscreen-1.0.2.1.ebuild
                        ChangeLog
  Log:
  Add missing gettext dependency. Fixes bug #534576
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.7                  kde-misc/kscreen/kscreen-1.0.71.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild?r1=1.6&r2=1.7

Index: kscreen-1.0.71.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kscreen-1.0.71.ebuild	11 Dec 2014 16:07:59 -0000	1.6
+++ kscreen-1.0.71.ebuild	5 Jan 2015 17:19:56 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild,v 1.6 2014/12/11 16:07:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.71.ebuild,v 1.7 2015/01/05 17:19:56 mrueg Exp $
 
 EAPI=5
 
@@ -19,11 +19,12 @@
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="debug"
 
-DEPEND="
+RDEPEND="
 	>=dev-libs/qjson-0.8
 	>=x11-libs/libkscreen-1.0.4:4
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	sys-devel/gettext"
 
 DISTPLAY_MESSAGE=false
 pkg_preinst() {



1.8                  kde-misc/kscreen/kscreen-1.0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild?r1=1.7&r2=1.8

Index: kscreen-1.0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kscreen-1.0.2.1.ebuild	11 Dec 2014 16:07:59 -0000	1.7
+++ kscreen-1.0.2.1.ebuild	5 Jan 2015 17:19:56 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild,v 1.7 2014/12/11 16:07:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/kscreen-1.0.2.1.ebuild,v 1.8 2015/01/05 17:19:56 mrueg Exp $
 
 EAPI=5
 
@@ -19,11 +19,12 @@
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="debug"
 
-DEPEND="
+RDEPEND="
 	>=dev-libs/qjson-0.8
 	>=x11-libs/libkscreen-1.0.2:4
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	sys-devel/gettext"
 
 RESTRICT="test"
 



1.15                 kde-misc/kscreen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kscreen/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kscreen/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 Dec 2014 16:07:59 -0000	1.14
+++ ChangeLog	5 Jan 2015 17:19:56 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/kscreen
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/ChangeLog,v 1.14 2014/12/11 16:07:59 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kscreen/ChangeLog,v 1.15 2015/01/05 17:19:56 mrueg Exp $
+
+  05 Jan 2015; Manuel Rüger <mrueg@gentoo.org> kscreen-1.0.2.1.ebuild,
+  kscreen-1.0.71.ebuild:
+  Add missing gettext dependency. Fixes bug #534576
 
   11 Dec 2014; Agostino Sarubbo <ago@gentoo.org> kscreen-1.0.2.1.ebuild,
   kscreen-1.0.71.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-05 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 12:35 [gentoo-commits] gentoo-x86 commit in kde-misc/kscreen: kscreen-1.0.71.ebuild kscreen-1.0.2.1.ebuild ChangeLog Michael Palimaka (kensington)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-11 16:07 Agostino Sarubbo (ago)
2015-01-05 17:19 Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox