Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (39070f0506f11cad1d1c2ab472f737e4dd47eb23)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (39070f0506f11cad1d1c2ab472f737e4dd47eb23)
  • Date: Sun, 1 Jun 2008 02:51:38 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ruby-raa/ruby/DEPENDS | 1 -
ruby-raa/ruby/DETAILS | 10 ++++------
ruby-raa/ruby/HISTORY | 3 +++
ruby-raa/ruby/INSTALL | 8 ++++----
4 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 39070f0506f11cad1d1c2ab472f737e4dd47eb23
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ruby: => 1.8.7, happy birthday to me :P

diff --git a/ruby-raa/ruby/DEPENDS b/ruby-raa/ruby/DEPENDS
index a79527e..48d8c15 100755
--- a/ruby-raa/ruby/DEPENDS
+++ b/ruby-raa/ruby/DEPENDS
@@ -9,4 +9,3 @@ optional_depends tk \
"" \
"for tk support" &&
optional_depends openssl "" "" "for ssl and hashing modules"
-
diff --git a/ruby-raa/ruby/DETAILS b/ruby-raa/ruby/DETAILS
index 4c94ce8..19a19ba 100755
--- a/ruby-raa/ruby/DETAILS
+++ b/ruby-raa/ruby/DETAILS
@@ -1,19 +1,17 @@
SPELL=ruby
- VERSION=1.8.6-p114
+ VERSION=1.8.7
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:50bf3a63261d1319edcb9ea610fe66c9a368319fab9817c1293949b8aed4e7a51af5fee7ec5aad9cf75cf301e9853d56bc272c87e10bb4f0684b1b4493fbbf2d
+
SOURCE_HASH=sha512:bb4e22fd5b9084561fcb18f5aa126dac7182063b2dde9adef85b461c6b8927dca670f9417c3d59bd5627cbb999506009a23b2e2e76f77ac894d3104f5f9a8a26
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/stable/$SOURCE
- SOURCE_URL[1]=ftp://xyz.lcs.mit.edu/pub/ruby/$SOURCE
- SOURCE_URL[2]=ftp://www.ibiblio.org/pub/languages/ruby/stable/$SOURCE
-
SOURCE_URL[3]=ftp://ftp.mirror.ac.uk/sites/helium.ruby-lang.org/ruby/$SOURCE
+ SOURCE_URL[1]=ftp://www.ibiblio.org/pub/languages/ruby/stable/$SOURCE
SECURITY_PATCH=2
LICENSE[0]=GPL
KEYWORDS="devel"
WEB_SITE=http://www.ruby-lang.org/
ENTERED=20020106
- SHORT="An interpreted scripting language"
+ 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
diff --git a/ruby-raa/ruby/HISTORY b/ruby-raa/ruby/HISTORY
index 257d375..bb314b5 100644
--- a/ruby-raa/ruby/HISTORY
+++ b/ruby-raa/ruby/HISTORY
@@ -1,3 +1,6 @@
+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

diff --git a/ruby-raa/ruby/INSTALL b/ruby-raa/ruby/INSTALL
index c9ce2f5..7bd4719 100755
--- a/ruby-raa/ruby/INSTALL
+++ b/ruby-raa/ruby/INSTALL
@@ -1,5 +1,5 @@
-default_install &&
-if [[ "$RUBY_DOCS" == "y" ]]
-then
-make install-doc
+default_install &&
+
+if [[ $RUBY_DOCS == y ]]; then
+ make install-doc
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (39070f0506f11cad1d1c2ab472f737e4dd47eb23), Vlad Glagolev, 06/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page