New commits:
commit afa13aee8fb62f42758c4c02b2502bd47c72403e
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>
e-17/eskiss : Updating spell with new build system (autotools)
commit 22038b3341927d5751397e6612d169d0909d8809
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>
database/mariadb : updating spell to 5.1.47 fixing download mirrors
diff --git a/database/mariadb/DETAILS b/database/mariadb/DETAILS
index 5e9bdc0..55e66b4 100755
--- a/database/mariadb/DETAILS
+++ b/database/mariadb/DETAILS
@@ -1,11 +1,11 @@
SPELL=mariadb
- VERSION=5.1.44
+ VERSION=5.1.47
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_HASH=sha512:b8c0e9fd0c8447962c94f4d82948b3c3154c25cf2587ee1e7c50b39dc4e81c6548ace118461a46f673d296414188fc59dc280419a9831dce7286896699db19d9
-
SOURCE_URL[0]=http://ftp.rediris.es/mirror/MariaDB/${SPELL}-${VERSION}/distro/kvm-tarbake-jaunty-x86/${SOURCE}
-
SOURCE_URL[1]=http://maria.llarian.net/download/${SPELL}-${VERSION}/distro/kvm-tarbake-jaunty-x86/${SOURCE}
+
SOURCE_HASH=sha512:bccaace9d3ca4713ef99bdcfd14dfafa8bb09a8a3a7d9c736f607e4914568b53523da3123b746f74cfc6c574d4dc1818894a5ffcba25ba646bffeb7089662635
+
SOURCE_URL[0]=http://ftp.rediris.es/mirror/MariaDB/${SPELL}-${VERSION}/kvm-tarbake-jaunty-x86/${SOURCE}
+
SOURCE_URL[1]=http://maria.llarian.net/download/${SPELL}-${VERSION}/kvm-tarbake-jaunty-x86/${SOURCE}
LICENSE[0]=GPL
WEB_SITE=http://askmonty.org/wiki/MariaDB
KEYWORDS="sql database"
diff --git a/database/mariadb/HISTORY b/database/mariadb/HISTORY
index 8083980..1be87d8 100644
--- a/database/mariadb/HISTORY
+++ b/database/mariadb/HISTORY
@@ -1,3 +1,6 @@
+2010-05-19 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * DETAILS: updated spell to 5.1.47, updating mirrors
+
2010-04-29 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: Added llarian.net as secondary mirror
* INSTALL, PREPARE: copied changes from MySQL spell for sql-bench and
mysql-test
diff --git a/e-17/eskiss/BUILD b/e-17/eskiss/BUILD
deleted file mode 100755
index 152be00..0000000
--- a/e-17/eskiss/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-cd ${SOURCE_DIRECTORY} &&
-./waf
diff --git a/e-17/eskiss/HISTORY b/e-17/eskiss/HISTORY
index 5d657af..3c5ddde 100644
--- a/e-17/eskiss/HISTORY
+++ b/e-17/eskiss/HISTORY
@@ -1,3 +1,8 @@
+2010-05-19 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * INSTALL: removed, no more needed
+ * BUILD: removed, no more needed
+ * PRE_BUILD: updated with new eskiss build system
+
2010-03-16 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD, PREPARE: Spell created