Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (976f3d7b1cc2f13b60b2f60edf361c0afd242111)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (976f3d7b1cc2f13b60b2f60edf361c0afd242111)
  • Date: Tue, 25 Dec 2018 21:58:12 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
ruby-raa/ruby-2.4/CONFLICTS | 1 +
ruby-raa/ruby-2.4/HISTORY | 3 +++
ruby-raa/ruby-2.5/CONFLICTS | 1 +
ruby-raa/ruby-2.5/HISTORY | 3 +++
ruby-raa/ruby-2.6/BUILD | 2 ++
ruby-raa/ruby-2.6/CONFIGURE | 1 +
ruby-raa/ruby-2.6/CONFLICTS | 12 ++++++++++++
ruby-raa/ruby-2.6/DEPENDS | 5 +++++
ruby-raa/ruby-2.6/DETAILS | 18 ++++++++++++++++++
ruby-raa/ruby-2.6/HISTORY | 3 +++
ruby-raa/ruby-2.6/PROVIDES | 1 +
12 files changed, 53 insertions(+)

New commits:
commit 976f3d7b1cc2f13b60b2f60edf361c0afd242111
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

ruby-raa/ruby-2.4: conflicts with ruby-2.6

commit f932a4caca0575f018e6f5b67d2a2a6231b5173f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

ruby-raa/ruby-2.5: conflicts with ruby-2.6

commit 696fa53d6438c66fe0c444a9c426050c0890c431
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

ruby-raa/ruby-2.6: new spell, 2.6.x version of ruby

diff --git a/ChangeLog b/ChangeLog
index f61c0cb..63d4ee7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-12-25 Pavel Vinogradov <public AT sourcemage.org>
+ * ruby-raa/ruby-2.6: new spell, 2.6.x version of ruby
+
2018-12-24 Pavel Vinogradov <public AT sourcemage.org>
* gnu.gpg: added new key, C99D4E75,
Bertrand Garrigues <bertrand.garrigues AT laposte.net>
diff --git a/ruby-raa/ruby-2.4/CONFLICTS b/ruby-raa/ruby-2.4/CONFLICTS
index 8bb84f6..3c1be92 100755
--- a/ruby-raa/ruby-2.4/CONFLICTS
+++ b/ruby-raa/ruby-2.4/CONFLICTS
@@ -6,6 +6,7 @@ conflicts ruby-2.1
conflicts ruby-2.2
conflicts ruby-2.3
conflicts ruby-2.5
+conflicts ruby-2.6
conflicts ruby-enterprise-edition
conflicts rubygems
conflicts rake
diff --git a/ruby-raa/ruby-2.4/HISTORY b/ruby-raa/ruby-2.4/HISTORY
index 93b3a62..aa5b812 100644
--- a/ruby-raa/ruby-2.4/HISTORY
+++ b/ruby-raa/ruby-2.4/HISTORY
@@ -1,3 +1,6 @@
+2018-12-25 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFLICTS: added ruby-2.6
+
2018-10-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.4.5, SECURITY_PATCH++,
(CVE-2018-16395 and CVE-2018-16396)
diff --git a/ruby-raa/ruby-2.5/CONFLICTS b/ruby-raa/ruby-2.5/CONFLICTS
index eb50d3d..6012c76 100755
--- a/ruby-raa/ruby-2.5/CONFLICTS
+++ b/ruby-raa/ruby-2.5/CONFLICTS
@@ -6,6 +6,7 @@ conflicts ruby-2.1
conflicts ruby-2.2
conflicts ruby-2.3
conflicts ruby-2.4
+conflicts ruby-2.6
conflicts ruby-enterprise-edition
conflicts rubygems
conflicts rake
diff --git a/ruby-raa/ruby-2.5/HISTORY b/ruby-raa/ruby-2.5/HISTORY
index b964e60..f5d169e 100644
--- a/ruby-raa/ruby-2.5/HISTORY
+++ b/ruby-raa/ruby-2.5/HISTORY
@@ -1,3 +1,6 @@
+2018-12-25 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFLICTS: added ruby-2.6
+
2018-10-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: fix url, ftp=>https

diff --git a/ruby-raa/ruby-2.6/BUILD b/ruby-raa/ruby-2.6/BUILD
new file mode 100755
index 0000000..47d08e0
--- /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 0000000..1d3b67e
--- /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 0000000..2a4dd95
--- /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 0000000..97256c1
--- /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 0000000..b09b293
--- /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 0000000..f966e60
--- /dev/null
+++ b/ruby-raa/ruby-2.6/HISTORY
@@ -0,0 +1,3 @@
+2018-12-25 Pavel Vinogradov <public AT 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 0000000..a62e12a
--- /dev/null
+++ b/ruby-raa/ruby-2.6/PROVIDES
@@ -0,0 +1 @@
+RUBY



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (976f3d7b1cc2f13b60b2f60edf361c0afd242111), Pavel Vinogradov, 12/25/2018

Archive powered by MHonArc 2.6.24.

Top of Page