summaryrefslogtreecommitdiffstats
path: root/ruby-raa
diff options
context:
space:
mode:
authorRemko van der Vossen2021-04-23 17:36:21 +0200
committerRemko van der Vossen2021-04-23 17:36:21 +0200
commit745becf5c84eada84d0f7c7bb68d4aa0d2fcb3f6 (patch)
tree1cc086eddfce301d4c429655d0187403fb56649b /ruby-raa
parent0e294eb5d344db1846c1776e786eb137d0e85c2e (diff)
ruby-2.3: spell deprecated, no longer supported
Diffstat (limited to 'ruby-raa')
-rwxr-xr-xruby-raa/ruby-2.3/BUILD3
-rwxr-xr-xruby-raa/ruby-2.3/CONFIGURE19
-rwxr-xr-xruby-raa/ruby-2.3/DEPENDS5
-rwxr-xr-xruby-raa/ruby-2.3/DETAILS10
-rw-r--r--ruby-raa/ruby-2.3/HISTORY3
-rwxr-xr-xruby-raa/ruby-2.3/INSTALL1
-rwxr-xr-xruby-raa/ruby-2.3/PRE_BUILD1
-rwxr-xr-xruby-raa/ruby-2.3/PROVIDES1
-rwxr-xr-xruby-raa/ruby-2.3/UP_TRIGGERS1
9 files changed, 29 insertions, 15 deletions
diff --git a/ruby-raa/ruby-2.3/BUILD b/ruby-raa/ruby-2.3/BUILD
index 47d08e04ec..27ba77ddaf 100755
--- a/ruby-raa/ruby-2.3/BUILD
+++ b/ruby-raa/ruby-2.3/BUILD
@@ -1,2 +1 @@
-OPTS+=" --enable-shared $RUBY_DOCS" &&
-default_build
+true
diff --git a/ruby-raa/ruby-2.3/CONFIGURE b/ruby-raa/ruby-2.3/CONFIGURE
index 1d3b67e0f8..19dca9dc80 100755
--- a/ruby-raa/ruby-2.3/CONFIGURE
+++ b/ruby-raa/ruby-2.3/CONFIGURE
@@ -1 +1,18 @@
-config_query_option RUBY_DOCS "install documentation?" n "" "--disable-install-doc"
+if spell_ok $SPELL; then
+ message "${PROBLEM_COLOR}" &&
+ message "Ruby ${VERSION%.*} has been deprecated, it is no longer supported and no security" &&
+ message "fixes will be release anymore. Please switch to a more recent version of" &&
+ message "ruby. Proceding with this cast will remove spell $SPELL." &&
+ message "${DEFAULT_COLOR}" &&
+ if ! query "Do you wish to proceed with removing $SPELL now?" n; then
+ return 1
+ fi
+else
+ message "${PROBLEM_COLOR}" &&
+ message "Ruby ${VERSION%.*} has been deprecated, it is no longer supported and no security" &&
+ message "fixes will be release anymore. Please select a more recent version of" &&
+ message "ruby. $SPELL will not be cast." &&
+ message "${DEFAULT_COLOR}" &&
+ query_string X "Press enter to continue" "" &&
+ return 1
+fi
diff --git a/ruby-raa/ruby-2.3/DEPENDS b/ruby-raa/ruby-2.3/DEPENDS
deleted file mode 100755
index 97256c1477..0000000000
--- a/ruby-raa/ruby-2.3/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends gmp &&
-depends zlib &&
-optional_depends gdbm "" "" "for gdbm support" &&
-optional_depends tk "" "" "for tk support" &&
-optional_depends SSL "" "" "for ssl and hashing modules"
diff --git a/ruby-raa/ruby-2.3/DETAILS b/ruby-raa/ruby-2.3/DETAILS
index 1023750568..d3548c1165 100755
--- a/ruby-raa/ruby-2.3/DETAILS
+++ b/ruby-raa/ruby-2.3/DETAILS
@@ -1,12 +1,10 @@
SPELL=ruby-2.3
VERSION=2.3.6
- SOURCE_HASH=sha512:a09c8715097d16190ee17ee39e7a74438cefc9013add350217b7e3fb4d60aa9dcb30595adf832b0d67a5c45b1fe9d4effb767c995af2759420859f8d763c693a:UPSTREAM_HASH
- SECURITY_PATCH=2
- SOURCE=ruby-$VERSION.tar.xz
- URL_SUFFIX="ruby/${VERSION%.*}/$SOURCE"
- SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/$URL_SUFFIX
- SOURCE_URL[1]=http://mirrors.ibiblio.org/$URL_SUFFIX
+ PATCH_LEVEL=1
+ SECURITY_PATCH=3
SOURCE_DIRECTORY="$BUILD_DIRECTORY/ruby-$VERSION"
+ ARCHIVE=off
+ GATHER_DOCS=off
LICENSE[0]=GPL
KEYWORDS="devel"
WEB_SITE=http://www.ruby-lang.org/
diff --git a/ruby-raa/ruby-2.3/HISTORY b/ruby-raa/ruby-2.3/HISTORY
index 2a21350223..6d1ed928c4 100644
--- a/ruby-raa/ruby-2.3/HISTORY
+++ b/ruby-raa/ruby-2.3/HISTORY
@@ -1,3 +1,6 @@
+2021-04-23 Remko van der Vossen <wich@sourcemage.org>
+ * Deprecated due to no longer being supported
+
2017-12-26 Pavel Vinogradov <public@sourcemage.org>
* CONFLICTS: added ruby-2.5
diff --git a/ruby-raa/ruby-2.3/INSTALL b/ruby-raa/ruby-2.3/INSTALL
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/ruby-raa/ruby-2.3/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/ruby-raa/ruby-2.3/PRE_BUILD b/ruby-raa/ruby-2.3/PRE_BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/ruby-raa/ruby-2.3/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/ruby-raa/ruby-2.3/PROVIDES b/ruby-raa/ruby-2.3/PROVIDES
deleted file mode 100755
index a62e12ac39..0000000000
--- a/ruby-raa/ruby-2.3/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-RUBY
diff --git a/ruby-raa/ruby-2.3/UP_TRIGGERS b/ruby-raa/ruby-2.3/UP_TRIGGERS
new file mode 100755
index 0000000000..6a1b546535
--- /dev/null
+++ b/ruby-raa/ruby-2.3/UP_TRIGGERS
@@ -0,0 +1 @@
+up_trigger ruby-2.3 dispel_self