Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (2d647030586e584778540656a124af6cff6d988a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (2d647030586e584778540656a124af6cff6d988a)
  • Date: Fri, 11 May 2007 13:07:22 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 4 ++++
libcompat | 5 +++++
2 files changed, 9 insertions(+)

New commits:
commit 2d647030586e584778540656a124af6cff6d988a
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

libcompat: added PERL_CPAN_URL

diff --git a/ChangeLog b/ChangeLog
index 37cfa5d..5e1647e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * libcompat: added PERL_CPAN_URL fallback as that's not in
+ stable sorcery yet but spells and quill already use it
+
2007-05-11 Colin Childs <phoul AT sourcemage.org>
Cleaned up the history & Depends files for
nyello,poe,poe-component-irc,Poe-filter-ircd
diff --git a/libcompat b/libcompat
index b654e6e..e99926b 100755
--- a/libcompat
+++ b/libcompat
@@ -1,3 +1,6 @@
+# should be removed once bug #13673 and this is all in stable sorcery
+PERL_CPAN_URL=${PERL_CPAN_URL:-http://www.cpan.org}
+
# ignore sub_depends if not supported by sorcery
declare -f sub_depends &> /dev/null ||
{
@@ -65,3 +68,5 @@ function is_depends_enabled() {
fi
grep -q "^[[:space:]]*$1:$2:on" $dep_status
}
+
+



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (2d647030586e584778540656a124af6cff6d988a), Andraž Levstik, 05/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page