Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (31f0756d124f407d62a3b0a850615a3715d814b3)
  • Date: Fri, 11 Jan 2008 11:31:25 -0600

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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (31f0756d124f407d62a3b0a850615a3715d814b3), Vlad Glagolev, 01/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page