Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (cd48b8004f71a202f8119ecce012c7973dad402f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (cd48b8004f71a202f8119ecce012c7973dad402f)
  • Date: Sun, 7 Jan 2007 05:12:52 -0600

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

http/kazehakase/DEPENDS | 30 +++++++++++++++---------------
http/kazehakase/HISTORY | 3 +++
2 files changed, 18 insertions(+), 15 deletions(-)

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

kazehakase: fixed ruby extensions support

diff --git a/http/kazehakase/DEPENDS b/http/kazehakase/DEPENDS
index 988c24b..051a79e 100755
--- a/http/kazehakase/DEPENDS
+++ b/http/kazehakase/DEPENDS
@@ -1,20 +1,20 @@
-depends g++ &&
-depends gtk+2 &&
+depends g++ &&
+depends gtk+2 &&
if [[ "${KZ_CVS}" == "y" ]]
then
depends CVS
-fi &&
-depends GECKO &&
-optional_depends gnutls \
- "--enable-ssl" \
- "--disable-ssl" \
- "TLS/SSL Support" &&
-optional_depends ruby \
- "--with-ruby" \
- "--without-ruby" \
- "Ruby extensions support" &&
-optional_depends hyperestraier \
- "--with-search-engine=hyperestraier" \
- "" \
+fi &&
+depends GECKO &&
+optional_depends gnutls \
+ "--enable-ssl" \
+ "--disable-ssl" \
+ "TLS/SSL Support" &&
+optional_depends ruby-gtk2 \
+ "--with-ruby=${TRACK_ROOT}/usr/bin/ruby" \
+ "--without-ruby" \
+ "Ruby extensions support" &&
+optional_depends hyperestraier \
+ "--with-search-engine=hyperestraier" \
+ "" \
"History indexing support"

diff --git a/http/kazehakase/HISTORY b/http/kazehakase/HISTORY
index 838ba66..55a2e6c 100644
--- a/http/kazehakase/HISTORY
+++ b/http/kazehakase/HISTORY
@@ -1,3 +1,6 @@
+2007-01-07 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: fixed ruby extensions support
+
2006-11-28 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: update to 0.4.3




  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (cd48b8004f71a202f8119ecce012c7973dad402f), Andra?? Levstik, 01/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page