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 <[email protected]> kscreen-1.0.2.1.ebuild,
+  kscreen-1.0.71.ebuild:
+  Add missing gettext dependency. Fixes bug #534576
 
   11 Dec 2014; Agostino Sarubbo <[email protected]> kscreen-1.0.2.1.ebuild,
   kscreen-1.0.71.ebuild:




Reply via email to