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 A9956138A1F for ; Tue, 5 Aug 2014 16:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77AF2E0A5C; Tue, 5 Aug 2014 16:00:51 +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 4F443E0A69 for ; Tue, 5 Aug 2014 16:00:48 +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 770EC340195 for ; Tue, 5 Aug 2014 16:00:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id 4807420051; Tue, 5 Aug 2014 16:00:46 +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/amq-client: amq-client-1.0.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: amq-client-1.0.4.ebuild ChangeLog X-VCS-Directories: dev-ruby/amq-client X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140805160046.4807420051@flycatcher.gentoo.org> Date: Tue, 5 Aug 2014 16:00:46 +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: 9b073fd3-3625-4f14-91d2-6bde07533a3a X-Archives-Hash: 8227445613f28035bbe6a9dc86e40b46 mrueg 14/08/05 16:00:46 Modified: amq-client-1.0.4.ebuild ChangeLog Log: Remove trailing '.' from DESCRIPTION. (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.3 dev-ruby/amq-client/amq-client-1.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-client/amq-client-1.0.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-client/amq-client-1.0.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-client/amq-client-1.0.4.ebuild?r1=1.2&r2=1.3 Index: amq-client-1.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amq-client/amq-client-1.0.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amq-client-1.0.4.ebuild 26 May 2014 05:35:31 -0000 1.2 +++ amq-client-1.0.4.ebuild 5 Aug 2014 16:00:46 -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-ruby/amq-client/amq-client-1.0.4.ebuild,v 1.2 2014/05/26 05:35:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-client/amq-client-1.0.4.ebuild,v 1.3 2014/08/05 16:00:46 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -14,7 +14,7 @@ inherit versionator ruby-fakegem -DESCRIPTION="A fully-featured, low-level AMQP 0.9.1 client." +DESCRIPTION="A fully-featured, low-level AMQP 0.9.1 client" HOMEPAGE="http://github.com/ruby-amqp/amq-client" LICENSE="MIT" 1.12 dev-ruby/amq-client/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-client/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-client/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-client/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amq-client/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 26 May 2014 05:35:31 -0000 1.11 +++ ChangeLog 5 Aug 2014 16:00:46 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/amq-client # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-client/ChangeLog,v 1.11 2014/05/26 05:35:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-client/ChangeLog,v 1.12 2014/08/05 16:00:46 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger amq-client-1.0.4.ebuild: + Remove trailing '.' from DESCRIPTION. 26 May 2014; Manuel Rüger amq-client-1.0.4.ebuild: Remove ruby18 target.