summaryrefslogtreecommitdiffstats
path: root/ruby-raa
diff options
context:
space:
mode:
authorPavel Vinogradov2017-12-26 13:53:37 -0500
committerPavel Vinogradov2017-12-26 14:05:16 -0500
commit29ee2be5d56a93ed1554d5c054999284ccc463e2 (patch)
treecb250384f8f50622e1775800ca367e176af824e7 /ruby-raa
parent221ad5b81b1dd199ce02b22630c80000fa8fb389 (diff)
ruby-raa/ruby-2.5: new spell, 2.5.x version of ruby
Diffstat (limited to 'ruby-raa')
-rwxr-xr-xruby-raa/ruby-2.5/BUILD2
-rwxr-xr-xruby-raa/ruby-2.5/CONFIGURE1
-rwxr-xr-xruby-raa/ruby-2.5/CONFLICTS11
-rwxr-xr-xruby-raa/ruby-2.5/DEPENDS5
-rwxr-xr-xruby-raa/ruby-2.5/DETAILS19
-rw-r--r--ruby-raa/ruby-2.5/HISTORY3
-rwxr-xr-xruby-raa/ruby-2.5/PROVIDES1
7 files changed, 42 insertions, 0 deletions
diff --git a/ruby-raa/ruby-2.5/BUILD b/ruby-raa/ruby-2.5/BUILD
new file mode 100755
index 0000000000..47d08e04ec
--- /dev/null
+++ b/ruby-raa/ruby-2.5/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --enable-shared $RUBY_DOCS" &&
+default_build
diff --git a/ruby-raa/ruby-2.5/CONFIGURE b/ruby-raa/ruby-2.5/CONFIGURE
new file mode 100755
index 0000000000..1d3b67e0f8
--- /dev/null
+++ b/ruby-raa/ruby-2.5/CONFIGURE
@@ -0,0 +1 @@
+config_query_option RUBY_DOCS "install documentation?" n "" "--disable-install-doc"
diff --git a/ruby-raa/ruby-2.5/CONFLICTS b/ruby-raa/ruby-2.5/CONFLICTS
new file mode 100755
index 0000000000..eb50d3dcfb
--- /dev/null
+++ b/ruby-raa/ruby-2.5/CONFLICTS
@@ -0,0 +1,11 @@
+conflicts ruby y
+conflicts ruby-1.8
+conflicts ruby-1.9
+conflicts ruby-2.0
+conflicts ruby-2.1
+conflicts ruby-2.2
+conflicts ruby-2.3
+conflicts ruby-2.4
+conflicts ruby-enterprise-edition
+conflicts rubygems
+conflicts rake
diff --git a/ruby-raa/ruby-2.5/DEPENDS b/ruby-raa/ruby-2.5/DEPENDS
new file mode 100755
index 0000000000..97256c1477
--- /dev/null
+++ b/ruby-raa/ruby-2.5/DEPENDS
@@ -0,0 +1,5 @@
+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.5/DETAILS b/ruby-raa/ruby-2.5/DETAILS
new file mode 100755
index 0000000000..c96502e8cb
--- /dev/null
+++ b/ruby-raa/ruby-2.5/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ruby-2.5
+ VERSION=2.5.0
+ SOURCE_HASH=sha512:55714a33d7661fe8b432f73c34fd67b49699f8b79df1cbd680a74899124d31111ab0f444677672aac1ba725820182940d485efb2db0bf2bc96737c5d40c54578: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
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/ruby-$VERSION"
+ LICENSE[0]=GPL
+ KEYWORDS="devel"
+ WEB_SITE=http://www.ruby-lang.org/
+ ENTERED=20171226
+ SHORT="interpreted scripting language"
+cat << EOF
+Ruby is the interpreted scripting language for quick and easy object-oriented
+programming. It has many features to process text files and to do system
+management tasks. It is simple, straight forward extensible and portable.
+EOF
diff --git a/ruby-raa/ruby-2.5/HISTORY b/ruby-raa/ruby-2.5/HISTORY
new file mode 100644
index 0000000000..97b613bb69
--- /dev/null
+++ b/ruby-raa/ruby-2.5/HISTORY
@@ -0,0 +1,3 @@
+2017-12-26 Pavel Vinogradov <public@sourcemage.org>
+ * BUILD, CONFIGURE, CONFLICTS, DEPENDS, DETAILS, PROVIDES:
+ version 2.5.0, spell created, copied from ruby-2.4
diff --git a/ruby-raa/ruby-2.5/PROVIDES b/ruby-raa/ruby-2.5/PROVIDES
new file mode 100755
index 0000000000..a62e12ac39
--- /dev/null
+++ b/ruby-raa/ruby-2.5/PROVIDES
@@ -0,0 +1 @@
+RUBY