[gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/

2023-10-08 Thread Hans de Graaff
commit: c77a3e4ff7f107bcfe331b4e765dded4fcc1a9d4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  8 06:30:51 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  8 06:35:56 2023 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=c77a3e4f

Add Rails 7.1

Signed-off-by: Hans de Graaff  gentoo.org>

 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 2a94813..1670762 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,6 +12,7 @@ RAILS="${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
for f in \
+   ${RAILS}-7.1* \
${RAILS}-7.0* \
${RAILS}-6.1* \
${RAILS}-6.0* \
@@ -167,4 +168,3 @@ do_update() {
 }
 
 # vim: set ft=eselect :
-



[gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/

2023-04-09 Thread Hans de Graaff
commit: dc4b01244c858613738b75f85070b081235fa25f
Author: Hans de Graaff  degraaff  org>
AuthorDate: Sun Apr  9 07:38:53 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  9 07:38:53 2023 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=dc4b0124

eselect-rails: add support for Rails 7.0

Signed-off-by: Hans de Graaff  degraaff.org>

 eselect-rails/rails.eselect | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index 4583d81..2a94813 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,6 +12,7 @@ RAILS="${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
for f in \
+   ${RAILS}-7.0* \
${RAILS}-6.1* \
${RAILS}-6.0* \
${RAILS}-5.2* \



[gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/

2023-04-09 Thread Hans de Graaff
commit: 403776437eaede0595d8d8a46a0f185688b5222a
Author: Hans de Graaff  degraaff  org>
AuthorDate: Sun Apr  9 07:38:12 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  9 07:38:12 2023 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=40377643

eselect-rails: remove obsolete targets

Signed-off-by: Hans de Graaff  degraaff.org>

 eselect-rails/rails.eselect | 9 -
 1 file changed, 9 deletions(-)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index 4108610..4583d81 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -15,15 +15,6 @@ find_targets() {
${RAILS}-6.1* \
${RAILS}-6.0* \
${RAILS}-5.2* \
-   ${RAILS}-5.1* \
-   ${RAILS}-5.0* \
-   ${RAILS}-4.2* \
-   ${RAILS}-4.1* \
-   ${RAILS}-4.0* \
-   ${RAILS}-3.2* \
-   ${RAILS}-3.1* \
-   ${RAILS}-3.0* \
-   ${RAILS}-2.3* \
; do
if [[ -f ${f} ]] ; then
echo $(basename ${f} )



[gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/

2022-03-12 Thread Hans de Graaff
commit: 861e3788dbda03988026347adc06045b8e1f3d68
Author: Hans de Graaff  degraaff  org>
AuthorDate: Sun Feb 21 07:30:13 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 21 07:30:40 2021 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=861e3788

eselect-rails: add rails 6.0 and 6.1

Signed-off-by: Hans de Graaff  degraaff.org>

 eselect-rails/rails.eselect | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index 2e26109..4108610 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,6 +12,8 @@ RAILS="${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
for f in \
+   ${RAILS}-6.1* \
+   ${RAILS}-6.0* \
${RAILS}-5.2* \
${RAILS}-5.1* \
${RAILS}-5.0* \



[gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/

2018-07-04 Thread Hans de Graaff
commit: d39766f6c3b0f073c0ad4c57d8e1d28eb1a9c01f
Author: Hans de Graaff  degraaff  org>
AuthorDate: Wed Jul  4 20:23:37 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  4 20:23:37 2018 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=d39766f6

add rails 5.2

 eselect-rails/rails.eselect | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index 848b0e2..2e26109 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,6 +12,7 @@ RAILS="${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
for f in \
+   ${RAILS}-5.2* \
${RAILS}-5.1* \
${RAILS}-5.0* \
${RAILS}-4.2* \



[gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/

2017-02-28 Thread Hans de Graaff
commit: 14ec24c722fdb45dfc25f00837929397d0340fbb
Author: Hans de Graaff  degraaff  org>
AuthorDate: Wed Mar  1 06:20:56 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar  1 06:20:56 2017 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=14ec24c7

Add Rails 5.1

 eselect-rails/rails.eselect | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index cc1c2cb..848b0e2 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,6 +12,7 @@ RAILS="${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
for f in \
+   ${RAILS}-5.1* \
${RAILS}-5.0* \
${RAILS}-4.2* \
${RAILS}-4.1* \



[gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/

2016-07-20 Thread Hans de Graaff
commit: b95834793646e5925756bdd809aa4935eba6d4c8
Author: Hans de Graaff  degraaff  org>
AuthorDate: Thu Jul 21 05:33:21 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 21 05:33:21 2016 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=b9583479

Add Rails 5.0.x support

 eselect-rails/rails.eselect | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index bba27a9..cc1c2cb 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,6 +12,7 @@ RAILS="${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
for f in \
+   ${RAILS}-5.0* \
${RAILS}-4.2* \
${RAILS}-4.1* \
${RAILS}-4.0* \



[gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/

2014-12-19 Thread Hans de Graaff
commit: 38ec9e7c7a185a47ef6c63360e645988d5cb35dc
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Sat Dec 20 07:46:22 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sat Dec 20 07:46:22 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=38ec9e7c

Add detection for Rails 4.2.

---
 eselect-rails/rails.eselect | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index c4f2e88..bba27a9 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,6 +12,7 @@ RAILS=${EROOT}/usr/bin/rails
 # find a list of rails symlink targets, best first
 find_targets() {
for f in \
+   ${RAILS}-4.2* \
${RAILS}-4.1* \
${RAILS}-4.0* \
${RAILS}-3.2* \



[gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/

2014-04-25 Thread Hans de Graaff
commit: 97a33366f351ede17854432b4546902afadaa8d9
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Sat Apr 26 05:48:01 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sat Apr 26 05:48:01 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=97a33366

Add support for Rails 4.1.

---
 eselect-rails/rails.eselect | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index 6659233..c4f2e88 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,6 +12,7 @@ RAILS=${EROOT}/usr/bin/rails
 # find a list of rails symlink targets, best first
 find_targets() {
for f in \
+   ${RAILS}-4.1* \
${RAILS}-4.0* \
${RAILS}-3.2* \
${RAILS}-3.1* \