summaryrefslogtreecommitdiffstats
path: root/ruby-raa
diff options
context:
space:
mode:
authorTreeve Jelbert2016-12-25 13:55:47 +0100
committerTreeve Jelbert2016-12-25 13:55:47 +0100
commit27d93d601d1c355070416f6dcde376c19c1de965 (patch)
tree1d8021cf0cd5d524b14c659633419ac44b52e12d /ruby-raa
parent5006260b7c8fc309d8e1be7046a36318f2fba290 (diff)
ruby-2.4-2.4.0
Diffstat (limited to 'ruby-raa')
-rwxr-xr-xruby-raa/ruby-2.4/BUILD2
-rwxr-xr-xruby-raa/ruby-2.4/CONFIGURE1
-rwxr-xr-xruby-raa/ruby-2.4/CONFLICTS10
-rwxr-xr-xruby-raa/ruby-2.4/DEPENDS5
-rwxr-xr-xruby-raa/ruby-2.4/DETAILS20
-rw-r--r--ruby-raa/ruby-2.4/HISTORY3
-rwxr-xr-xruby-raa/ruby-2.4/PROVIDES1
7 files changed, 42 insertions, 0 deletions
diff --git a/ruby-raa/ruby-2.4/BUILD b/ruby-raa/ruby-2.4/BUILD
new file mode 100755
index 0000000000..47d08e04ec
--- /dev/null
+++ b/ruby-raa/ruby-2.4/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --enable-shared $RUBY_DOCS" &&
+default_build
diff --git a/ruby-raa/ruby-2.4/CONFIGURE b/ruby-raa/ruby-2.4/CONFIGURE
new file mode 100755
index 0000000000..1d3b67e0f8
--- /dev/null
+++ b/ruby-raa/ruby-2.4/CONFIGURE
@@ -0,0 +1 @@
+config_query_option RUBY_DOCS "install documentation?" n "" "--disable-install-doc"
diff --git a/ruby-raa/ruby-2.4/CONFLICTS b/ruby-raa/ruby-2.4/CONFLICTS
new file mode 100755
index 0000000000..1bbe695827
--- /dev/null
+++ b/ruby-raa/ruby-2.4/CONFLICTS
@@ -0,0 +1,10 @@
+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-enterprise-edition
+conflicts rubygems
+conflicts rake
diff --git a/ruby-raa/ruby-2.4/DEPENDS b/ruby-raa/ruby-2.4/DEPENDS
new file mode 100755
index 0000000000..97256c1477
--- /dev/null
+++ b/ruby-raa/ruby-2.4/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.4/DETAILS b/ruby-raa/ruby-2.4/DETAILS
new file mode 100755
index 0000000000..0b1661c8fb
--- /dev/null
+++ b/ruby-raa/ruby-2.4/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=ruby-2.4
+ PACKAGE=ruby
+ VERSION=2.4.0
+ SOURCE_HASH=sha512:975a5388592adc038461e0acebb6c0efee242891b2ea8621476401458efe2bc0fdd317d3bf99beb745b0b3808410efdff33862da29c95c027f457943721e3ab6
+# SECURITY_PATCH=
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$PACKAGE-$VERSION.tar.xz
+ SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/$PACKAGE/$BRANCH/$SOURCE
+ SOURCE_URL[1]=http://mirrors.ibiblio.org/$PACKAGE/$BRANCH/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$PACKAGE-$VERSION"
+ LICENSE[0]=GPL
+ KEYWORDS="devel"
+ WEB_SITE=http://www.ruby-lang.org/
+ ENTERED=20161225
+ 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 foward extensible and portable.
+EOF
diff --git a/ruby-raa/ruby-2.4/HISTORY b/ruby-raa/ruby-2.4/HISTORY
new file mode 100644
index 0000000000..eb1085964d
--- /dev/null
+++ b/ruby-raa/ruby-2.4/HISTORY
@@ -0,0 +1,3 @@
+2016-12-25 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.4.0
+ spell created, copied from ruby-2.3
diff --git a/ruby-raa/ruby-2.4/PROVIDES b/ruby-raa/ruby-2.4/PROVIDES
new file mode 100755
index 0000000000..a62e12ac39
--- /dev/null
+++ b/ruby-raa/ruby-2.4/PROVIDES
@@ -0,0 +1 @@
+RUBY