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 D6030138A1F for ; Tue, 5 Aug 2014 16:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 261A5E0AAB; Tue, 5 Aug 2014 16:01:03 +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 5BDBDE0AAA for ; Tue, 5 Aug 2014 16:01:02 +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 8BE4C3401E8 for ; Tue, 5 Aug 2014 16:01:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id 56BE520054; Tue, 5 Aug 2014 16:01:00 +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/hashery: hashery-2.1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: hashery-2.1.1.ebuild ChangeLog X-VCS-Directories: dev-ruby/hashery X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140805160100.56BE520054@flycatcher.gentoo.org> Date: Tue, 5 Aug 2014 16:01:00 +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: adc23848-0701-4fb7-9816-e15cb9d846e9 X-Archives-Hash: 6ac1aae74e912432d5e4c2748f66da53 mrueg 14/08/05 16:01:00 Modified: hashery-2.1.1.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.2 dev-ruby/hashery/hashery-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashery/hashery-2.1.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashery/hashery-2.1.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashery/hashery-2.1.1.ebuild?r1=1.1&r2=1.2 Index: hashery-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashery/hashery-2.1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hashery-2.1.1.ebuild 15 May 2014 18:15:45 -0000 1.1 +++ hashery-2.1.1.ebuild 5 Aug 2014 16:01:00 -0000 1.2 @@ -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/hashery/hashery-2.1.1.ebuild,v 1.1 2014/05/15 18:15:45 p8952 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashery/hashery-2.1.1.ebuild,v 1.2 2014/08/05 16:01:00 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -11,7 +11,7 @@ inherit ruby-fakegem -DESCRIPTION="The Hashery is a tight collection of Hash-like classes." +DESCRIPTION="The Hashery is a tight collection of Hash-like classes" HOMEPAGE="http://rubyworks.github.com/hashery" LICENSE="BSD-2" 1.2 dev-ruby/hashery/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashery/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashery/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashery/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashery/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 15 May 2014 18:15:45 -0000 1.1 +++ ChangeLog 5 Aug 2014 16:01:00 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hashery # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashery/ChangeLog,v 1.1 2014/05/15 18:15:45 p8952 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashery/ChangeLog,v 1.2 2014/08/05 16:01:00 mrueg Exp $ + + 05 Aug 2014; Manuel RĂ¼ger hashery-2.1.1.ebuild: + Remove trailing '.' from DESCRIPTION. *hashery-2.1.1 (15 May 2014)