From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D674913877A for ; Mon, 11 Aug 2014 21:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 431CFE0B6A; Mon, 11 Aug 2014 20:24:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2395E0AD3 for ; Mon, 11 Aug 2014 20:21:25 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70F6E340927 for ; Sun, 10 Aug 2014 20:09:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2272) id 18FC42004F; Sun, 10 Aug 2014 20:09:06 +0000 (UTC) From: "Sergei Trofimovich (slyfox)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, slyfox@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-servers/resin: resin-4.0.22.ebuild resin-4.0.25.ebuild resin-4.0.26.ebuild resin-4.0.13-r1.ebuild resin-4.0.14.ebuild resin-4.0.15.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: resin-4.0.22.ebuild resin-4.0.25.ebuild resin-4.0.26.ebuild resin-4.0.13-r1.ebuild resin-4.0.14.ebuild resin-4.0.15.ebuild ChangeLog X-VCS-Directories: www-servers/resin X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140810200906.18FC42004F@flycatcher.gentoo.org> Date: Sun, 10 Aug 2014 20:09:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d1e467d-9d5e-4213-9436-fa3278c79cb5 X-Archives-Hash: f6ba01d5ff01c65b20199a660c14c965 slyfox 14/08/10 20:09:06 Modified: resin-4.0.22.ebuild resin-4.0.25.ebuild resin-4.0.26.ebuild resin-4.0.13-r1.ebuild resin-4.0.14.ebuild resin-4.0.15.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 www-servers/resin/resin-4.0.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.22.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.22.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.22.ebuild?r1=1.6&r2=1.7 Index: resin-4.0.22.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.22.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- resin-4.0.22.ebuild 8 Jan 2014 06:08:59 -0000 1.6 +++ resin-4.0.22.ebuild 10 Aug 2014 20:09:05 -0000 1.7 @@ -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/www-servers/resin/resin-4.0.22.ebuild,v 1.6 2014/01/08 06:08:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.22.ebuild,v 1.7 2014/08/10 20:09:05 slyfox Exp $ EAPI="2" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib autotools user -DESCRIPTION="A fast Servlet and JSP engine." +DESCRIPTION="A fast Servlet and JSP engine" HOMEPAGE="http://www.caucho.com" SRC_URI="http://www.caucho.com/download/${P}-src.zip mirror://gentoo/resin-gentoo-patches-${PV}-r1.tar.bz2" 1.5 www-servers/resin/resin-4.0.25.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.25.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.25.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.25.ebuild?r1=1.4&r2=1.5 Index: resin-4.0.25.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.25.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- resin-4.0.25.ebuild 8 Jan 2014 06:08:58 -0000 1.4 +++ resin-4.0.25.ebuild 10 Aug 2014 20:09:05 -0000 1.5 @@ -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/www-servers/resin/resin-4.0.25.ebuild,v 1.4 2014/01/08 06:08:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.25.ebuild,v 1.5 2014/08/10 20:09:05 slyfox Exp $ EAPI="4" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib autotools user -DESCRIPTION="A fast Servlet and JSP engine." +DESCRIPTION="A fast Servlet and JSP engine" HOMEPAGE="http://www.caucho.com" SRC_URI="http://www.caucho.com/download/${P}-src.zip mirror://gentoo/resin-gentoo-patches-${PV}-r1.tar.bz2" 1.3 www-servers/resin/resin-4.0.26.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.26.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.26.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.26.ebuild?r1=1.2&r2=1.3 Index: resin-4.0.26.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.26.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- resin-4.0.26.ebuild 8 Jan 2014 06:08:59 -0000 1.2 +++ resin-4.0.26.ebuild 10 Aug 2014 20:09:05 -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/www-servers/resin/resin-4.0.26.ebuild,v 1.2 2014/01/08 06:08:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.26.ebuild,v 1.3 2014/08/10 20:09:05 slyfox Exp $ EAPI="4" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib autotools user -DESCRIPTION="A fast Servlet and JSP engine." +DESCRIPTION="A fast Servlet and JSP engine" HOMEPAGE="http://www.caucho.com" SRC_URI="http://www.caucho.com/download/${P}-src.zip mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" 1.5 www-servers/resin/resin-4.0.13-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.13-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.13-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.13-r1.ebuild?r1=1.4&r2=1.5 Index: resin-4.0.13-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.13-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- resin-4.0.13-r1.ebuild 8 Jan 2014 06:08:58 -0000 1.4 +++ resin-4.0.13-r1.ebuild 10 Aug 2014 20:09:05 -0000 1.5 @@ -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/www-servers/resin/resin-4.0.13-r1.ebuild,v 1.4 2014/01/08 06:08:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.13-r1.ebuild,v 1.5 2014/08/10 20:09:05 slyfox Exp $ EAPI="2" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib autotools user -DESCRIPTION="A fast Servlet and JSP engine." +DESCRIPTION="A fast Servlet and JSP engine" HOMEPAGE="http://www.caucho.com" SRC_URI="http://www.caucho.com/download/${P}-src.zip mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" 1.3 www-servers/resin/resin-4.0.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.14.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.14.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.14.ebuild?r1=1.2&r2=1.3 Index: resin-4.0.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.14.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- resin-4.0.14.ebuild 8 Jan 2014 06:08:59 -0000 1.2 +++ resin-4.0.14.ebuild 10 Aug 2014 20:09:05 -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/www-servers/resin/resin-4.0.14.ebuild,v 1.2 2014/01/08 06:08:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.14.ebuild,v 1.3 2014/08/10 20:09:05 slyfox Exp $ EAPI="2" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib autotools user -DESCRIPTION="A fast Servlet and JSP engine." +DESCRIPTION="A fast Servlet and JSP engine" HOMEPAGE="http://www.caucho.com" SRC_URI="http://www.caucho.com/download/${P}-src.zip mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" 1.3 www-servers/resin/resin-4.0.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.15.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.15.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/resin-4.0.15.ebuild?r1=1.2&r2=1.3 Index: resin-4.0.15.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.15.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- resin-4.0.15.ebuild 8 Jan 2014 06:08:58 -0000 1.2 +++ resin-4.0.15.ebuild 10 Aug 2014 20:09:05 -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/www-servers/resin/resin-4.0.15.ebuild,v 1.2 2014/01/08 06:08:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-4.0.15.ebuild,v 1.3 2014/08/10 20:09:05 slyfox Exp $ EAPI="2" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib autotools user -DESCRIPTION="A fast Servlet and JSP engine." +DESCRIPTION="A fast Servlet and JSP engine" HOMEPAGE="http://www.caucho.com" SRC_URI="http://www.caucho.com/download/${P}-src.zip mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" 1.119 www-servers/resin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/ChangeLog?rev=1.119&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/ChangeLog?rev=1.119&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/resin/ChangeLog?r1=1.118&r2=1.119 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- ChangeLog 8 Jan 2014 06:08:59 -0000 1.118 +++ ChangeLog 10 Aug 2014 20:09:05 -0000 1.119 @@ -1,6 +1,11 @@ # ChangeLog for www-servers/resin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.118 2014/01/08 06:08:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.119 2014/08/10 20:09:05 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich resin-4.0.13-r1.ebuild, + resin-4.0.14.ebuild, resin-4.0.15.ebuild, resin-4.0.22.ebuild, + resin-4.0.25.ebuild, resin-4.0.26.ebuild: + QA: drop trailing '.' from DESCRIPTION 08 Jan 2014; Mike Frysinger resin-4.0.13-r1.ebuild, resin-4.0.14.ebuild, resin-4.0.15.ebuild, resin-4.0.22.ebuild,