[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (31f0756d124f407d62a3b0a850615a3715d814b3)

Vlad Glagolev scm at sourcemage.org
Fri Jan 11 12:31:25 EST 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 perl-cpan/mp3-tag/BUILD   |    2 ++
 perl-cpan/mp3-tag/DEPENDS |    2 +-
 perl-cpan/mp3-tag/HISTORY |    6 +++++-
 perl-cpan/mp3-tag/INSTALL |    2 ++
 4 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 31f0756d124f407d62a3b0a850615a3715d814b3
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    mp3-tag: fixed multijob build (this spell hates it)

diff --git a/perl-cpan/mp3-tag/BUILD b/perl-cpan/mp3-tag/BUILD
new file mode 100755
index 0000000..cdea8d4
--- /dev/null
+++ b/perl-cpan/mp3-tag/BUILD
@@ -0,0 +1,2 @@
+default_build_perl &&
+make_normal
diff --git a/perl-cpan/mp3-tag/DEPENDS b/perl-cpan/mp3-tag/DEPENDS
index 59c0cb2..c05b41e 100755
--- a/perl-cpan/mp3-tag/DEPENDS
+++ b/perl-cpan/mp3-tag/DEPENDS
@@ -1,4 +1,4 @@
-depends  perl &&
+depends perl &&
 depends compress-zlib &&
 depends io-compress-base &&
 depends compress-raw-zlib &&
diff --git a/perl-cpan/mp3-tag/HISTORY b/perl-cpan/mp3-tag/HISTORY
index 90b7ead..c79c57f 100644
--- a/perl-cpan/mp3-tag/HISTORY
+++ b/perl-cpan/mp3-tag/HISTORY
@@ -1,3 +1,8 @@
+2008-01-11 Vlad Glagolev <stealth at sourcemage.org>
+	* BUILD: useful
+	* INSTALL: fixed multijob build (this spell hates it)
+	* DEPENDS: cleaned up
+
 2008-01-07 Vlad Glagolev <stealth at sourcemage.org>
 	* BUILD: useless
 
@@ -39,4 +44,3 @@
 
 2002-09-14 Eric Womack <eric at lasvegasdata.com>
 	* All files: initial version
-
diff --git a/perl-cpan/mp3-tag/INSTALL b/perl-cpan/mp3-tag/INSTALL
new file mode 100755
index 0000000..3b1a770
--- /dev/null
+++ b/perl-cpan/mp3-tag/INSTALL
@@ -0,0 +1,2 @@
+make_single &&
+make install



More information about the SM-Commit mailing list