Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c6f0cbb601315aee4d901381d678a7f54453ccdf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c6f0cbb601315aee4d901381d678a7f54453ccdf)
  • Date: Sat, 3 Nov 2007 16:35:04 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
libs/ruby-amazon/BUILD | 2 ++
libs/ruby-amazon/DEPENDS | 1 +
libs/ruby-amazon/DETAILS | 20 ++++++++++++++++++++
libs/ruby-amazon/HISTORY | 2 ++
libs/ruby-amazon/INSTALL | 1 +
6 files changed, 27 insertions(+)

New commits:
commit c6f0cbb601315aee4d901381d678a7f54453ccdf
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libs/ruby-amazon: lib for fetching data from Amazon Web Services #14074

diff --git a/ChangeLog b/ChangeLog
index 9357944..e7296b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@

2007-11-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libs/ruby-gettext: native Language Support lib and tools for Ruby
#14073
+ * libs/ruby-amazon: lib for fetching data from Amazon Web Services
#14074

2007-11-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/gloox: new spell, C++ jabber library
diff --git a/libs/ruby-amazon/BUILD b/libs/ruby-amazon/BUILD
new file mode 100755
index 0000000..9d9e10a
--- /dev/null
+++ b/libs/ruby-amazon/BUILD
@@ -0,0 +1,2 @@
+ruby setup.rb config --prefix="$INSTALL_ROOT"/usr &&
+ruby setup.rb setup
diff --git a/libs/ruby-amazon/DEPENDS b/libs/ruby-amazon/DEPENDS
new file mode 100755
index 0000000..866eee3
--- /dev/null
+++ b/libs/ruby-amazon/DEPENDS
@@ -0,0 +1 @@
+depends ruby
diff --git a/libs/ruby-amazon/DETAILS b/libs/ruby-amazon/DETAILS
new file mode 100755
index 0000000..d576f50
--- /dev/null
+++ b/libs/ruby-amazon/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=ruby-amazon
+ VERSION=0.9.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://www.caliban.org/files/ruby/$SOURCE
+
SOURCE_HASH=sha512:0c67e2c5d534dd39f4c7de68dee988e5df0f92964a1ce00657f6d03f3b00acc4f0478258c0a1b5d9de4eab5c697eedf34f39d7eb9d22dbdced1fa4dfff3afce5
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.caliban.org/ruby/ruby-amazon.shtml
+ LICENSE[0]=GPL
+ ENTERED=20071103
+ SHORT="Ruby library for fetching data from Amazon Web Services."
+cat << EOF
+Ruby/Amazon is a Ruby language library that allows the programmer to retrieve
+information from the popular Amazon Web site via Amazon Web Services. In
+addition to the original amazon.com site, amazon.co.uk, amazon.de, amazon.fr,
+amazon.ca and amazon.co.jp are also supported.
+
+This library is still in development, but already supports the vast majority
+of the AWS v3 API. All forms of product search are implemented, along with
the
+transaction API and the remote shopping-cart API.
+EOF
diff --git a/libs/ruby-amazon/HISTORY b/libs/ruby-amazon/HISTORY
new file mode 100644
index 0000000..7333d09
--- /dev/null
+++ b/libs/ruby-amazon/HISTORY
@@ -0,0 +1,2 @@
+2007-11-03 Cathal Mc Ginley <cathal.magus AT gnostai.org>
+ * DEPENDS, BUILD, INSTALL, DETAILS, HISTORY: created this spell
diff --git a/libs/ruby-amazon/INSTALL b/libs/ruby-amazon/INSTALL
new file mode 100755
index 0000000..caf81b7
--- /dev/null
+++ b/libs/ruby-amazon/INSTALL
@@ -0,0 +1 @@
+ruby setup.rb install



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c6f0cbb601315aee4d901381d678a7f54453ccdf), Jaka Kranjc, 11/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page