Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Colin Childs (0a7d6a876efe72b8fbee6808089069bc43d7ca8d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Colin Childs <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Colin Childs (0a7d6a876efe72b8fbee6808089069bc43d7ca8d)
  • Date: Thu, 10 May 2007 22:06:36 -0500

GIT changes to master grimoire by Colin Childs <phoul AT sourcemage.org>:

ChangeLog | 7 +++++++
audio-players/nyello/DEPENDS | 4 +++-
audio-players/nyello/HISTORY | 3 +++
3 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 0a7d6a876efe72b8fbee6808089069bc43d7ca8d
Author: Colin Childs <phoul AT sourcemage.org>
Commit: Colin Childs <phoul AT sourcemage.org>

modified: ChangeLog
modified: audio-players/nyello/DEPENDS
modified: audio-players/nyello/HISTORY

diff --git a/ChangeLog b/ChangeLog
index c59ffcd..50b399c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-10 Colin Childs <phoul AT sourcemage.org>
+ perl-cpan/poe: new spell
+ perl-cpan/poe-component-irc: New spell
+ perl-cpan/poe-filter-ircd: New spell
+ audio-players/nyello: New spell, A ncurses xmms2 frontend
+ audio-players/nyello: Added ncurses & readline deps which i forgot
+
2007-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* perl-cpan/file-which: new spell, a perl implementation of the
shell 'which' utility
diff --git a/audio-players/nyello/DEPENDS b/audio-players/nyello/DEPENDS
index 0770f61..0bc7ad6 100755
--- a/audio-players/nyello/DEPENDS
+++ b/audio-players/nyello/DEPENDS
@@ -1 +1,3 @@
-depends xmms2
+depends xmms2 &&
+depends readline &&
+depends ncurses
diff --git a/audio-players/nyello/HISTORY b/audio-players/nyello/HISTORY
index 643fa4a..4da2a35 100644
--- a/audio-players/nyello/HISTORY
+++ b/audio-players/nyello/HISTORY
@@ -1,2 +1,5 @@
2007-05-10 <>
* DETAILS, DEPENDS, HISTORY: created spell
+2007-05-10 <>
+Added the dependencies ncurses & readline (whoops) -- Cchilds
+




Archive powered by MHonArc 2.6.24.

Top of Page