Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (1337973d8eace6271b39b877f4e32cd0515442e4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (1337973d8eace6271b39b877f4e32cd0515442e4)
  • Date: Mon, 14 Apr 2008 00:51:54 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
audio-drivers/alsa-utils/DEPENDS | 7 ++++---
audio-drivers/alsa-utils/HISTORY | 4 ++++
devel/kite/DETAILS | 15 +++++++++++++++
devel/kite/HISTORY | 6 ++++++
5 files changed, 32 insertions(+), 3 deletions(-)

New commits:
commit 1337973d8eace6271b39b877f4e32cd0515442e4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kite: Added new language spell (Bug #14412)

commit a6f2a32ef11ea60800c6a473f1cfc58942b9d001
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

alsa-utils: which is a runtime-only dependency (Bug #14395)

diff --git a/ChangeLog b/ChangeLog
index 37fa124..2178b05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-13 Eric Sandall <sandalle AT sourcemage.org>
+ * devel/kite: Added new Kite language spell from Bug #14412
+
2008-04-13 Vlad Glagolev <stealth AT sourcemage.org>
* audio-players/gimmix: new spell, graphical music player daemon (MPD)
client written in C using GTK+2
diff --git a/audio-drivers/alsa-utils/DEPENDS
b/audio-drivers/alsa-utils/DEPENDS
index 7bcbc06..642ca10 100755
--- a/audio-drivers/alsa-utils/DEPENDS
+++ b/audio-drivers/alsa-utils/DEPENDS
@@ -1,3 +1,4 @@
-depends coreutils &&
-depends alsa-lib &&
-depends which
+depends coreutils &&
+depends alsa-lib &&
+
+runtime_depends which
diff --git a/audio-drivers/alsa-utils/HISTORY
b/audio-drivers/alsa-utils/HISTORY
index 7be461c..e8d64a6 100644
--- a/audio-drivers/alsa-utils/HISTORY
+++ b/audio-drivers/alsa-utils/HISTORY
@@ -1,3 +1,7 @@
+2008-04-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: which is a runtime-only dependency
+ Bug #14395
+
2008-04-02 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* DEPENDS: WHICH -> which

diff --git a/devel/kite/DETAILS b/devel/kite/DETAILS
new file mode 100755
index 0000000..2db8d0e
--- /dev/null
+++ b/devel/kite/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=kite
+ VERSION=1.0a4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}-language.org/files/${SOURCE}
+
SOURCE_HASH=sha512:ba5b09c2856d938425b843b62ca71301c1b443c5c1df8d292283fa48d829ca8b418506fbebc835623e2a2a2239193b74fe4b4fdbae8c5433d2df22decb0fc42a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://kite-language.org/";
+ LICENSE[0]=BSD
+ ENTERED=20080331
+ SHORT="Kite is a minimal programming language."
+cat << EOF
+Kite is a programming language designed to minimize as much of the programmer
+experience as possible -- quick development and running time and low CPU
+and memory usage.
+EOF
diff --git a/devel/kite/HISTORY b/devel/kite/HISTORY
new file mode 100644
index 0000000..6cb52ef
--- /dev/null
+++ b/devel/kite/HISTORY
@@ -0,0 +1,6 @@
+2008-04-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed, all covered by basesystem
+
+2008-03-31 Rowan Lewis <rowan AT pixelcarnage.com>
+ * DEPENDS, DETAILS, HISTORY: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (1337973d8eace6271b39b877f4e32cd0515442e4), Eric Sandall, 04/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page