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 85011138A2F for ; Mon, 11 Aug 2014 21:19:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E55E0FAD; Mon, 11 Aug 2014 20:25:10 +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 2E105E0FE9 for ; Mon, 11 Aug 2014 20:21:26 +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 2A11B340EAF for ; Sun, 10 Aug 2014 20:59:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2272) id E995E2004C; Sun, 10 Aug 2014 20:59:36 +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 media-video/handbrake: handbrake-0.9.9-r1.ebuild handbrake-0.9.9.ebuild handbrake-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: handbrake-0.9.9-r1.ebuild handbrake-0.9.9.ebuild handbrake-9999.ebuild ChangeLog X-VCS-Directories: media-video/handbrake X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140810205936.E995E2004C@flycatcher.gentoo.org> Date: Sun, 10 Aug 2014 20:59:36 +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: dd213f2b-540e-40eb-8e8c-0b9e367852a2 X-Archives-Hash: f88ab9114997981207232b1a209e4c94 slyfox 14/08/10 20:59:36 Modified: handbrake-0.9.9-r1.ebuild handbrake-0.9.9.ebuild handbrake-9999.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 media-video/handbrake/handbrake-0.9.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9-r1.ebuild?r1=1.2&r2=1.3 Index: handbrake-0.9.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- handbrake-0.9.9-r1.ebuild 24 Jul 2014 18:45:30 -0000 1.2 +++ handbrake-0.9.9-r1.ebuild 10 Aug 2014 20:59: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/media-video/handbrake/handbrake-0.9.9-r1.ebuild,v 1.2 2014/07/24 18:45:30 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9-r1.ebuild,v 1.3 2014/08/10 20:59:36 slyfox Exp $ EAPI="5" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder." +DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder" HOMEPAGE="http://handbrake.fr/" LICENSE="GPL-2" 1.15 media-video/handbrake/handbrake-0.9.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild?r1=1.14&r2=1.15 Index: handbrake-0.9.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- handbrake-0.9.9.ebuild 24 Jul 2014 18:45:30 -0000 1.14 +++ handbrake-0.9.9.ebuild 10 Aug 2014 20:59:36 -0000 1.15 @@ -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/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.14 2014/07/24 18:45:30 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.15 2014/08/10 20:59:36 slyfox Exp $ EAPI="5" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder." +DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder" HOMEPAGE="http://handbrake.fr/" LICENSE="GPL-2" 1.19 media-video/handbrake/handbrake-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?r1=1.18&r2=1.19 Index: handbrake-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- handbrake-9999.ebuild 24 Jul 2014 18:45:30 -0000 1.18 +++ handbrake-9999.ebuild 10 Aug 2014 20:59:36 -0000 1.19 @@ -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/media-video/handbrake/handbrake-9999.ebuild,v 1.18 2014/07/24 18:45:30 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.19 2014/08/10 20:59:36 slyfox Exp $ EAPI="5" @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder." +DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder" HOMEPAGE="http://handbrake.fr/" LICENSE="GPL-2" 1.22 media-video/handbrake/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 24 Jul 2014 18:45:30 -0000 1.21 +++ ChangeLog 10 Aug 2014 20:59:36 -0000 1.22 @@ -1,6 +1,10 @@ # ChangeLog for media-video/handbrake # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.21 2014/07/24 18:45:30 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.22 2014/08/10 20:59:36 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich handbrake-0.9.9-r1.ebuild, + handbrake-0.9.9.ebuild, handbrake-9999.ebuild: + QA: drop trailing '.' from DESCRIPTION 24 Jul 2014; Ian Stakenvicius (_AxS_) handbrake-0.9.9-r1.ebuild, handbrake-0.9.9.ebuild, handbrake-9999.ebuild: