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 C5A8E138A1F for ; Tue, 8 Apr 2014 06:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02A30E0C60; Tue, 8 Apr 2014 06:45:04 +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 8694AE0C60 for ; Tue, 8 Apr 2014 06:45:03 +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 71C9633FEC9 for ; Tue, 8 Apr 2014 06:45:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id BE3642004B; Tue, 8 Apr 2014 06:45:00 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/amatch: ChangeLog amatch-0.3.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog amatch-0.3.0.ebuild X-VCS-Directories: dev-ruby/amatch X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140408064500.BE3642004B@flycatcher.gentoo.org> Date: Tue, 8 Apr 2014 06:45: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: 10d76a01-1058-48df-a2a7-2efe83cc4bf5 X-Archives-Hash: 7a57e1eac44d4c2d07877f315c25941a graaff 14/04/08 06:45:00 Modified: ChangeLog Added: amatch-0.3.0.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.39 dev-ruby/amatch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 17 Nov 2013 20:49:29 -0000 1.38 +++ ChangeLog 8 Apr 2014 06:45:00 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/amatch -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.38 2013/11/17 20:49:29 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.39 2014/04/08 06:45:00 graaff Exp $ + +*amatch-0.3.0 (08 Apr 2014) + + 08 Apr 2014; Hans de Graaff +amatch-0.3.0.ebuild: + Version bump. 17 Nov 2013; Manuel RĂ¼ger -amatch-0.2.11.ebuild: Cleanup old. 1.1 dev-ruby/amatch/amatch-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/amatch-0.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/amatch-0.3.0.ebuild?rev=1.1&content-type=text/plain Index: amatch-0.3.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.3.0.ebuild,v 1.1 2014/04/08 06:45:00 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc" inherit multilib ruby-fakegem DESCRIPTION="Approximate Matching Extension for Ruby" HOMEPAGE="http://flori.github.com/amatch/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/tins-0.3" each_ruby_configure() { ${RUBY} -Cext extconf.rb || die } each_ruby_compile() { emake -Cext V=1 cp ext/amatch_ext$(get_modname) lib/ || die } each_ruby_test() { ${RUBY} -Ilib -S testrb tests/* || die }