slyfox      14/08/10 20:41:36

  Modified:             ecls-11.1.1-r1.ebuild ecls-12.2.1.ebuild
                        ecls-9.12.3.ebuild ecls-13.5.1.ebuild
                        ecls-13.5.1-r1.ebuild ecls-12.7.1.ebuild
                        ecls-10.4.1.ebuild ecls-12.12.1-r5.ebuild
                        ecls-12.12.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                  dev-lisp/ecls/ecls-11.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-11.1.1-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-11.1.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-11.1.1-r1.ebuild?r1=1.2&r2=1.3

Index: ecls-11.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-11.1.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ecls-11.1.1-r1.ebuild       7 Mar 2011 23:00:23 -0000       1.2
+++ ecls-11.1.1-r1.ebuild       10 Aug 2014 20:41:36 -0000      1.3
@@ -1,13 +1,13 @@
-# 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/dev-lisp/ecls/ecls-11.1.1-r1.ebuild,v 1.2 
2011/03/07 23:00:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-11.1.1-r1.ebuild,v 1.3 
2014/08/10 20:41:36 slyfox Exp $
 
 EAPI=3
 inherit eutils multilib
 
 MY_P=ecl-${PV}
 
-DESCRIPTION="ECL is an embeddable Common Lisp implementation."
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="http://common-lisp.net/project/ecl/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 



1.2                  dev-lisp/ecls/ecls-12.2.1.ebuild

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

Index: ecls-12.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ecls-12.2.1.ebuild  11 Feb 2012 14:58:16 -0000      1.1
+++ ecls-12.2.1.ebuild  10 Aug 2014 20:41:36 -0000      1.2
@@ -1,13 +1,13 @@
-# 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/dev-lisp/ecls/ecls-12.2.1.ebuild,v 1.1 
2012/02/11 14:58:16 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.2.1.ebuild,v 1.2 
2014/08/10 20:41:36 slyfox Exp $
 
 EAPI=3
 
 inherit eutils multilib
 MY_P=ecl-${PV}
 
-DESCRIPTION="ECL is an embeddable Common Lisp implementation."
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="http://common-lisp.net/project/ecl/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
 



1.8                  dev-lisp/ecls/ecls-9.12.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild?r1=1.7&r2=1.8

Index: ecls-9.12.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ecls-9.12.3.ebuild  17 Dec 2010 20:18:31 -0000      1.7
+++ ecls-9.12.3.ebuild  10 Aug 2014 20:41:36 -0000      1.8
@@ -1,13 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild,v 1.7 
2010/12/17 20:18:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild,v 1.8 
2014/08/10 20:41:36 slyfox Exp $
 
 EAPI=2
 inherit eutils multilib
 
 MY_P=ecl-${PV}
 
-DESCRIPTION="ECL is an embeddable Common Lisp implementation."
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="http://common-lisp.net/project/ecl/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
 



1.3                  dev-lisp/ecls/ecls-13.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild?r1=1.2&r2=1.3

Index: ecls-13.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ecls-13.5.1.ebuild  2 Jul 2013 04:14:08 -0000       1.2
+++ ecls-13.5.1.ebuild  10 Aug 2014 20:41:36 -0000      1.3
@@ -1,13 +1,13 @@
-# 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/dev-lisp/ecls/ecls-13.5.1.ebuild,v 1.2 
2013/07/02 04:14:08 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild,v 1.3 
2014/08/10 20:41:36 slyfox Exp $
 
 EAPI=5
 inherit eutils multilib
 
 MY_P=ecl-${PV}
 
-DESCRIPTION="ECL is an embeddable Common Lisp implementation."
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="http://ecls.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
 



1.3                  dev-lisp/ecls/ecls-13.5.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild?r1=1.2&r2=1.3

Index: ecls-13.5.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ecls-13.5.1-r1.ebuild       11 Jul 2014 08:49:58 -0000      1.2
+++ ecls-13.5.1-r1.ebuild       10 Aug 2014 20:41:36 -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/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v 1.2 
2014/07/11 08:49:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v 1.3 
2014/08/10 20:41:36 slyfox Exp $
 
 EAPI=5
 inherit eutils multilib
@@ -10,7 +10,7 @@
 
 MY_P=ecl-${PV}
 
-DESCRIPTION="ECL is an embeddable Common Lisp implementation."
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="http://ecls.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
 



1.3                  dev-lisp/ecls/ecls-12.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-12.7.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-12.7.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-12.7.1.ebuild?r1=1.2&r2=1.3

Index: ecls-12.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ecls-12.7.1.ebuild  23 Aug 2012 04:32:11 -0000      1.2
+++ ecls-12.7.1.ebuild  10 Aug 2014 20:41:36 -0000      1.3
@@ -1,13 +1,13 @@
-# 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/dev-lisp/ecls/ecls-12.7.1.ebuild,v 1.2 
2012/08/23 04:32:11 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.7.1.ebuild,v 1.3 
2014/08/10 20:41:36 slyfox Exp $
 
 EAPI=4
 
 inherit eutils multilib
 MY_P=ecl-${PV}
 
-DESCRIPTION="ECL is an embeddable Common Lisp implementation."
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="http://ecls.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 



1.3                  dev-lisp/ecls/ecls-10.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild?r1=1.2&r2=1.3

Index: ecls-10.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ecls-10.4.1.ebuild  17 Dec 2010 20:18:31 -0000      1.2
+++ ecls-10.4.1.ebuild  10 Aug 2014 20:41:36 -0000      1.3
@@ -1,13 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild,v 1.2 
2010/12/17 20:18:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild,v 1.3 
2014/08/10 20:41:36 slyfox Exp $
 
 EAPI=3
 inherit eutils multilib
 
 MY_P=ecl-${PV}
 
-DESCRIPTION="ECL is an embeddable Common Lisp implementation."
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="http://common-lisp.net/project/ecl/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 



1.2                  dev-lisp/ecls/ecls-12.12.1-r5.ebuild

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

Index: ecls-12.12.1-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.12.1-r5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ecls-12.12.1-r5.ebuild      29 May 2013 13:24:25 -0000      1.1
+++ ecls-12.12.1-r5.ebuild      10 Aug 2014 20:41:36 -0000      1.2
@@ -1,13 +1,13 @@
-# 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/dev-lisp/ecls/ecls-12.12.1-r5.ebuild,v 1.1 
2013/05/29 13:24:25 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.12.1-r5.ebuild,v 1.2 
2014/08/10 20:41:36 slyfox Exp $
 
 EAPI=5
 inherit eutils multilib
 
 MY_P=ecl-${PV}
 
-DESCRIPTION="ECL is an embeddable Common Lisp implementation."
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="http://ecls.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
 RESTRICT="mirror"



1.2                  dev-lisp/ecls/ecls-12.12.1.ebuild

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

Index: ecls-12.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.12.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ecls-12.12.1.ebuild 14 Dec 2012 07:21:23 -0000      1.1
+++ ecls-12.12.1.ebuild 10 Aug 2014 20:41:36 -0000      1.2
@@ -1,13 +1,13 @@
-# 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/dev-lisp/ecls/ecls-12.12.1.ebuild,v 1.1 
2012/12/14 07:21:23 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.12.1.ebuild,v 1.2 
2014/08/10 20:41:36 slyfox Exp $
 
 EAPI=4
 
 inherit eutils multilib
 MY_P=ecl-${PV}
 
-DESCRIPTION="ECL is an embeddable Common Lisp implementation."
+DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="http://ecls.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
 



1.50                 dev-lisp/ecls/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ChangeLog?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ChangeLog?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   11 Jul 2014 08:49:58 -0000      1.49
+++ ChangeLog   10 Aug 2014 20:41:36 -0000      1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lisp/ecls
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.49 2014/07/11 
08:49:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.50 2014/08/10 
20:41:36 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <[email protected]> ecls-10.4.1.ebuild,
+  ecls-11.1.1-r1.ebuild, ecls-12.12.1-r5.ebuild, ecls-12.12.1.ebuild,
+  ecls-12.2.1.ebuild, ecls-12.7.1.ebuild, ecls-13.5.1-r1.ebuild,
+  ecls-13.5.1.ebuild, ecls-9.12.3.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   11 Jul 2014; Patrick Lauer <[email protected]> ecls-13.5.1-r1.ebuild:
   Stable on amd64 #511170




Reply via email to