Skip to Content.
Sympa Menu

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

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 (630f731b97ede3fa0a70cb662041dcaf90faf7f4)
  • Date: Sat, 26 Dec 2015 12:33:24 +0000

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

ChangeLog | 9 +
devel/qbs/DETAILS | 4
devel/qbs/HISTORY | 3
ruby-raa/ruby-1.8/BUILD | 3
ruby-raa/ruby-1.8/CONFIGURE | 8
ruby-raa/ruby-1.8/CONFLICTS | 6
ruby-raa/ruby-1.8/DEPENDS | 4
ruby-raa/ruby-1.8/DETAILS | 18 --
ruby-raa/ruby-1.8/HISTORY | 197 -----------------------
ruby-raa/ruby-1.8/INSTALL | 5
ruby-raa/ruby-1.8/PRE_BUILD | 4
ruby-raa/ruby-1.8/PROVIDES | 1
ruby-raa/ruby-1.8/stdout-rouge-fix.patch | 36 ----
ruby-raa/ruby-1.9/BUILD | 5
ruby-raa/ruby-1.9/CONFIGURE | 8
ruby-raa/ruby-1.9/CONFLICTS | 8
ruby-raa/ruby-1.9/DEPENDS | 8
ruby-raa/ruby-1.9/DETAILS | 20 --
ruby-raa/ruby-1.9/HISTORY | 255
-------------------------------
ruby-raa/ruby-1.9/INSTALL | 5
ruby-raa/ruby-1.9/PROVIDES | 1
ruby-raa/ruby-2.0/CONFLICTS | 1
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/CONFLICTS | 1
ruby-raa/ruby-2.2/HISTORY | 3
ruby-raa/ruby-2.3/BUILD | 2
ruby-raa/ruby-2.3/CONFIGURE | 1
ruby-raa/ruby-2.3/CONFLICTS | 9 +
ruby-raa/ruby-2.3/DEPENDS | 5
ruby-raa/ruby-2.3/DETAILS | 20 ++
ruby-raa/ruby-2.3/HISTORY | 3
ruby-raa/ruby-2.3/PROVIDES | 1
34 files changed, 67 insertions(+), 594 deletions(-)

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

ruby-2.2 - extra conflict

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

ruby-2.1 - extra conflict

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

ruby-2.0 - extra conflict

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

deprecate ruby-raa/ruby-1.9

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

deprecate ruby-raa/ruby-1.8

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

ruby-2.3-2.3.0

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

qbs: => 1.4.4

diff --git a/ChangeLog b/ChangeLog
index 4551f46..07ad1f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-12-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * ruby-raa/ruby-1.9: spell deprecated
+
+2015-12-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * ruby-raa/ruby-1.8: spell deprecated
+
+2015-12-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * ruby-raa/ruby-2.3: added, yet another ruby series
+
2015-12-25 Vlad Glagolev <stealth AT sourcemage.org>
* libs/libircclient: moved to chat-libs

diff --git a/devel/qbs/DETAILS b/devel/qbs/DETAILS
index f107e88..ad17c96 100755
--- a/devel/qbs/DETAILS
+++ b/devel/qbs/DETAILS
@@ -1,7 +1,7 @@
QT_URL=http://download.qt.io/official_releases/
SPELL=qbs
- VERSION=1.4.3
-
SOURCE_HASH=sha512:b3c080a125cea39bebba3f5894ed603215dbfc0cf18edd2873eee873438b025acd1a1dcd5ab4db04681bf05ee710dc0827dff7789faac138011da788347bec6a
+ VERSION=1.4.4
+
SOURCE_HASH=sha512:62c818fade7b6b556206c89201962e0c37590f972ff65d8656a2c293639dac9297c0100164584973e89d187904319d59b77699a85748784dca65a4fa27d339a6
SOURCE=qbs-src-$VERSION.tar.gz
SOURCE_URL=$QT_URL/qbs/$VERSION/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src-$VERSION
diff --git a/devel/qbs/HISTORY b/devel/qbs/HISTORY
index 7495a99..5182d1f 100644
--- a/devel/qbs/HISTORY
+++ b/devel/qbs/HISTORY
@@ -1,3 +1,6 @@
+2015-12-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.4
+
2015-11-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.3

diff --git a/ruby-raa/ruby-1.8/BUILD b/ruby-raa/ruby-1.8/BUILD
deleted file mode 100755
index c78087c..0000000
--- a/ruby-raa/ruby-1.8/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-OPTS="$OPTS --enable-shared --enable-pthread" &&
-CFLAGS="${CFLAGS/-fomit-frame-pointer/}" &&
-default_build
diff --git a/ruby-raa/ruby-1.8/CONFIGURE b/ruby-raa/ruby-1.8/CONFIGURE
deleted file mode 100755
index c2d0f1e..0000000
--- a/ruby-raa/ruby-1.8/CONFIGURE
+++ /dev/null
@@ -1,8 +0,0 @@
-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-1.8/CONFLICTS b/ruby-raa/ruby-1.8/CONFLICTS
deleted file mode 100755
index 6710db5..0000000
--- a/ruby-raa/ruby-1.8/CONFLICTS
+++ /dev/null
@@ -1,6 +0,0 @@
-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/DEPENDS b/ruby-raa/ruby-1.8/DEPENDS
deleted file mode 100755
index fde6986..0000000
--- a/ruby-raa/ruby-1.8/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-optional_depends db "" "" "for db support" &&
-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-1.8/DETAILS b/ruby-raa/ruby-1.8/DETAILS
deleted file mode 100755
index 66ae51f..0000000
--- a/ruby-raa/ruby-1.8/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- SPELL=ruby-1.8
- PACKAGE=ruby
- VERSION=1.8.7-p374
- SOURCE=$PACKAGE-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:c6859aec9a796c71bb30c18236bd5548826655b08312181376b8dae4a006575f711065f15a002329c5e62c1e1ee44bb86723138abb3b658c8958920f13a5adea
- SECURITY_PATCH=11
- SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/1.8/$SOURCE
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$PACKAGE-$VERSION"
- LICENSE[0]=GPL
- KEYWORDS="devel"
- WEB_SITE=http://www.ruby-lang.org/
- ENTERED=20020106
- 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-1.8/HISTORY b/ruby-raa/ruby-1.8/HISTORY
deleted file mode 100644
index f5f254f..0000000
--- a/ruby-raa/ruby-1.8/HISTORY
+++ /dev/null
@@ -1,197 +0,0 @@
-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
-
-2013-07-02 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p374; SECURITY_PATCH++
(CVE-2013-4073,
- CVE-2013-1821)
-
-2013-04-10 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFLICTS: add ruby-2.0
-
-2013-01-08 Eric Sandall <sandalle AT sourcemage.org>
- * PRE_BUILD: Apply stdout-rouge-fix.patch
- * stdout-rouge-fix.patch: Fix glibc 2.14+ compilation
- From http://bugs.ruby-lang.org/issues/5108
-
-2012-05-25 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p358; SECURITY_PATCH++; updated
- mirrorlist
-
-2011-07-16 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p352
- SECURITY_PATCH++ (includes p334 patch for FileUtils vulnerability)
-
-2010-12-25 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p330
-
-2010-09-12 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p302; SECURITY_PATCH++
-
-2010-03-20 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p249; SECURITY_PATCH++; quoting
paths
-
-2010-02-25 Remko van der Vossen <wich AT sourcemage.org>
- * BUILD, CONFIGURE, DEPENDS, DETAILS, INSTALL: copied from ruby
- * CONFIGURE: use RUBY_DOC var from original ruby spell as default
- * CONFLICTS: conflicts ruby
- * DETAILS: 1.8 only
- * PROVIDES: provides RUBY
-
-2010-01-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.1-p376
- SECURITY_PATCH++, fixes CVE-2009-4124, fixes bug #15542
-
-2009-08-14 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p174; SECURITY_PATCH++
-
-2009-07-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.1-p243
-
-2009-07-01 David Kowis <dkowis AT shlrm.org>
- * DETAILS: updated latest stable to -p129 I'm sure there's security
issues in there
- but I didn't see any listed anywhere. Rails was certainly broken,
now
- works.
-
-2009-05-11 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p160, SECURITY_PATCH++
- * PRE_BUILD: removed
-
-2009-05-03 Treeve Jelbert <treeve AT sourcemage.org>
- * PRE_BUILD: added, fix compile with gcc-4.4
-
-2009-01-31 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.1-p0
- * PREPARE: update query text
-
-2008-12-03 David Kowis <dkowis AT shlrm.org>
- * DETAILS: Added 1.9 version
- * PREPARE: added question for 1.9 version
-
-2008-08-11 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p72, SECURITY_PATCH++
-
-2008-08-08 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p71, SECURITY_PATCH++
-
-2008-06-20 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p22, renewed short desc
- * DEPENDS: cleaned up
-
-2008-06-09 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p17
-
-2008-06-01 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7, removed broken mirrors
-
-2008-04-23 Vlad Glagolev <stealth AT sourcemage.org>
- removed useless gpg sig
-
-2008-04-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6-p114
-
-2007-12-01 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.8.6-p111
-
-2007-09-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6=p110
-
-2007-06-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6=p36
- update some urls
-
-2007-03-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6
-
-2006-12-31 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 1.8.5-p12
-
-2006-12-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: PATCHLEVEL++
- * BUILD: add --enable-threads
- fixes bug #13327
-
-2006-12-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.5-p2
- SECURITY_PATCH++
- * PRE_BUILD, ruby-1.8.5-cgi-dos-1.patch: deleted
-
-2006-11-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * BUILD: remove -fomit-frame-pointer from CFLAGS as this causes a
- SEGFAULT #12643
-
-2006-11-06 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: SECURITY_PATCH
- CVE-2006-5467
- * PRE_BUILD, ruby-1.8.5-cgi-dos-1.patch: add
-
-2006-10-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * CONFIGURE: added a question to install documentation
- * INSTALL: check if the user wants docs
- * DETAILS: PATCHLEVEL++
-
-2006-08-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.8.5
- remove PATCHLEVEL
- * PRE_BUILD, yaml-bignum-fix.patch: removed
-
-2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED (deprecated in favor of
- PATCHLEVEL).
-
-2006-03-13 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * PRE_BUILD, yaml-bignum-fix.patch: patch to fix bug #10699 (raggle
not
- working)
- * DETAILS: PATCHLEVEL=1
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.8.4
-
-2005-09-21 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.8.3, md5 -> sha1
- * BUILD, openssl-098.patch: removed patch
-
-2005-08-14 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * BUILD, openssl-098.patch: fix compile with openssl 0.9.8, bug #9267
- * DEPENDS: added optional_depends on openssl
-
-2005-06-07 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * INSTALL: added to install documentation so ri works
-
-2005-03-03 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DEPENDS: added optional_depends on db
-
-2004-12-31 Paul Beel <beelboing AT yahoo.com>
- * DETAILS: Updated to 1.8.2
- * HISTORY: Formatted to Guru Handbook
-
-2004-08-23 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Added BUILD_API=2
- Reworded SHORT
- Removed MAINTAINER
- Updated UPDATED
- * DEPENDS: Formatted to Guru Handbook
- * BUILD: Added to compile and install shared ruby libs (for linking)
-
-2003-12-30 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.8.1
- * HISTORY: Formatted to Guru Handbook
-
-2003-08-23 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.8.0 (Bug #4049)
- Added some mirrors
-
-2003-04-07 Julian v. Bock <julian AT wongr.net>
- * DEPENDS: add; add optional gdbm and tk deps.
-
-2002-12-31 Julian v. Bock <julian AT wongr.net>
- * DETAILS: set VERSION to 1.6.8.
-
-2002-10-03 Julian v. Bock <julian AT wongr.net>
- * DETAILS: add LICENSE and MD5 fields.
-
diff --git a/ruby-raa/ruby-1.8/INSTALL b/ruby-raa/ruby-1.8/INSTALL
deleted file mode 100755
index 7bd4719..0000000
--- a/ruby-raa/ruby-1.8/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-
-if [[ $RUBY_DOCS == y ]]; then
- make install-doc
-fi
diff --git a/ruby-raa/ruby-1.8/PRE_BUILD b/ruby-raa/ruby-1.8/PRE_BUILD
deleted file mode 100755
index 91e5271..0000000
--- a/ruby-raa/ruby-1.8/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-message "${MESSAGE_COLOR}Applying fix for glibc 2.14+...${DEFAULT_COLOR}" &&
-patch "${SOURCE_DIRECTORY}"/lib/mkmf.rb \
- "${SPELL_DIRECTORY}"/stdout-rouge-fix.patch
diff --git a/ruby-raa/ruby-1.8/PROVIDES b/ruby-raa/ruby-1.8/PROVIDES
deleted file mode 100755
index a62e12a..0000000
--- a/ruby-raa/ruby-1.8/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-RUBY
diff --git a/ruby-raa/ruby-1.8/stdout-rouge-fix.patch
b/ruby-raa/ruby-1.8/stdout-rouge-fix.patch
deleted file mode 100644
index 58c8583..0000000
--- a/ruby-raa/ruby-1.8/stdout-rouge-fix.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-# From http://bugs.ruby-lang.org/issues/5108
-diff --git a/lib/mkmf.rb b/lib/mkmf.rb
-index c9e738a..7a8004d 100644
---- a/lib/mkmf.rb
-+++ b/lib/mkmf.rb
-@@ -201,20 +201,26 @@ end
- module Logging
- @log = nil
- @logfile = 'mkmf.log'
-- @orgerr = $stderr.dup
-- @orgout = $stdout.dup
- @postpone = 0
- @quiet = $extmk
-
- def self::open
- @log ||= File::open(@logfile, 'w')
- @log.sync = true
-+ orgerr = $stderr.dup
-+ orgout = $stdout.dup
- $stderr.reopen(@log)
- $stdout.reopen(@log)
- yield
- ensure
-- $stderr.reopen(@orgerr)
-- $stdout.reopen(@orgout)
-+ if orgerr
-+ $stderr.reopen(orgerr)
-+ orgerr.close
-+ end
-+ if orgout
-+ $stdout.reopen(orgout)
-+ orgout.close
-+ end
- end
-
- def self::message(*s)
diff --git a/ruby-raa/ruby-1.9/BUILD b/ruby-raa/ruby-1.9/BUILD
deleted file mode 100755
index 27b4dd3..0000000
--- a/ruby-raa/ruby-1.9/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-OPTS="--enable-rubygems \
- --enable-shared \
- $OPTS" &&
-CFLAGS="${CFLAGS/-fomit-frame-pointer/}" &&
-default_build
diff --git a/ruby-raa/ruby-1.9/CONFIGURE b/ruby-raa/ruby-1.9/CONFIGURE
deleted file mode 100755
index c2d0f1e..0000000
--- a/ruby-raa/ruby-1.9/CONFIGURE
+++ /dev/null
@@ -1,8 +0,0 @@
-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-1.9/CONFLICTS b/ruby-raa/ruby-1.9/CONFLICTS
deleted file mode 100755
index ed2b37f..0000000
--- a/ruby-raa/ruby-1.9/CONFLICTS
+++ /dev/null
@@ -1,8 +0,0 @@
-conflicts ruby y
-conflicts ruby-1.8
-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-1.9/DEPENDS b/ruby-raa/ruby-1.9/DEPENDS
deleted file mode 100755
index 241d793..0000000
--- a/ruby-raa/ruby-1.9/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends libffi &&
-
-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-1.9/DETAILS b/ruby-raa/ruby-1.9/DETAILS
deleted file mode 100755
index ff5e4e8..0000000
--- a/ruby-raa/ruby-1.9/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- SPELL=ruby-1.9
- PACKAGE=ruby
- VERSION=1.9.3-p551
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
-
SOURCE_HASH=sha512:be12adf581ee76af70db117b44c6647c1df3d28fffa1b3379c6067e4aa1fb523dae7c9b130a51dcdcff268a8ee21a3d74f6f946135fb3ac6b90664f0a9df4a08
- SOURCE=$PACKAGE-$VERSION.tar.gz
- SECURITY_PATCH=13
- SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/$PACKAGE/$BRANCH/$SOURCE
- SOURCE_URL[1]=http://cache.ruby-lang.org/pub/$PACKAGE/$BRANCH/$SOURCE
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$PACKAGE-$VERSION"
- LICENSE[0]=GPL
- KEYWORDS="devel"
- WEB_SITE=http://www.ruby-lang.org/
- ENTERED=20020106
- 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-1.9/HISTORY b/ruby-raa/ruby-1.9/HISTORY
deleted file mode 100644
index bcca63c..0000000
--- a/ruby-raa/ruby-1.9/HISTORY
+++ /dev/null
@@ -1,255 +0,0 @@
-2015-12-03 Vlad Glagolev <stealth AT sourcemage.org>
- * CONFLICTS: conflicts with rake
-
-2015-04-01 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: added missing libffi dependency
- * BUILD: removed obsolete pthread flag; force rubygems here
- * CONFLICTS: conflicts with rubygems
-
-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)
-
-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
-
-2013-12-17 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p484; swapped ibiblio with CDN
mirror;
- SECURITY_PATCH++ (CVE-2013-4164)
-
-2013-07-02 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p448; SECURITY_PATCH++
(CVE-2013-4073)
-
-2013-05-30 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p429; SECURITY_PATCH++
(CVE-2013-2065)
-
-2013-04-10 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFLICTS: add ruby-2.0
-
-2013-02-22 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p392; SECURITY_PATCH++
(CVE-2013-0269)
-
-2013-02-06 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p385; SECURITY_PATCH++
(CVE-2013-0256)
-
-2013-01-17 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p374; use BRANCH; updated mirror;
- quoting paths
-
-2012-12-26 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p362
-
-2012-11-10 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p327; SECURITY_PATCH++
- (CVE-2012-5371)
-
-2012-10-12 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.9.3-p286; SECURITY_PATCH++
-
-2012-08-13 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: added optional depends on libyaml
-
-2012-04-20 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.9.3-p194, SECURITY_PATCH=5
-
-2012-04-08 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.9.3-p125, SECURITY_PATCH=4
-
-2011-11-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.3-p0
-
-2011-08-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.2-p290
- * DEPENDS: add optional doxygen
-
-2011-02-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.2-p180
- SECURITY_PATCH++
- A symlink race condition vulnerability was found in
FileUtils.remove_entry_secure.
- The vulnerability allows local users to delete arbitrary files and
directories.
-
-2010-12-26 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.9.2-p136
-
-2010-09-06 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.2-p0
- fixes CVE-2010-0541
- * PRE_BUILD, ruby-1.9.2pre1-openssl1-patch: deleted
-
-2010-08-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.1-p429
-
-2010-05-08 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 1.9.1-p378
-
-2010-04-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * PRE_BUILD, ruby-1.9.2pre1-openssl1-patch:
- added patch to fix build issue with openssl 1.0.0
-
-2010-02-26 Remko van der Vossen <wich AT sourcemage.org>
- * DETAILS: fixed SPELL != PACKAGE issue
-
-2010-02-25 Remko van der Vossen <wich AT sourcemage.org>
- * BUILD, CONFIGURE, DEPENDS, DETAILS, INSTALL: copied from ruby
- * CONFIGURE: use RUBY_DOC var from original ruby spell as default
- * CONFLICTS: conflicts ruby
- * DETAILS: 1.9 only
- * PROVIDES: provides RUBY
-
-2010-01-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.1-p376
- SECURITY_PATCH++, fixes CVE-2009-4124, fixes bug #15542
-
-2009-08-14 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p174; SECURITY_PATCH++
-
-2009-07-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.1-p243
-
-2009-07-01 David Kowis <dkowis AT shlrm.org>
- * DETAILS: updated latest stable to -p129 I'm sure there's security
issues in there
- but I didn't see any listed anywhere. Rails was certainly broken,
now
- works.
-
-2009-05-11 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p160, SECURITY_PATCH++
- * PRE_BUILD: removed
-
-2009-05-03 Treeve Jelbert <treeve AT sourcemage.org>
- * PRE_BUILD: added, fix compile with gcc-4.4
-
-2009-01-31 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.9.1-p0
- * PREPARE: update query text
-
-2008-12-03 David Kowis <dkowis AT shlrm.org>
- * DETAILS: Added 1.9 version
- * PREPARE: added question for 1.9 version
-
-2008-08-11 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p72, SECURITY_PATCH++
-
-2008-08-08 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p71, SECURITY_PATCH++
-
-2008-06-20 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p22, renewed short desc
- * DEPENDS: cleaned up
-
-2008-06-09 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7-p17
-
-2008-06-01 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.7, removed broken mirrors
-
-2008-04-23 Vlad Glagolev <stealth AT sourcemage.org>
- removed useless gpg sig
-
-2008-04-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6-p114
-
-2007-12-01 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.8.6-p111
-
-2007-09-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6=p110
-
-2007-06-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6=p36
- update some urls
-
-2007-03-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.6
-
-2006-12-31 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 1.8.5-p12
-
-2006-12-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: PATCHLEVEL++
- * BUILD: add --enable-threads
- fixes bug #13327
-
-2006-12-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: ruby-1.8.5-p2
- SECURITY_PATCH++
- * PRE_BUILD, ruby-1.8.5-cgi-dos-1.patch: deleted
-
-2006-11-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * BUILD: remove -fomit-frame-pointer from CFLAGS as this causes a
- SEGFAULT #12643
-
-2006-11-06 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: SECURITY_PATCH
- CVE-2006-5467
- * PRE_BUILD, ruby-1.8.5-cgi-dos-1.patch: add
-
-2006-10-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * CONFIGURE: added a question to install documentation
- * INSTALL: check if the user wants docs
- * DETAILS: PATCHLEVEL++
-
-2006-08-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.8.5
- remove PATCHLEVEL
- * PRE_BUILD, yaml-bignum-fix.patch: removed
-
-2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED (deprecated in favor of
- PATCHLEVEL).
-
-2006-03-13 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * PRE_BUILD, yaml-bignum-fix.patch: patch to fix bug #10699 (raggle
not
- working)
- * DETAILS: PATCHLEVEL=1
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.8.4
-
-2005-09-21 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.8.3, md5 -> sha1
- * BUILD, openssl-098.patch: removed patch
-
-2005-08-14 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * BUILD, openssl-098.patch: fix compile with openssl 0.9.8, bug #9267
- * DEPENDS: added optional_depends on openssl
-
-2005-06-07 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * INSTALL: added to install documentation so ri works
-
-2005-03-03 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DEPENDS: added optional_depends on db
-
-2004-12-31 Paul Beel <beelboing AT yahoo.com>
- * DETAILS: Updated to 1.8.2
- * HISTORY: Formatted to Guru Handbook
-
-2004-08-23 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Added BUILD_API=2
- Reworded SHORT
- Removed MAINTAINER
- Updated UPDATED
- * DEPENDS: Formatted to Guru Handbook
- * BUILD: Added to compile and install shared ruby libs (for linking)
-
-2003-12-30 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.8.1
- * HISTORY: Formatted to Guru Handbook
-
-2003-08-23 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.8.0 (Bug #4049)
- Added some mirrors
-
-2003-04-07 Julian v. Bock <julian AT wongr.net>
- * DEPENDS: add; add optional gdbm and tk deps.
-
-2002-12-31 Julian v. Bock <julian AT wongr.net>
- * DETAILS: set VERSION to 1.6.8.
-
-2002-10-03 Julian v. Bock <julian AT wongr.net>
- * DETAILS: add LICENSE and MD5 fields.
diff --git a/ruby-raa/ruby-1.9/INSTALL b/ruby-raa/ruby-1.9/INSTALL
deleted file mode 100755
index 7bd4719..0000000
--- a/ruby-raa/ruby-1.9/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-
-if [[ $RUBY_DOCS == y ]]; then
- make install-doc
-fi
diff --git a/ruby-raa/ruby-1.9/PROVIDES b/ruby-raa/ruby-1.9/PROVIDES
deleted file mode 100755
index a62e12a..0000000
--- a/ruby-raa/ruby-1.9/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-RUBY
diff --git a/ruby-raa/ruby-2.0/CONFLICTS b/ruby-raa/ruby-2.0/CONFLICTS
index fc1a4bc..e59e616 100755
--- a/ruby-raa/ruby-2.0/CONFLICTS
+++ b/ruby-raa/ruby-2.0/CONFLICTS
@@ -3,4 +3,5 @@ conflicts ruby-1.8
conflicts ruby-1.9
conflicts ruby-2.1
conflicts ruby-2.2
+conflicts ruby-2.3
conflicts ruby-enterprise-edition
diff --git a/ruby-raa/ruby-2.0/HISTORY b/ruby-raa/ruby-2.0/HISTORY
index 3412e7b..5abcd22 100644
--- a/ruby-raa/ruby-2.0/HISTORY
+++ b/ruby-raa/ruby-2.0/HISTORY
@@ -1,3 +1,6 @@
+2015-12-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: add ruby-2.3
+
2015-01-03 Treeve Jelbert <treeve AT sourcemage.org>
* CONFLICTS: add ruby-2.2

diff --git a/ruby-raa/ruby-2.1/CONFLICTS b/ruby-raa/ruby-2.1/CONFLICTS
index 9e3b4cc..8bc109e 100755
--- a/ruby-raa/ruby-2.1/CONFLICTS
+++ b/ruby-raa/ruby-2.1/CONFLICTS
@@ -3,4 +3,5 @@ conflicts ruby-1.8
conflicts ruby-1.9
conflicts ruby-2.0
conflicts ruby-2.2
+conflicts ruby-2.3
conflicts ruby-enterprise-edition
diff --git a/ruby-raa/ruby-2.1/HISTORY b/ruby-raa/ruby-2.1/HISTORY
index a9ab8d6..9ef16f7 100644
--- a/ruby-raa/ruby-2.1/HISTORY
+++ b/ruby-raa/ruby-2.1/HISTORY
@@ -1,3 +1,6 @@
+2015-12-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTSL add ruby-2.3
+
2015-01-03 Treeve Jelbert <treeve AT sourcemage.org>
* CONFLICTSL add ruby-2.2

diff --git a/ruby-raa/ruby-2.2/CONFLICTS b/ruby-raa/ruby-2.2/CONFLICTS
index bfd52c0..9283789 100755
--- a/ruby-raa/ruby-2.2/CONFLICTS
+++ b/ruby-raa/ruby-2.2/CONFLICTS
@@ -3,4 +3,5 @@ conflicts ruby-1.8
conflicts ruby-1.9
conflicts ruby-2.0
conflicts ruby-2.1
+conflicts ruby-2.3
conflicts ruby-enterprise-edition
diff --git a/ruby-raa/ruby-2.2/HISTORY b/ruby-raa/ruby-2.2/HISTORY
index 9ec072c..5238b30 100644
--- a/ruby-raa/ruby-2.2/HISTORY
+++ b/ruby-raa/ruby-2.2/HISTORY
@@ -1,3 +1,6 @@
+2015-12-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: add ruby-2.3
+
2015-12-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.4
SECURITY_PATCH++ fixes CVE-2015-7551
diff --git a/ruby-raa/ruby-2.3/BUILD b/ruby-raa/ruby-2.3/BUILD
new file mode 100755
index 0000000..47d08e0
--- /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 0000000..1d3b67e
--- /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 0000000..9104a84
--- /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 0000000..97256c1
--- /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 0000000..d350326
--- /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 0000000..0aff4be
--- /dev/null
+++ b/ruby-raa/ruby-2.3/HISTORY
@@ -0,0 +1,3 @@
+2015-12-26 Treeve Jelbert <treeve AT 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 0000000..a62e12a
--- /dev/null
+++ b/ruby-raa/ruby-2.3/PROVIDES
@@ -0,0 +1 @@
+RUBY



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (630f731b97ede3fa0a70cb662041dcaf90faf7f4), Treeve Jelbert, 12/26/2015

Archive powered by MHonArc 2.6.24.

Top of Page