commit: f76e58268a13658b4496d4d2ac15a59268bad445 Author: Manuel Rüger <manuel <AT> rueg <DOT> eu> AuthorDate: Sat Dec 27 19:07:05 2014 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Dec 27 19:07:05 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=f76e5826
Add ruby 2.2 to eselect module. --- eselect-ruby/ruby.eselect | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eselect-ruby/ruby.eselect b/eselect-ruby/ruby.eselect index 48df65e..883d1ff 100644 --- a/eselect-ruby/ruby.eselect +++ b/eselect-ruby/ruby.eselect @@ -1,17 +1,17 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # vim: set ft=sh: DESCRIPTION="Manage Ruby symlinks" MAINTAINER="[email protected]" -SVN_DATE="20131227" -VERSION="20131227" +SVN_DATE="20141227" +VERSION="20141227" bindir=/usr/bin man1dir=/usr/share/man/man1 find_targets() { - for t in ${EROOT}${bindir}/${1:-ruby}{18,19,20,21} ; do + for t in ${EROOT}${bindir}/${1:-ruby}{18,19,20,21,22} ; do [[ -e $t ]] || continue echo ${t} done
