Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Colin Phoul Childs (2b514fc1f8e20b22bb20686b3150fd33e85f027e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Colin Phoul Childs <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Colin Phoul Childs (2b514fc1f8e20b22bb20686b3150fd33e85f027e)
  • Date: Tue, 22 May 2007 13:49:45 -0500

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

ChangeLog | 3 +++
audio-players/nyello/DEPENDS | 6 ------
audio-players/nyello/DETAILS | 38 --------------------------------------
audio-players/nyello/HISTORY | 9 ---------
audio-players/nyello/PREPARE | 9 ---------
audio-players/nyello/PRE_BUILD | 6 ------
6 files changed, 3 insertions(+), 68 deletions(-)

New commits:
commit 2b514fc1f8e20b22bb20686b3150fd33e85f027e
Author: Colin Phoul Childs <phoul AT sourcemage.org>
Commit: Colin Phoul Childs <phoul AT sourcemage.org>

audio-players/nyello: No longer in development. Deleted.

diff --git a/ChangeLog b/ChangeLog
index 2cc3d5e..96cd64b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-05-22 Colin "Phoul" Childs <phoul AT sourcemage.org>
+ * audio-players/nyello: Deleted. No longer being developed
+
2007-05-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* audio-soft/scmpc: a client for mpd (music player daemon) that
scrobbles
the played tracks to audio scrobbler #13791
diff --git a/audio-players/nyello/DEPENDS b/audio-players/nyello/DEPENDS
deleted file mode 100755
index db4031d..0000000
--- a/audio-players/nyello/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-if [[ "$NYELLO_GIT" == "y" ]]; then
-depends boost
-fi
-depends readline &&
-depends ncurses &&
-depends xmms2
diff --git a/audio-players/nyello/DETAILS b/audio-players/nyello/DETAILS
deleted file mode 100755
index 9d0467e..0000000
--- a/audio-players/nyello/DETAILS
+++ /dev/null
@@ -1,38 +0,0 @@
- SPELL=nyello
- if [[ "$NYELLO_GIT"=="y" ]]; then
- if [[ "$NYELLO_GIT_AUTOUPDATE"=="y" ]]; then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=git
- fi
- SOURCE=$SPELL-git.tar.bz2
- SOURCE_URL[0]=git://git.xmms.se/xmms2/nyello:nyello-git
- SOURCE_IGNORE=volatile
- SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
-else
- VERSION=0.5.0
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://sirius.cine7.net/${SPELL}/releases/${SOURCE}
-
SOURCE_HASH=sha512:feb511e7485f0ad55ab2ab3c314b104c6280e238efc4af98094f18a45055e31d0eb8ce5d1e7b8b8e70e60e99143b4af470ae8402c98af17fb7f45b28ddb41db5

- SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
-fi
- WEB_SITE="http://sirius.cine7.net/nyello/";
- LICENSE[0]=GPL
- ENTERED=20070510
- SHORT="xmms2 client"
-cat << EOF
-
-Nyello is a command-line XMMS2 client.
-
- It aims at providing a high-level interface to the XMMS2 server, with a
- concise and powerful interaction syntax. It boasts (or soon will boast)
- advanced features, such as rich pattern expressions to efficiently browse
- your library, smart completion of commands and custom song collections to
- organize your library.
-
- It can either run a single command or work like a shell (if started
- without argument). As a command-line program, it is mostly targetted at
- Unix power-users.
-
- nyello is distributed under the terms of the GNU GPL, version 2.0 or later.
-EOF
diff --git a/audio-players/nyello/HISTORY b/audio-players/nyello/HISTORY
deleted file mode 100644
index 86c85da..0000000
--- a/audio-players/nyello/HISTORY
+++ /dev/null
@@ -1,9 +0,0 @@
-2007-05-14 Colin "Phoul" Childs <phoul AT sourcemage.org>
- * DETAILS, DEPENDS, PRE_BUILD: Spell now supports using the git repo
to
- compile nyello
-
-2007-05-10 Colin Childs <phoul AT sourcemage.org>
- * DETAILS, DEPENDS, HISTORY: created spell
-2007-05-10 Colin Childs <phoul AT sourcemage.org>
- DEPENDS: Added the dependencies ncurses & readline
- DEPENDS: Added sub_depends xmms2 BOOST
diff --git a/audio-players/nyello/PREPARE b/audio-players/nyello/PREPARE
deleted file mode 100755
index e5c7289..0000000
--- a/audio-players/nyello/PREPARE
+++ /dev/null
@@ -1,9 +0,0 @@
-config_query NYELLO_GIT "Use latest git code?" n &&
-
-if [[ "$NYELLO_GIT" == "y" ]]; then
- config_query NYELLO_GIT_AUTOUPDATE \
- "Update on every system-update?" n
- else
- persistent_add NYELLO_GIT_AUTOUPDATE &&
- NYELLO_GIT_AUTOUPDATE="n"
-fi
diff --git a/audio-players/nyello/PRE_BUILD b/audio-players/nyello/PRE_BUILD
deleted file mode 100755
index 63262dc..0000000
--- a/audio-players/nyello/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-
-if [ "$NYELLO_GIT" == "y" ]; then
- cd $SOURCE_DIRECTORY
- NOCONFIGURE=ON ./autogen.sh
-fi




Archive powered by MHonArc 2.6.24.

Top of Page