slyfox      14/08/10 21:08:05

  Modified:             cffi-0.8.2.ebuild cffi-0.8.1.ebuild
                        cffi-0.8.6.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.9                  dev-python/cffi/cffi-0.8.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?r1=1.8&r2=1.9

Index: cffi-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cffi-0.8.2.ebuild   23 Jun 2014 11:12:13 -0000      1.8
+++ cffi-0.8.2.ebuild   10 Aug 2014 21:08:05 -0000      1.9
@@ -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-python/cffi/cffi-0.8.2.ebuild,v 1.8 
2014/06/23 11:12:13 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.9 
2014/08/10 21:08:05 slyfox Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
 
 inherit distutils-r1
 
-DESCRIPTION="Foreign Function Interface for Python calling C code."
+DESCRIPTION="Foreign Function Interface for Python calling C code"
 HOMEPAGE="http://cffi.readthedocs.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.13                 dev-python/cffi/cffi-0.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?r1=1.12&r2=1.13

Index: cffi-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cffi-0.8.1.ebuild   8 Jun 2014 12:06:42 -0000       1.12
+++ cffi-0.8.1.ebuild   10 Aug 2014 21:08:05 -0000      1.13
@@ -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-python/cffi/cffi-0.8.1.ebuild,v 1.12 
2014/06/08 12:06:42 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.13 
2014/08/10 21:08:05 slyfox Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 
 inherit distutils-r1
 
-DESCRIPTION="Foreign Function Interface for Python calling C code."
+DESCRIPTION="Foreign Function Interface for Python calling C code"
 HOMEPAGE="http://cffi.readthedocs.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.2                  dev-python/cffi/cffi-0.8.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild?r1=1.1&r2=1.2

Index: cffi-0.8.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cffi-0.8.6.ebuild   8 Jul 2014 03:20:58 -0000       1.1
+++ cffi-0.8.6.ebuild   10 Aug 2014 21:08:05 -0000      1.2
@@ -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-python/cffi/cffi-0.8.6.ebuild,v 1.1 
2014/07/08 03:20:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.2 
2014/08/10 21:08:05 slyfox Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 
-DESCRIPTION="Foreign Function Interface for Python calling C code."
+DESCRIPTION="Foreign Function Interface for Python calling C code"
 HOMEPAGE="http://cffi.readthedocs.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.37                 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   8 Jul 2014 03:20:58 -0000       1.36
+++ ChangeLog   10 Aug 2014 21:08:05 -0000      1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.36 2014/07/08 
03:20:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.37 2014/08/10 
21:08:05 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <[email protected]> cffi-0.8.1.ebuild,
+  cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
 *cffi-0.8.6 (08 Jul 2014)
 




Reply via email to