Skip to Content.
Sympa Menu

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

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 (8156bb57ad0e345ef023869368ef4079acf4030b)
  • Date: Mon, 11 Feb 2008 09:05:21 -0600

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

ruby-raa/wx_ruby/BUILD | 1 -
ruby-raa/wx_ruby/DEPENDS | 1 -
ruby-raa/wx_ruby/DETAILS | 18 ------------------
ruby-raa/wx_ruby/HISTORY | 11 -----------
ruby-raa/wx_sugar/BUILD | 1 +
ruby-raa/wx_sugar/DEPENDS | 1 +
ruby-raa/wx_sugar/DETAILS | 18 ++++++++++++++++++
ruby-raa/wx_sugar/HISTORY | 12 ++++++++++++
8 files changed, 32 insertions(+), 31 deletions(-)

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

Too used to typing wxruby. Corrected error.

diff --git a/ruby-raa/wx_ruby/BUILD b/ruby-raa/wx_ruby/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/ruby-raa/wx_ruby/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/ruby-raa/wx_ruby/DEPENDS b/ruby-raa/wx_ruby/DEPENDS
deleted file mode 100755
index a2fdd17..0000000
--- a/ruby-raa/wx_ruby/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends wxruby
diff --git a/ruby-raa/wx_ruby/DETAILS b/ruby-raa/wx_ruby/DETAILS
deleted file mode 100755
index d3a4b74..0000000
--- a/ruby-raa/wx_ruby/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- 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
deleted file mode 100644
index 1056584..0000000
--- a/ruby-raa/wx_ruby/HISTORY
+++ /dev/null
@@ -1,11 +0,0 @@
-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.
diff --git a/ruby-raa/wx_sugar/BUILD b/ruby-raa/wx_sugar/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/ruby-raa/wx_sugar/BUILD
@@ -0,0 +1 @@
+true
diff --git a/ruby-raa/wx_sugar/DEPENDS b/ruby-raa/wx_sugar/DEPENDS
new file mode 100755
index 0000000..a2fdd17
--- /dev/null
+++ b/ruby-raa/wx_sugar/DEPENDS
@@ -0,0 +1 @@
+depends wxruby
diff --git a/ruby-raa/wx_sugar/DETAILS b/ruby-raa/wx_sugar/DETAILS
new file mode 100755
index 0000000..d3a4b74
--- /dev/null
+++ b/ruby-raa/wx_sugar/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_sugar/HISTORY b/ruby-raa/wx_sugar/HISTORY
new file mode 100644
index 0000000..6109035
--- /dev/null
+++ b/ruby-raa/wx_sugar/HISTORY
@@ -0,0 +1,12 @@
+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.
+ * wx_sugar: renamed from wx_ruby. Stupid fingers!
+
+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