public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/iniparser: iniparser-3.1-r1.ebuild iniparser-3.1.ebuild ChangeLog
@ 2014-08-10 20:34 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:34 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:34:17

  Modified:             iniparser-3.1-r1.ebuild iniparser-3.1.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.6                  dev-libs/iniparser/iniparser-3.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild?r1=1.5&r2=1.6

Index: iniparser-3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iniparser-3.1-r1.ebuild	7 Aug 2014 18:07:58 -0000	1.5
+++ iniparser-3.1-r1.ebuild	10 Aug 2014 20:34:17 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.5 2014/08/07 18:07:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.6 2014/08/10 20:34:17 slyfox Exp $
 
 EAPI=4
 
 AUTOTOOLS_AUTORECONF=1
 inherit autotools-utils autotools-multilib
 
-DESCRIPTION="A free stand-alone ini file parsing library."
+DESCRIPTION="A free stand-alone ini file parsing library"
 HOMEPAGE="http://ndevilla.free.fr/iniparser/"
 
 SRC_URI="http://ndevilla.free.fr/iniparser/${P}.tar.gz"



1.11                 dev-libs/iniparser/iniparser-3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild?r1=1.10&r2=1.11

Index: iniparser-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- iniparser-3.1.ebuild	2 Feb 2014 02:40:15 -0000	1.10
+++ iniparser-3.1.ebuild	10 Aug 2014 20:34:17 -0000	1.11
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.10 2014/02/02 02:40:15 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.11 2014/08/10 20:34:17 slyfox Exp $
 
 EAPI=4
 
 AUTOTOOLS_AUTORECONF=1
 inherit autotools-utils
 
-DESCRIPTION="A free stand-alone ini file parsing library."
+DESCRIPTION="A free stand-alone ini file parsing library"
 HOMEPAGE="http://ndevilla.free.fr/iniparser/"
 
 SRC_URI="http://ndevilla.free.fr/iniparser/${P}.tar.gz"



1.38                 dev-libs/iniparser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	7 Aug 2014 18:07:58 -0000	1.37
+++ ChangeLog	10 Aug 2014 20:34:17 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/iniparser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.37 2014/08/07 18:07:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.38 2014/08/10 20:34:17 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> iniparser-3.1-r1.ebuild,
+  iniparser-3.1.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   07 Aug 2014; Jeroen Roovers <jer@gentoo.org> iniparser-3.1-r1.ebuild:
   Stable for HPPA (bug #512012).





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-11 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 20:34 [gentoo-commits] gentoo-x86 commit in dev-libs/iniparser: iniparser-3.1-r1.ebuild iniparser-3.1.ebuild ChangeLog Sergei Trofimovich (slyfox)

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