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 7AD9B13877A for ; Mon, 11 Aug 2014 21:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80CF6E0F67; Mon, 11 Aug 2014 20:24:58 +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 C284CE0FAD for ; Mon, 11 Aug 2014 20:21:27 +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 4B403341005 for ; Sun, 10 Aug 2014 21:15:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2272) id 12C6F2004E; Sun, 10 Aug 2014 21:15:13 +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-gfx/jpeginfo: jpeginfo-1.6.1.ebuild jpeginfo-1.6.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: jpeginfo-1.6.1.ebuild jpeginfo-1.6.0.ebuild ChangeLog X-VCS-Directories: media-gfx/jpeginfo X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140810211513.12C6F2004E@flycatcher.gentoo.org> Date: Sun, 10 Aug 2014 21:15:13 +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: c8aebac7-cc3e-40f8-8851-c4bcbf1486d5 X-Archives-Hash: 0f28e7f01db78c6f04053be1a21034cb slyfox 14/08/10 21:15:12 Modified: jpeginfo-1.6.1.ebuild jpeginfo-1.6.0.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 media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?r1=1.8&r2=1.9 Index: jpeginfo-1.6.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- jpeginfo-1.6.1.ebuild 18 Mar 2012 15:58:39 -0000 1.8 +++ jpeginfo-1.6.1.ebuild 10 Aug 2014 21:15:12 -0000 1.9 @@ -1,11 +1,11 @@ -# 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/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.8 2012/03/18 15:58:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.9 2014/08/10 21:15:12 slyfox Exp $ EAPI=4 inherit eutils toolchain-funcs -DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files." +DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files" HOMEPAGE="http://www.kokkonen.net/tjko/projects.html" SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz" 1.21 media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild?r1=1.20&r2=1.21 Index: jpeginfo-1.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- jpeginfo-1.6.0.ebuild 28 Dec 2010 23:42:21 -0000 1.20 +++ jpeginfo-1.6.0.ebuild 10 Aug 2014 21:15:12 -0000 1.21 @@ -1,11 +1,11 @@ -# 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/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.20 2010/12/28 23:42:21 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.21 2014/08/10 21:15:12 slyfox Exp $ EAPI=2 inherit eutils toolchain-funcs -DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files." +DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files" HOMEPAGE="http://www.cc.jyu.fi/~tjko/projects.html" SRC_URI="http://www.cc.jyu.fi/~tjko/src/${P}.tar.gz" 1.29 media-gfx/jpeginfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 18 Mar 2012 15:58:39 -0000 1.28 +++ ChangeLog 10 Aug 2014 21:15:12 -0000 1.29 @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/jpeginfo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.28 2012/03/18 15:58:39 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.29 2014/08/10 21:15:12 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich jpeginfo-1.6.0.ebuild, + jpeginfo-1.6.1.ebuild: + QA: drop trailing '.' from DESCRIPTION 18 Mar 2012; Raúl Porcel jpeginfo-1.6.1.ebuild: sparc stable wrt #393717