Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e34deb614d1dfd488f5eb66651e9f6e32faf7c7d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e34deb614d1dfd488f5eb66651e9f6e32faf7c7d)
  • Date: Wed, 16 Mar 2011 09:03:57 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

collab/irm/DEPENDS | 2 +-
collab/irm/HISTORY | 3 +++
collab/openit/DEPENDS | 2 +-
collab/openit/HISTORY | 3 +++
database/mysql-workbench/DEPENDS | 2 +-
database/mysql-workbench/HISTORY | 3 +++
net/collectd/DEPENDS | 2 +-
net/collectd/HISTORY | 3 +++
video/xbmc/DEPENDS | 2 +-
video/xbmc/HISTORY | 3 +++
10 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit e34deb614d1dfd488f5eb66651e9f6e32faf7c7d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mysql-workbench: depend on MYSQL instead of mysql

commit 6560fb88375f220892d08e42100f0c8532de10fa
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

irm: depend on MYSQL instead of mysql

commit 08e85dbd3577c116766f0ed9bc382d0c5d0727ba
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

openit: depend on MYSQL instead of mysql

commit a053a768cf4a95feae870a3a1a6a3e534d9ea757
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

collectd: depend on MYSQL instead of mysql

commit 64a678cbeb07c64cf09005a9ba4729383d87158e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xbmc: depend on MYSQL instead of mysql

diff --git a/collab/irm/DEPENDS b/collab/irm/DEPENDS
index 32eae23..c519e40 100755
--- a/collab/irm/DEPENDS
+++ b/collab/irm/DEPENDS
@@ -1,3 +1,3 @@
depends PHP &&
-depends mysql &&
+depends MYSQL &&
depends pear-mdb
diff --git a/collab/irm/HISTORY b/collab/irm/HISTORY
index 98035ba..59e915f 100644
--- a/collab/irm/HISTORY
+++ b/collab/irm/HISTORY
@@ -1,3 +1,6 @@
+2011-03-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: depend on MYSQL instead of mysql
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/collab/openit/DEPENDS b/collab/openit/DEPENDS
index f32d6a0..2189d2b 100755
--- a/collab/openit/DEPENDS
+++ b/collab/openit/DEPENDS
@@ -1,5 +1,5 @@
depends PHP &&
-depends mysql &&
+depends MYSQL &&
depends pear-db &&
depends pear-html_table &&
depends pear-html_quickform &&
diff --git a/collab/openit/HISTORY b/collab/openit/HISTORY
index 73976d4..934e78b 100644
--- a/collab/openit/HISTORY
+++ b/collab/openit/HISTORY
@@ -1,3 +1,6 @@
+2011-03-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: depend on MYSQL instead of mysql
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/database/mysql-workbench/DEPENDS
b/database/mysql-workbench/DEPENDS
index db6c52f..eaad326 100755
--- a/database/mysql-workbench/DEPENDS
+++ b/database/mysql-workbench/DEPENDS
@@ -32,7 +32,7 @@ depends libtool &&
depends libxml2 &&
depends libzip &&
depends lua &&
-depends mysql &&
+depends MYSQL &&
depends OPENGL &&
depends openssl &&
depends orbit2 &&
diff --git a/database/mysql-workbench/HISTORY
b/database/mysql-workbench/HISTORY
index 5a741e4..c85de7e 100644
--- a/database/mysql-workbench/HISTORY
+++ b/database/mysql-workbench/HISTORY
@@ -1,3 +1,6 @@
+2011-03-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: depend on MYSQL instead of mysql
+
2011-02-10 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 5.2.31a, added a trick in
SOURCE_DIRECTORY to
remove final a in VERSION because source tarball doesn't include it
diff --git a/net/collectd/DEPENDS b/net/collectd/DEPENDS
index 2b604c3..e34bf87 100755
--- a/net/collectd/DEPENDS
+++ b/net/collectd/DEPENDS
@@ -6,7 +6,7 @@ optional_depends libgcrypt "" "" "Enable network plugin's
encryption and signing
optional_depends hal "" "" "Enable the UUID plugin to get UUID from hal" &&
optional_depends iptables "" "" "Enable the iptables plugin" &&
optional_depends memcached "" "" "Enable the memcached plugin" &&
-optional_depends mysql "" "" "Enable the MySQL plugin" &&
+optional_depends MYSQL "" "" "Enable the MySQL plugin" &&
# TODO: need more than just iproute2 for netlink plugin
optional_depends net-snmp "" "" "Enable the SNMP plugin" &&
optional_depends postgresql "" "" "Enable the postgresql plugin" &&
diff --git a/net/collectd/HISTORY b/net/collectd/HISTORY
index dd03c73..c2141d6 100644
--- a/net/collectd/HISTORY
+++ b/net/collectd/HISTORY
@@ -1,3 +1,6 @@
+2011-03-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: depend on MYSQL instead of mysql
+
2010-12-09 David Kowis<dkowis AT shlrm.org>
* DETAILS,DEPENDS,HISTORY: created collectd spell
* NOTE: it's not great, but it works well, will have to figure
diff --git a/video/xbmc/DEPENDS b/video/xbmc/DEPENDS
index fb0d92d..96b5316 100755
--- a/video/xbmc/DEPENDS
+++ b/video/xbmc/DEPENDS
@@ -39,7 +39,7 @@ depends libxinerama &&
depends curl &&
depends dbus &&
depends fribidi &&
-depends mysql &&
+depends MYSQL &&
optional_depends hal \
"--enable-hal" \
"--disable-hal" \
diff --git a/video/xbmc/HISTORY b/video/xbmc/HISTORY
index 18ef427..56cb94b 100644
--- a/video/xbmc/HISTORY
+++ b/video/xbmc/HISTORY
@@ -1,3 +1,6 @@
+2011-03-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: depend on MYSQL instead of mysql
+
2010-12-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS, PRE_BUILD: spell created




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e34deb614d1dfd488f5eb66651e9f6e32faf7c7d), Ismael Luceno, 03/16/2011

Archive powered by MHonArc 2.6.24.

Top of Page