summaryrefslogtreecommitdiffstats
path: root/ruby-raa
diff options
context:
space:
mode:
authorPavel Vinogradov2018-12-25 16:49:41 -0500
committerPavel Vinogradov2018-12-25 16:49:41 -0500
commit696fa53d6438c66fe0c444a9c426050c0890c431 (patch)
tree826d0b4278e367a8f1d2b89110120a8076ab703e /ruby-raa
parentccb3616c6ce9424ada802cdabc2ef97eb4ad5fc0 (diff)
ruby-raa/ruby-2.6: new spell, 2.6.x version of ruby
Diffstat (limited to 'ruby-raa')
-rwxr-xr-xruby-raa/ruby-2.6/BUILD2
-rwxr-xr-xruby-raa/ruby-2.6/CONFIGURE1
-rwxr-xr-xruby-raa/ruby-2.6/CONFLICTS12
-rwxr-xr-xruby-raa/ruby-2.6/DEPENDS5
-rwxr-xr-xruby-raa/ruby-2.6/DETAILS18
-rw-r--r--ruby-raa/ruby-2.6/HISTORY3
-rwxr-xr-xruby-raa/ruby-2.6/PROVIDES1
7 files changed, 42 insertions, 0 deletions
diff --git a/ruby-raa/ruby-2.6/BUILD b/ruby-raa/ruby-2.6/BUILD
new file mode 100755
index 0000000000..47d08e04ec
--- /dev/null
+++ b/ruby-raa/ruby-2.6/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --enable-shared $RUBY_DOCS" &&
+default_build
diff --git a/ruby-raa/ruby-2.6/CONFIGURE b/ruby-raa/ruby-2.6/CONFIGURE
new file mode 100755
index 0000000000..1d3b67e0f8
--- /dev/null
+++ b/ruby-raa/ruby-2.6/CONFIGURE
@@ -0,0 +1 @@
+config_query_option RUBY_DOCS "install documentation?" n "" "--disable-install-doc"
diff --git a/ruby-raa/ruby-2.6/CONFLICTS b/ruby-raa/ruby-2.6/CONFLICTS
new file mode 100755
index 0000000000..2a4dd95460
--- /dev/null
+++ b/ruby-raa/ruby-2.6/CONFLICTS
@@ -0,0 +1,12 @@
+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-2.5
+conflicts ruby-enterprise-edition
+conflicts rubygems
+conflicts rake
diff --git a/ruby-raa/ruby-2.6/DEPENDS b/ruby-raa/ruby-2.6/DEPENDS
new file mode 100755
index 0000000000..97256c1477
--- /dev/null
+++ b/ruby-raa/ruby-2.6/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.6/DETAILS b/ruby-raa/ruby-2.6/DETAILS
new file mode 100755
index 0000000000..b09b29356e
--- /dev/null
+++ b/ruby-raa/ruby-2.6/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ruby-2.6
+ VERSION=2.6.0
+ SOURCE_HASH=sha512:c56eaf85ef7b79deb34ee4590b143c07f4fc83eb79775290761aee5a7c63374659613538a41f25706ed6e19e49d5c67a1014c24d17f29948294c7abd0b0fcea8:UPSTREAM_HASH
+ SOURCE=ruby-$VERSION.tar.xz
+ URL_SUFFIX="ruby/${VERSION%.*}/$SOURCE"
+ SOURCE_URL[0]=https://cache.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=20181225
+ 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.6/HISTORY b/ruby-raa/ruby-2.6/HISTORY
new file mode 100644
index 0000000000..f966e60db1
--- /dev/null
+++ b/ruby-raa/ruby-2.6/HISTORY
@@ -0,0 +1,3 @@
+2018-12-25 Pavel Vinogradov <public@sourcemage.org>
+ * BUILD, CONFIGURE, CONFLICTS, DEPENDS, DETAILS, PROVIDES:
+ version 2.6.0, spell created, copied from ruby-2.5
diff --git a/ruby-raa/ruby-2.6/PROVIDES b/ruby-raa/ruby-2.6/PROVIDES
new file mode 100755
index 0000000000..a62e12ac39
--- /dev/null
+++ b/ruby-raa/ruby-2.6/PROVIDES
@@ -0,0 +1 @@
+RUBY