[SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (e371f2fa6cef1fec05761d1b46eb886ba0d81938)

Martin Spitzbarth scm at sourcemage.org
Wed May 16 11:05:12 EDT 2007


GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth at gmx.de>:

 audio-plugins/xmms-mp3cue/BUILD     |    3 ---
 audio-plugins/xmms-mp3cue/HISTORY   |    5 +++++
 audio-plugins/xmms-mp3cue/PRE_BUILD |    3 +++
 3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 10450a9237d63d189648f4ef5d23230825a333c2
Author: Martin Spitzbarth <m.spitzbarth at gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth at gmx.de>

    xmms-mp3cue: Moved changes from BUILD to PRE_BUILD, where they belong

diff --git a/audio-plugins/xmms-mp3cue/BUILD b/audio-plugins/xmms-mp3cue/BUILD
deleted file mode 100755
index e63a4f3..0000000
--- a/audio-plugins/xmms-mp3cue/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-cd $SOURCE_DIRECTORY                                &&
-sedit 's#^\(CPPFLAGS *=.*\)$#\1 -fPIC#' Makefile.in &&
-default_build
diff --git a/audio-plugins/xmms-mp3cue/HISTORY b/audio-plugins/xmms-mp3cue/HISTORY
index d72b886..d08f8ff 100644
--- a/audio-plugins/xmms-mp3cue/HISTORY
+++ b/audio-plugins/xmms-mp3cue/HISTORY
@@ -1,2 +1,7 @@
 2007-05-16 Martin Spitzbarth <m.spitzbarth at gmx.de>
+	* BUILD: removed
+	* PRE_BUILD: created, contains the changes that were
+	  previously done in BUILD
+
+2007-05-16 Martin Spitzbarth <m.spitzbarth at gmx.de>
 	* DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/audio-plugins/xmms-mp3cue/PRE_BUILD b/audio-plugins/xmms-mp3cue/PRE_BUILD
new file mode 100755
index 0000000..7c51b19
--- /dev/null
+++ b/audio-plugins/xmms-mp3cue/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build                                   &&
+cd $SOURCE_DIRECTORY                                &&
+sedit 's#^\(CPPFLAGS *=.*\)$#\1 -fPIC#' Makefile.in



More information about the SM-Commit mailing list