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 E7467138CD1 for ; Sun, 17 May 2015 12:10:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75985E089E; Sun, 17 May 2015 12:10:48 +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 1EA9BE089E for ; Sun, 17 May 2015 12:10:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 559F5340FBE for ; Sun, 17 May 2015 12:10:47 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2345) id 2BA669EE; Sun, 17 May 2015 12:10:45 +0000 (UTC) From: "Manuel Rueger (mrueg)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrueg@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-table: ChangeLog prawn-table-0.2.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog prawn-table-0.2.1.ebuild X-VCS-Directories: dev-ruby/prawn-table X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150517121045.2BA669EE@oystercatcher.gentoo.org> Date: Sun, 17 May 2015 12:10:45 +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: d2496354-6385-4a13-a9e7-1ed753eb6b01 X-Archives-Hash: a6bfcd6565edb68706d40972b4d2bd3e mrueg 15/05/17 12:10:45 Modified: ChangeLog prawn-table-0.2.1.ebuild Log: Silence repoman warnings. (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.11 dev-ruby/prawn-table/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-table/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-table/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-table/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-table/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 7 Dec 2014 14:02:09 -0000 1.10 +++ ChangeLog 17 May 2015 12:10:45 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/prawn-table -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-table/ChangeLog,v 1.10 2014/12/07 14:02:09 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-table/ChangeLog,v 1.11 2015/05/17 12:10:45 mrueg Exp $ + + 17 May 2015; Manuel Rüger prawn-table-0.2.1.ebuild: + Silence repoman warnings. 07 Dec 2014; Manuel Rüger -prawn-table-0.2.0.ebuild: Cleanup old. 1.3 dev-ruby/prawn-table/prawn-table-0.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild?r1=1.2&r2=1.3 Index: prawn-table-0.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- prawn-table-0.2.1.ebuild 2 Apr 2015 18:41:43 -0000 1.2 +++ prawn-table-0.2.1.ebuild 17 May 2015 12:10:45 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild,v 1.2 2015/04/02 18:41:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild,v 1.3 2015/05/17 12:10:45 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21"