slyfox      14/08/10 18:30:21

  Modified:             pytextile-2.1.5.ebuild pytextile-2.1.8.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.7                  app-text/pytextile/pytextile-2.1.5.ebuild

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

Index: pytextile-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pytextile-2.1.5.ebuild      9 Apr 2012 03:41:03 -0000       1.6
+++ pytextile-2.1.5.ebuild      10 Aug 2014 18:30:21 -0000      1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.5.ebuild,v 
1.6 2012/04/09 03:41:03 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.5.ebuild,v 
1.7 2014/08/10 18:30:21 slyfox Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -13,7 +13,7 @@
 MY_PN="textile"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML."
+DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
 HOMEPAGE="http://pypi.python.org/pypi/textile";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 



1.4                  app-text/pytextile/pytextile-2.1.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?r1=1.3&r2=1.4

Index: pytextile-2.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pytextile-2.1.8.ebuild      7 Jul 2014 03:32:55 -0000       1.3
+++ pytextile-2.1.8.ebuild      10 Aug 2014 18:30:21 -0000      1.4
@@ -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/app-text/pytextile/pytextile-2.1.8.ebuild,v 
1.3 2014/07/07 03:32:55 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 
1.4 2014/08/10 18:30:21 slyfox Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -10,7 +10,7 @@
 MY_PN="textile"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML."
+DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML"
 HOMEPAGE="https://github.com/ikirudennis/python-textile";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 



1.34                 app-text/pytextile/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?rev=1.34&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?rev=1.34&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   7 Jul 2014 03:32:55 -0000       1.33
+++ ChangeLog   10 Aug 2014 18:30:21 -0000      1.34
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/pytextile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.33 
2014/07/07 03:32:55 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.34 
2014/08/10 18:30:21 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <[email protected]> pytextile-2.1.5.ebuild,
+  pytextile-2.1.8.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   07 Jul 2014; Ian Delaney <[email protected]>
   +files/pytextile-2.1.8-sanitizer.patch, pytextile-2.1.8.ebuild:




Reply via email to