slyfox      14/08/10 20:25:06

  Modified:             cxsparse-2.2.6.ebuild cxsparse-2.2.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.3                  sci-libs/cxsparse/cxsparse-2.2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.6.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.6.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.6.ebuild?r1=1.2&r2=1.3

Index: cxsparse-2.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cxsparse-2.2.6.ebuild       16 Oct 2012 02:31:53 -0000      1.2
+++ cxsparse-2.2.6.ebuild       10 Aug 2014 20:25:06 -0000      1.3
@@ -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/sci-libs/cxsparse/cxsparse-2.2.6.ebuild,v 
1.2 2012/10/16 02:31:53 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.6.ebuild,v 
1.3 2014/08/10 20:25:06 slyfox Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 MY_PN=CXSparse
 
-DESCRIPTION="Extended sparse matrix package."
+DESCRIPTION="Extended sparse matrix package"
 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/";
 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV}.tar.gz";
 



1.16                 sci-libs/cxsparse/cxsparse-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild?r1=1.15&r2=1.16

Index: cxsparse-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cxsparse-2.2.1.ebuild       26 Jun 2011 14:39:26 -0000      1.15
+++ cxsparse-2.2.1.ebuild       10 Aug 2014 20:25:06 -0000      1.16
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v 
1.15 2011/06/26 14:39:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v 
1.16 2014/08/10 20:25:06 slyfox Exp $
 
 inherit autotools eutils
 
 MY_PN=CXSparse
 
-DESCRIPTION="Extended sparse matrix package."
+DESCRIPTION="Extended sparse matrix package"
 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/";
 
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV}.tar.gz";
 



1.27                 sci-libs/cxsparse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cxsparse/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cxsparse/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cxsparse/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   18 Jul 2013 13:09:25 -0000      1.26
+++ ChangeLog   10 Aug 2014 20:25:06 -0000      1.27
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/cxsparse
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.26 
2013/07/18 13:09:25 chithanh Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.27 
2014/08/10 20:25:06 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> cxsparse-2.2.1.ebuild,
+  cxsparse-2.2.6.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   18 Jul 2013; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org>
   cxsparse-3.1.2.ebuild:




Reply via email to