summaryrefslogtreecommitdiffstats
path: root/ruby-raa
diff options
context:
space:
mode:
authorTreeve Jelbert2015-12-26 13:21:47 +0100
committerTreeve Jelbert2015-12-26 13:22:10 +0100
commit0c8b8c50b2c8360f42df0a168f968dc5c2581424 (patch)
tree750e9e87ece1bbf009d427fa86928cc7f01e31ef /ruby-raa
parentb3a708f3da4acd9f3ded47438ddf38fce6bde1e5 (diff)
ruby-2.3-2.3.0
Diffstat (limited to 'ruby-raa')
-rwxr-xr-xruby-raa/ruby-2.3/BUILD2
-rwxr-xr-xruby-raa/ruby-2.3/CONFIGURE1
-rwxr-xr-xruby-raa/ruby-2.3/CONFLICTS9
-rwxr-xr-xruby-raa/ruby-2.3/DEPENDS5
-rwxr-xr-xruby-raa/ruby-2.3/DETAILS20
-rw-r--r--ruby-raa/ruby-2.3/HISTORY3
-rwxr-xr-xruby-raa/ruby-2.3/PROVIDES1
7 files changed, 41 insertions, 0 deletions
diff --git a/ruby-raa/ruby-2.3/BUILD b/ruby-raa/ruby-2.3/BUILD
new file mode 100755
index 0000000000..47d08e04ec
--- /dev/null
+++ b/ruby-raa/ruby-2.3/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --enable-shared $RUBY_DOCS" &&
+default_build
diff --git a/ruby-raa/ruby-2.3/CONFIGURE b/ruby-raa/ruby-2.3/CONFIGURE
new file mode 100755
index 0000000000..1d3b67e0f8
--- /dev/null
+++ b/ruby-raa/ruby-2.3/CONFIGURE
@@ -0,0 +1 @@
+config_query_option RUBY_DOCS "install documentation?" n "" "--disable-install-doc"
diff --git a/ruby-raa/ruby-2.3/CONFLICTS b/ruby-raa/ruby-2.3/CONFLICTS
new file mode 100755
index 0000000000..9104a84c12
--- /dev/null
+++ b/ruby-raa/ruby-2.3/CONFLICTS
@@ -0,0 +1,9 @@
+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-enterprise-edition
+conflicts rubygems
+conflicts rake
diff --git a/ruby-raa/ruby-2.3/DEPENDS b/ruby-raa/ruby-2.3/DEPENDS
new file mode 100755
index 0000000000..97256c1477
--- /dev/null
+++ b/ruby-raa/ruby-2.3/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.3/DETAILS b/ruby-raa/ruby-2.3/DETAILS
new file mode 100755
index 0000000000..d350326a0e
--- /dev/null
+++ b/ruby-raa/ruby-2.3/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=ruby-2.3
+ PACKAGE=ruby
+ VERSION=2.3.0
+ SOURCE_HASH=sha512:d893c5e6db5a0533e0da48d899c619964388852ef90e7d1b92a4363d5f189cd2dba32a009581f62b9f42a8e6027975fc3c18b64faf356f5e3ac43a8d69ec5327
+# 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=20151226
+ 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.3/HISTORY b/ruby-raa/ruby-2.3/HISTORY
new file mode 100644
index 0000000000..0aff4be403
--- /dev/null
+++ b/ruby-raa/ruby-2.3/HISTORY
@@ -0,0 +1,3 @@
+2015-12-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.3.0
+ spell created, copied from ruby-2.2
diff --git a/ruby-raa/ruby-2.3/PROVIDES b/ruby-raa/ruby-2.3/PROVIDES
new file mode 100755
index 0000000000..a62e12ac39
--- /dev/null
+++ b/ruby-raa/ruby-2.3/PROVIDES
@@ -0,0 +1 @@
+RUBY