Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Dale E. Edmons (7be3c494f6bffc82f3d79eebfe7875b0da1d9151)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dale E. Edmons" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Dale E. Edmons (7be3c494f6bffc82f3d79eebfe7875b0da1d9151)
  • Date: Mon, 11 Feb 2008 03:59:57 -0600

GIT changes to master grimoire by Dale E. Edmons <linuxfan AT sourcemage.org>:

ChangeLog | 3 +++
ruby-raa/wx_ruby/BUILD | 1 +
ruby-raa/wx_ruby/DEPENDS | 1 +
ruby-raa/wx_ruby/DETAILS | 18 ++++++++++++++++++
ruby-raa/wx_ruby/HISTORY | 11 +++++++++++
5 files changed, 34 insertions(+)

New commits:
commit 7be3c494f6bffc82f3d79eebfe7875b0da1d9151
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

New wx_ruby spell added.

diff --git a/ChangeLog b/ChangeLog
index 18f19b6..c3a59a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-11 Dale E. Edmons <linuxfan AT sourcemage.org>
+ * ruby-raa/wx_ruby: Added new spell for wxruby extensions library.
+
2008-02-09 Dale E. Edmons <linuxfan AT sourcemage.org>
* latex/latex2man: Added new spell for alternative man/info page
generation.

diff --git a/ruby-raa/wx_ruby/BUILD b/ruby-raa/wx_ruby/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/ruby-raa/wx_ruby/BUILD
@@ -0,0 +1 @@
+true
diff --git a/ruby-raa/wx_ruby/DEPENDS b/ruby-raa/wx_ruby/DEPENDS
new file mode 100755
index 0000000..a2fdd17
--- /dev/null
+++ b/ruby-raa/wx_ruby/DEPENDS
@@ -0,0 +1 @@
+depends wxruby
diff --git a/ruby-raa/wx_ruby/DETAILS b/ruby-raa/wx_ruby/DETAILS
new file mode 100755
index 0000000..d3a4b74
--- /dev/null
+++ b/ruby-raa/wx_ruby/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=wx_sugar
+ VERSION=0.1.19
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/27691/${SOURCE}
+
SOURCE_HASH=sha512:c92c2323a46efff56f3d8d822c796ffcdaaaf44c20422a62120d333c6007fbcc9b262e32ffb0930d0f73683b7d3ff86725ba29fdc41afd3a6b951e2dd242f567
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://wxruby.rubyforge.org/wiki/wiki.pl?WxSugar";
+ LICENSE[0]=wxruby
+ ENTERED=20080107
+ SHORT="wxSugar is a set of pure-ruby extensions working atop the
wxRuby library."
+
+cat << EOF
+wx_sugar is a set of pure-ruby extensions that work on top of the core wxRuby
+library. Originally, it was a testing place for syntax additions that made
+the C++-based wxRuby core library more Ruby-ish. Now, most of these syntax
+extensions have been added into the core library, so you don't need to
+install any extra libraries to get all that Ruby-ish syntax sugar.
+EOF
diff --git a/ruby-raa/wx_ruby/HISTORY b/ruby-raa/wx_ruby/HISTORY
new file mode 100644
index 0000000..1056584
--- /dev/null
+++ b/ruby-raa/wx_ruby/HISTORY
@@ -0,0 +1,11 @@
+2008-02-11 linuxfan <demaillists AT comcast.net>
+ * INSTALL: Removed; not needed in ruskie's ruby-raa.
+ * BUILD: Set to true, as this is an install-only spell.
+ * DEPENDS: Removed indirect dependencies.
+ * DETAILS: Delinted, I hope.
+
+2008-01-07 linuxfan <demaillists AT comcast.net>
+ * BUILD DEPENDS DETAILS INSTALL: copied from wxruby
+ * DEPENDS: Changed to match wx_sugar
+ * DETAILS: Modified, version, name. Added SHA5 from quill.
+ * BUILD: Added fake command, since there is no build.




Archive powered by MHonArc 2.6.24.

Top of Page