* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2018-07-04 20:23 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2018-07-04 20:23 UTC (permalink / raw
To: gentoo-commits
commit: d39766f6c3b0f073c0ad4c57d8e1d28eb1a9c01f
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jul 4 20:23:37 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 4 20:23:37 2018 +0000
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* \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2024-08-12 7:12 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2024-08-12 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 771c569dd0229a4a427339e449cbf8785ae0b6b2
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 07:11:30 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 07:11:30 2024 +0000
URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=771c569d
eselect-rails: add support for Rails 7.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
eselect-rails/rails.eselect | 1 +
1 file changed, 1 insertion(+)
diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index 1670762..3c05f26 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.2* \
${RAILS}-7.1* \
${RAILS}-7.0* \
${RAILS}-6.1* \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2023-10-08 6:36 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2023-10-08 6:36 UTC (permalink / raw
To: gentoo-commits
commit: c77a3e4ff7f107bcfe331b4e765dded4fcc1a9d4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 8 06:30:51 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 8 06:35:56 2023 +0000
URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=c77a3e4f
Add Rails 7.1
Signed-off-by: Hans de Graaff <graaff <AT> 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 :
-
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2023-04-09 7:39 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2023-04-09 7:39 UTC (permalink / raw
To: gentoo-commits
commit: 403776437eaede0595d8d8a46a0f185688b5222a
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Apr 9 07:38:12 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 07:38:12 2023 +0000
URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=40377643
eselect-rails: remove obsolete targets
Signed-off-by: Hans de Graaff <hans <AT> 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} )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2023-04-09 7:39 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2023-04-09 7:39 UTC (permalink / raw
To: gentoo-commits
commit: dc4b01244c858613738b75f85070b081235fa25f
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Apr 9 07:38:53 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 07:38:53 2023 +0000
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 <hans <AT> 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* \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2022-03-13 7:11 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2022-03-13 7:11 UTC (permalink / raw
To: gentoo-commits
commit: 861e3788dbda03988026347adc06045b8e1f3d68
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 21 07:30:13 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 07:30:40 2021 +0000
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 <hans <AT> 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* \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2017-03-01 6:21 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2017-03-01 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 14ec24c722fdb45dfc25f00837929397d0340fbb
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Mar 1 06:20:56 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 06:20:56 2017 +0000
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* \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2016-07-21 5:44 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2016-07-21 5:44 UTC (permalink / raw
To: gentoo-commits
commit: b95834793646e5925756bdd809aa4935eba6d4c8
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Jul 21 05:33:21 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 05:33:21 2016 +0000
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* \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2014-12-20 7:50 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2014-12-20 7:50 UTC (permalink / raw
To: gentoo-commits
commit: 38ec9e7c7a185a47ef6c63360e645988d5cb35dc
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Dec 20 07:46:22 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 07:46:22 2014 +0000
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* \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2014-04-26 5:48 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2014-04-26 5:48 UTC (permalink / raw
To: gentoo-commits
commit: 97a33366f351ede17854432b4546902afadaa8d9
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Apr 26 05:48:01 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 05:48:01 2014 +0000
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* \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2013-10-07 8:36 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2013-10-07 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 5970f7ed3bfdcac1436a7c0c69e97bb2b433661b
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Oct 7 08:31:19 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> 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} )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2011-12-30 9:24 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2011-12-30 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 6d97895ed57647577b1afb11f04a6405f3d9dfd6
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Dec 30 09:22:51 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 09:22:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=6d97895e
Add support for Rails 3.1 and 3.2.
Released as eselect-rails 0.18.
---
eselect-rails/rails.eselect | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index ab9cb0d..a0b2cb8 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}-3.2* \
+ ${RAILS}-3.1* \
${RAILS}-3.0* \
${RAILS}-2.3* \
${RAILS}-2.2* \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2011-12-30 9:24 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2011-12-30 9:24 UTC (permalink / raw
To: gentoo-commits
commit: cc77a1972d6c7eab6542d442d6da55de83e3b480
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Dec 30 09:24:01 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 09:24:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=cc77a197
Drop ancient versions long gone from the tree.
---
eselect-rails/rails.eselect | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index a0b2cb8..dd076b8 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -17,10 +17,6 @@ find_targets() {
${RAILS}-3.0* \
${RAILS}-2.3* \
${RAILS}-2.2* \
- ${RAILS}-2.1* \
- ${RAILS}-2.0* \
- ${RAILS}-1.2* \
- ${RAILS}-1.1* \
; do
if [[ -f ${f} ]] ; then
echo $(basename ${f} )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
@ 2011-06-04 6:49 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2011-06-04 6:49 UTC (permalink / raw
To: gentoo-commits
commit: fab4be3dc2abb03d1aad92a281edb6477040f527
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Jun 3 15:57:26 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 15:57:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=fab4be3d
Support prefix as reported in https://bugs.gentoo.org/361855
---
eselect-rails/rails.eselect | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index 2ccc357..ab9cb0d 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -7,7 +7,7 @@ MAINTAINER="graaff@gentoo.org"
SVN_DATE='$Date: $'
VERSION=$(svn_date_to_version "${SVN_DATE}" )
-RAILS="${ROOT}/usr/bin/rails"
+RAILS="${EROOT}/usr/bin/rails"
# find a list of rails symlink targets, best first
find_targets() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-08-12 7:12 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-04 20:23 [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2024-08-12 7:12 Hans de Graaff
2023-10-08 6:36 Hans de Graaff
2023-04-09 7:39 Hans de Graaff
2023-04-09 7:39 Hans de Graaff
2022-03-13 7:11 Hans de Graaff
2017-03-01 6:21 Hans de Graaff
2016-07-21 5:44 Hans de Graaff
2014-12-20 7:50 Hans de Graaff
2014-04-26 5:48 Hans de Graaff
2013-10-07 8:36 Hans de Graaff
2011-12-30 9:24 Hans de Graaff
2011-12-30 9:24 Hans de Graaff
2011-06-04 6:49 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox