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 6597E1387FD for ; Sat, 5 Apr 2014 23:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F397DE0953; Sat, 5 Apr 2014 23:45:42 +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 84794E0953 for ; Sat, 5 Apr 2014 23:45:42 +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 AB04433FD97 for ; Sat, 5 Apr 2014 23:45:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id B02F62004B; Sat, 5 Apr 2014 23:45:39 +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/mongo: mongo-1.6.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mongo-1.6.2.ebuild ChangeLog X-VCS-Directories: dev-ruby/mongo X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140405234539.B02F62004B@flycatcher.gentoo.org> Date: Sat, 5 Apr 2014 23:45:39 +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: 74ba1952-fa7d-4ea0-ab7d-41f34e689546 X-Archives-Hash: 3a5334cdcf88ec358b457e9a59d53865 mrueg 14/04/05 23:45:39 Modified: mongo-1.6.2.ebuild ChangeLog Log: Remove ree18 and ruby18 target. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.3 dev-ruby/mongo/mongo-1.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?r1=1.2&r2=1.3 Index: mongo-1.6.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mongo-1.6.2.ebuild 11 May 2012 04:13:02 -0000 1.2 +++ mongo-1.6.2.ebuild 5 Apr 2014 23:45:39 -0000 1.3 @@ -1,10 +1,10 @@ -# 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/dev-ruby/mongo/mongo-1.6.2.ebuild,v 1.2 2012/05/11 04:13:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild,v 1.3 2014/04/05 23:45:39 mrueg Exp $ EAPI=4 -USE_RUBY="ruby18 ree18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_TEST="test:unit" 1.7 dev-ruby/mongo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 12 May 2012 06:06:02 -0000 1.6 +++ ChangeLog 5 Apr 2014 23:45:39 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/mongo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v 1.6 2012/05/12 06:06:02 flameeyes Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v 1.7 2014/04/05 23:45:39 mrueg Exp $ + + 05 Apr 2014; Manuel Rüger mongo-1.6.2.ebuild: + Remove ree18 and ruby18 target. 12 May 2012; Diego E. Pettenò -mongo-1.5.2.ebuild, -mongo-1.6.0.ebuild, -mongo-1.6.1.ebuild: @@ -29,4 +32,3 @@ 28 Dec 2011; Diego E. Pettenò +metadata.xml, +mongo-1.5.2.ebuild: Initial import of ebuild for mongo driver. -