slyfox      14/08/10 20:23:09

  Modified:             polkit-qt-0.103.0.ebuild polkit-qt-0.112.0.ebuild
                        ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.11                 sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild?r1=1.10&r2=1.11

Index: polkit-qt-0.103.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- polkit-qt-0.103.0.ebuild    1 Aug 2013 06:04:43 -0000       1.10
+++ polkit-qt-0.103.0.ebuild    10 Aug 2014 20:23:08 -0000      1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild,v 1.10 
2013/08/01 06:04:43 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild,v 1.11 
2014/08/10 20:23:08 slyfox Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 inherit cmake-utils
 
-DESCRIPTION="PolicyKit Qt4 API wrapper library."
+DESCRIPTION="PolicyKit Qt4 API wrapper library"
 HOMEPAGE="http://www.kde.org/";
 SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
 



1.3                  sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild?r1=1.2&r2=1.3

Index: polkit-qt-0.112.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- polkit-qt-0.112.0.ebuild    30 Jul 2014 23:47:48 -0000      1.2
+++ polkit-qt-0.112.0.ebuild    10 Aug 2014 20:23:08 -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/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild,v 1.2 
2014/07/30 23:47:48 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild,v 1.3 
2014/08/10 20:23:08 slyfox Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 inherit cmake-utils multibuild
 
-DESCRIPTION="PolicyKit Qt4 API wrapper library."
+DESCRIPTION="PolicyKit Qt4 API wrapper library"
 HOMEPAGE="http://www.kde.org/";
 SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
 



1.33                 sys-auth/polkit-qt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   30 Jul 2014 23:47:48 -0000      1.32
+++ ChangeLog   10 Aug 2014 20:23:08 -0000      1.33
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/polkit-qt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.32 
2014/07/30 23:47:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.33 
2014/08/10 20:23:08 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <[email protected]> polkit-qt-0.103.0.ebuild,
+  polkit-qt-0.112.0.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   30 Jul 2014; Johannes Huber <[email protected]> polkit-qt-0.112.0.ebuild:
   Drop USE dep glib on dev-qt/*:5, bug #518588.




Reply via email to