Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (62ba515887e52a9d116a8c23c7074ad999a80349)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (62ba515887e52a9d116a8c23c7074ad999a80349)
  • Date: Sat, 1 Aug 2009 11:19:28 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
utils/clamz/DEPENDS | 3 +++
utils/clamz/DETAILS | 17 +++++++++++++++++
utils/clamz/HISTORY | 3 +++
4 files changed, 26 insertions(+)

New commits:
commit 62ba515887e52a9d116a8c23c7074ad999a80349
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

clamz: new spell for downloading music from Amazon

diff --git a/ChangeLog b/ChangeLog
index 75b392d..6625968 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-08-01 Thomas Orgis <sobukus AT sourcemage.org>
+ * utils/clamz: new spell; Amazon MP3 downloader replacement
+
2009-08-01 Treeve Jelbert <treeve AT sourcemage.org>
* kde4/kdepim4-runtime: new spell, bits split from kdepim4

diff --git a/utils/clamz/DEPENDS b/utils/clamz/DEPENDS
new file mode 100755
index 0000000..bc6e72b
--- /dev/null
+++ b/utils/clamz/DEPENDS
@@ -0,0 +1,3 @@
+depends curl &&
+depends libgcrypt &&
+depends expat
diff --git a/utils/clamz/DETAILS b/utils/clamz/DETAILS
new file mode 100755
index 0000000..9a3ba8a
--- /dev/null
+++ b/utils/clamz/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=clamz
+ VERSION=0.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:aed2bfafb52ccb20dae9bbc53286ee45b9afeeece13d375774be5e8aa3b5fd7d0d0e4dfcd83394649e2ac047a89d68b66b3d3de99c4178fece3e069cad6adf29
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/clamz/";
+ LICENSE[0]=GPL
+ ENTERED=20090801
+ SHORT="Command-line replacement for the amazon music downloader."
+cat << EOF
+Clamz is a little command-line program to download MP3 files from
Amazon.com's
+music store. It is intended to serve as a substitute for Amazon's official
+MP3 Downloader, which is not free software (and therefore is only available
+in binary form for a limited set of platforms.) Clamz can be used to
download
+either individual songs or complete albums that you have purchased from
Amazon.
+EOF
diff --git a/utils/clamz/HISTORY b/utils/clamz/HISTORY
new file mode 100644
index 0000000..0331241
--- /dev/null
+++ b/utils/clamz/HISTORY
@@ -0,0 +1,3 @@
+2009-08-01 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (62ba515887e52a9d116a8c23c7074ad999a80349), Thomas Orgis, 08/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page