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 87E281381F3 for ; Mon, 7 Oct 2013 08:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4DA4E0B6C; Mon, 7 Oct 2013 08:36:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E1FEE0B6C for ; Mon, 7 Oct 2013 08:36:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59E7A33EF74 for ; Mon, 7 Oct 2013 08:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F12CCE5308 for ; Mon, 7 Oct 2013 08:36:35 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1381134679.5970f7ed3bfdcac1436a7c0c69e97bb2b433661b.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/ X-VCS-Repository: proj/ruby-scripts X-VCS-Files: eselect-rails/rails.eselect X-VCS-Directories: eselect-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5970f7ed3bfdcac1436a7c0c69e97bb2b433661b X-VCS-Branch: master Date: Mon, 7 Oct 2013 08:36:35 +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: d2144c02-75f9-4f03-ade6-00d620f5ad91 X-Archives-Hash: fbfbe0c25a4cd829e25787e3e53f23a0 commit: 5970f7ed3bfdcac1436a7c0c69e97bb2b433661b Author: Hans de Graaff degraaff org> AuthorDate: Mon Oct 7 08:31:19 2013 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Oct 7 08:31:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=5970f7ed Update supported versions: add 4.0, remove 2.2. --- eselect-rails/rails.eselect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect index dd076b8..6659233 100644 --- a/eselect-rails/rails.eselect +++ b/eselect-rails/rails.eselect @@ -12,11 +12,11 @@ RAILS="${EROOT}/usr/bin/rails" # find a list of rails symlink targets, best first find_targets() { for f in \ + ${RAILS}-4.0* \ ${RAILS}-3.2* \ ${RAILS}-3.1* \ ${RAILS}-3.0* \ ${RAILS}-2.3* \ - ${RAILS}-2.2* \ ; do if [[ -f ${f} ]] ; then echo $(basename ${f} )