Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f6b942ecf35f133959a5f0eb43dd095c0517cc75)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f6b942ecf35f133959a5f0eb43dd095c0517cc75)
  • Date: Sat, 3 Jan 2015 08:34:36 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
ruby-raa/ruby-1.8/CONFLICTS | 2 ++
ruby-raa/ruby-1.8/HISTORY | 3 +++
ruby-raa/ruby-1.9/CONFLICTS | 2 ++
ruby-raa/ruby-1.9/HISTORY | 2 ++
ruby-raa/ruby-2.0/CONFLICTS | 2 ++
ruby-raa/ruby-2.0/HISTORY | 3 +++
ruby-raa/ruby-2.1/CONFLICTS | 1 +
ruby-raa/ruby-2.1/HISTORY | 3 +++
ruby-raa/ruby-2.2/BUILD | 3 +++
ruby-raa/ruby-2.2/CONFIGURE | 8 ++++++++
ruby-raa/ruby-2.2/CONFLICTS | 6 ++++++
ruby-raa/ruby-2.2/DEPENDS | 6 ++++++
ruby-raa/ruby-2.2/DETAILS | 20 ++++++++++++++++++++
ruby-raa/ruby-2.2/HISTORY | 3 +++
ruby-raa/ruby-2.2/INSTALL | 5 +++++
ruby-raa/ruby-2.2/PROVIDES | 1 +
17 files changed, 73 insertions(+)

New commits:
commit f6b942ecf35f133959a5f0eb43dd095c0517cc75
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ruby-1.8 - conflicts ruby-2.2

commit 011abccffe155ee714b685c8aa019a4123fb284b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ruby-1.9 - conflicts ruby-2.2

commit f491ea41271a68bfb46a24be9424f879668e5727
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ruby-2.0 - conflicts ruby-2.2

commit 6432626615f12eecae191a069b1df8794f5cc68a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ruby-2.1 - conflicts ruby-2.2

commit 880921a9db6588dde7085231d4bb94ee555c7945
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ruby-2.2.0

diff --git a/ChangeLog b/ChangeLog
index 0cae06e..bc6a287 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-01-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * ruby-raa/ruby-2.2: new sepll, latest ruby release
+
2015-01-02 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/vimrc-mode: new spell, Emacs major mode for vimrc
files
diff --git a/ruby-raa/ruby-1.8/CONFLICTS b/ruby-raa/ruby-1.8/CONFLICTS
index 75d7b2e..6710db5 100755
--- a/ruby-raa/ruby-1.8/CONFLICTS
+++ b/ruby-raa/ruby-1.8/CONFLICTS
@@ -1,4 +1,6 @@
conflicts ruby y
conflicts ruby-1.9
conflicts ruby-2.0
+conflicts ruby-2.1
+conflicts ruby-2.2
conflicts ruby-enterprise-edition
diff --git a/ruby-raa/ruby-1.8/HISTORY b/ruby-raa/ruby-1.8/HISTORY
index f081c31..f5f254f 100644
--- a/ruby-raa/ruby-1.8/HISTORY
+++ b/ruby-raa/ruby-1.8/HISTORY
@@ -1,3 +1,6 @@
+2015-01-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: add ruby-2.2
+
2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: openssl => SSL

diff --git a/ruby-raa/ruby-1.9/CONFLICTS b/ruby-raa/ruby-1.9/CONFLICTS
index 786eafb..3f1cd74 100755
--- a/ruby-raa/ruby-1.9/CONFLICTS
+++ b/ruby-raa/ruby-1.9/CONFLICTS
@@ -1,4 +1,6 @@
conflicts ruby y
conflicts ruby-1.8
conflicts ruby-2.0
+conflicts ruby-2.1
+conflicts ruby-2.2
conflicts ruby-enterprise-edition
diff --git a/ruby-raa/ruby-1.9/HISTORY b/ruby-raa/ruby-1.9/HISTORY
index aad6d25..9ae48db 100644
--- a/ruby-raa/ruby-1.9/HISTORY
+++ b/ruby-raa/ruby-1.9/HISTORY
@@ -1,3 +1,5 @@
+2015-01-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: add ruby-2.2
2014-11-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.9.3-p551; SECURITY_PATCH++
(CVE-2014-8080,
CVE-2014-8090)
diff --git a/ruby-raa/ruby-2.0/CONFLICTS b/ruby-raa/ruby-2.0/CONFLICTS
index 9f6aa10..fc1a4bc 100755
--- a/ruby-raa/ruby-2.0/CONFLICTS
+++ b/ruby-raa/ruby-2.0/CONFLICTS
@@ -1,4 +1,6 @@
conflicts ruby y
conflicts ruby-1.8
conflicts ruby-1.9
+conflicts ruby-2.1
+conflicts ruby-2.2
conflicts ruby-enterprise-edition
diff --git a/ruby-raa/ruby-2.0/HISTORY b/ruby-raa/ruby-2.0/HISTORY
index 6c4e90e..3412e7b 100644
--- a/ruby-raa/ruby-2.0/HISTORY
+++ b/ruby-raa/ruby-2.0/HISTORY
@@ -1,3 +1,6 @@
+2015-01-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: add ruby-2.2
+
2014-09-26 Remko van der Vossen <wich AT sourcemage.org>
* DETAILS: version 2.0.0-p576
SECURITY_PATCH++ fixes CVE-2014-2525
diff --git a/ruby-raa/ruby-2.1/CONFLICTS b/ruby-raa/ruby-2.1/CONFLICTS
index abd55db..9e3b4cc 100755
--- a/ruby-raa/ruby-2.1/CONFLICTS
+++ b/ruby-raa/ruby-2.1/CONFLICTS
@@ -2,4 +2,5 @@ conflicts ruby y
conflicts ruby-1.8
conflicts ruby-1.9
conflicts ruby-2.0
+conflicts ruby-2.2
conflicts ruby-enterprise-edition
diff --git a/ruby-raa/ruby-2.1/HISTORY b/ruby-raa/ruby-2.1/HISTORY
index 902e159..a9ab8d6 100644
--- a/ruby-raa/ruby-2.1/HISTORY
+++ b/ruby-raa/ruby-2.1/HISTORY
@@ -1,3 +1,6 @@
+2015-01-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTSL add ruby-2.2
+
2014-11-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.1.5
SECURITY_PATCH=1 fix CVE-2014-8090
diff --git a/ruby-raa/ruby-2.2/BUILD b/ruby-raa/ruby-2.2/BUILD
new file mode 100755
index 0000000..2789a74
--- /dev/null
+++ b/ruby-raa/ruby-2.2/BUILD
@@ -0,0 +1,3 @@
+OPTS="$OPTS --enable-shared --enable-pthread" &&
+CFLAGS="${CFLAGS/-fomit-frame-pointer/}" &&
+default_build
diff --git a/ruby-raa/ruby-2.2/CONFIGURE b/ruby-raa/ruby-2.2/CONFIGURE
new file mode 100755
index 0000000..c2d0f1e
--- /dev/null
+++ b/ruby-raa/ruby-2.2/CONFIGURE
@@ -0,0 +1,8 @@
+message "Building documentation can take a long time and" &&
+message "consume a lot of memory." &&
+if spell_ok ruby; then
+ persistent_read ruby RUBY_DOCS RUBY_DOCS_DEF
+fi &&
+config_query RUBY_DOCS \
+ "Do you want to build documentation?" \
+ ${RUBY_DOCS_DEF:-n}
diff --git a/ruby-raa/ruby-2.2/CONFLICTS b/ruby-raa/ruby-2.2/CONFLICTS
new file mode 100755
index 0000000..bfd52c0
--- /dev/null
+++ b/ruby-raa/ruby-2.2/CONFLICTS
@@ -0,0 +1,6 @@
+conflicts ruby y
+conflicts ruby-1.8
+conflicts ruby-1.9
+conflicts ruby-2.0
+conflicts ruby-2.1
+conflicts ruby-enterprise-edition
diff --git a/ruby-raa/ruby-2.2/DEPENDS b/ruby-raa/ruby-2.2/DEPENDS
new file mode 100755
index 0000000..acfc465
--- /dev/null
+++ b/ruby-raa/ruby-2.2/DEPENDS
@@ -0,0 +1,6 @@
+optional_depends doxygen "" "--disable-install-doc" "install documentation"
&&
+optional_depends db "" "" "for db support" &&
+optional_depends gdbm "" "" "for gdbm support" &&
+optional_depends tk "" "" "for tk support" &&
+optional_depends libyaml "" "" "for YAML output (recommended)" &&
+optional_depends SSL "" "" "for ssl and hashing modules"
diff --git a/ruby-raa/ruby-2.2/DETAILS b/ruby-raa/ruby-2.2/DETAILS
new file mode 100755
index 0000000..60e0916
--- /dev/null
+++ b/ruby-raa/ruby-2.2/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=ruby-2.2
+ PACKAGE=ruby
+ VERSION=2.2.0
+
SOURCE_HASH=sha512:cd7e52faa464df8aca7ccfa23a5f06248e1ad82bc8c9f1829aa1b51ff37b15973b8caaa68e914d837325b8d59427fda4f3cad82c50925e1c84e688324a2a155d
+ SECURITY_PATCH=0
+ 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=20131225
+ 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.2/HISTORY b/ruby-raa/ruby-2.2/HISTORY
new file mode 100644
index 0000000..2e50379
--- /dev/null
+++ b/ruby-raa/ruby-2.2/HISTORY
@@ -0,0 +1,3 @@
+2015-01-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.0
+ spell created, copied from ruby-2.1
diff --git a/ruby-raa/ruby-2.2/INSTALL b/ruby-raa/ruby-2.2/INSTALL
new file mode 100755
index 0000000..7bd4719
--- /dev/null
+++ b/ruby-raa/ruby-2.2/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+
+if [[ $RUBY_DOCS == y ]]; then
+ make install-doc
+fi
diff --git a/ruby-raa/ruby-2.2/PROVIDES b/ruby-raa/ruby-2.2/PROVIDES
new file mode 100755
index 0000000..a62e12a
--- /dev/null
+++ b/ruby-raa/ruby-2.2/PROVIDES
@@ -0,0 +1 @@
+RUBY



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f6b942ecf35f133959a5f0eb43dd095c0517cc75), Treeve Jelbert, 01/03/2015

Archive powered by MHonArc 2.6.24.

Top of Page