New commits:
commit 29887680245d79bf74c4800bf868b6e2337b6774
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
exhibit: Remove .svn files otherwise they get installed, increment
PATCHLEVEL
commit 4b763c21c8a2129df8135275a99fc333756bbb1e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
evas: Remove .svn files otherwise they get installed, increment PATCHLEVEL
commit 5b3c8b87a4d411de256919a88ed085fde718392a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
etk: Remove .svn files otherwise they get installed, increment PATCHLEVEL
commit d7169c9cbe22605c3f1f401eda1b442db398869c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
epsilon: Remove .svn files otherwise they get installed, increment
PATCHLEVEL
commit 9446f81c769289e334f7864574272f26fb077cee
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
embryo: Remove .svn files otherwise they get installed, increment
PATCHLEVEL
commit a3586a08af7698d429539fa6b7f6c39de35fda94
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
edje: Remove .svn files otherwise they get installed, increment PATCHLEVEL
commit c8ec4b66132d64e014cab393ead6c4af144be507
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
efreet: Remove .svn files otherwise they get installed, increment
PATCHLEVEL
commit 3ca58eaac2efd6c547d057e99a46899608a28fef
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
e_dbus: Remove .svn files otherwise they get installed, increment
PATCHLEVEL
commit ac381cb2c40e8038f55742859362af9666f35599
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
esmart: Remove .svn files otherwise they get installed, increment
PATCHLEVEL
commit 02bdd2ae8f40794cdac6e18c207751c6a9663ff9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
ecore: Remove .svn files otherwise they get installed, increment
PATCHLEVEL
commit 7f24b76e046c8fb7835d925cb8c78ac851c2a574
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
e17: Remove .svn files otherwise they get installed, increment PATCHLEVEL
commit 414464774b899555abb9eb78b339fec5a4db7534
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
eet: Remove .svn files otherwise they get installed, increment PATCHLEVEL
diff --git a/e-17/e17/DETAILS b/e-17/e17/DETAILS
index cc482f1..9f8c1d2 100755
--- a/e-17/e17/DETAILS
+++ b/e-17/e17/DETAILS
@@ -10,7 +10,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/enlightenment-0.17-svn
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/e:e
SOURCE_IGNORE=volatile
LICENSE[0]=BSD
- PATCHLEVEL=5
+ PATCHLEVEL=6
WEB_SITE=http://www.enlightenment.org/
KEYWORDS="e17 enlightenment wm windowmanager"
ENTERED=20010922
diff --git a/e-17/e17/HISTORY b/e-17/e17/HISTORY
index 9bd2b06..1628aeb 100644
--- a/e-17/e17/HISTORY
+++ b/e-17/e17/HISTORY
@@ -1,5 +1,7 @@
2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on eina for data types
+ * DETAILS: Increment PATCHLEVEL
+ * PRE_BUILD: Remove .svn files otherwise they get installed
2008-09-30 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on some CVS for running autogen.sh, E17 devs have
been
diff --git a/e-17/e17/PRE_BUILD b/e-17/e17/PRE_BUILD
index 27378a5..f69e7eb 100755
--- a/e-17/e17/PRE_BUILD
+++ b/e-17/e17/PRE_BUILD
@@ -1,5 +1,10 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+#
+# Remove .svn directories, otherwise they get installed
+#
+find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
+
sedit "s/; aclocal/; aclocal-1.9/" autogen.sh &&
sedit "s/; automake/; automake-1.9/" autogen.sh &&
NOCONFIGURE=ON ./autogen.sh
diff --git a/e-17/e_dbus/DETAILS b/e-17/e_dbus/DETAILS
index ce6aa33..afbfb56 100755
--- a/e-17/e_dbus/DETAILS
+++ b/e-17/e_dbus/DETAILS
@@ -1,5 +1,5 @@
SPELL=e_dbus
- PATCHLEVEL=1
+ PATCHLEVEL=2
if [[ "$E_DBUS_CVS_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
diff --git a/e-17/e_dbus/HISTORY b/e-17/e_dbus/HISTORY
index 7c7a61c..7bc6211 100644
--- a/e-17/e_dbus/HISTORY
+++ b/e-17/e_dbus/HISTORY
@@ -1,5 +1,7 @@
2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on eina for data types
+ * DETAILS: Increment PATCHLEVEL
+ * PRE_BUILD: Remove .svn files, otherwise they get installed
2008-09-23 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Remove old CVS tree move code
diff --git a/e-17/e_dbus/PRE_BUILD b/e-17/e_dbus/PRE_BUILD
index c64a499..a090d9b 100755
--- a/e-17/e_dbus/PRE_BUILD
+++ b/e-17/e_dbus/PRE_BUILD
@@ -1,5 +1,9 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+#
+# Remove .svn directories, otherwise they get installed
+#
+find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
#
# No longer complaing about missing unneeded config.rpath
diff --git a/e-17/ecore/DETAILS b/e-17/ecore/DETAILS
index 81c4590..5475ebf 100755
--- a/e-17/ecore/DETAILS
+++ b/e-17/ecore/DETAILS
@@ -10,6 +10,7 @@ if [ "$ECORE_CVS" == "y" ]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
SOURCE_IGNORE=volatile
+ PATCHLEVEL=1
else
VERSION=1.0.0_pre7
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/e-17/ecore/HISTORY b/e-17/ecore/HISTORY
index 5e23edf..a8b37e0 100644
--- a/e-17/ecore/HISTORY
+++ b/e-17/ecore/HISTORY
@@ -1,5 +1,7 @@
2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on eina for data types
+ * DETAILS: Increment PATCHLEVEL
+ * PRE_BUILD: Remove .svn files, otherwise they get installed
2008-09-01 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)
diff --git a/e-17/ecore/PRE_BUILD b/e-17/ecore/PRE_BUILD
index e8be7c1..1254ad6 100755
--- a/e-17/ecore/PRE_BUILD
+++ b/e-17/ecore/PRE_BUILD
@@ -2,5 +2,11 @@ default_pre_build &&
if [ "$ECORE_CVS" == "y" ]; then
cd $SOURCE_DIRECTORY &&
+
+ #
+ # Remove .svn directories, otherwise they get installed
+ #
+ find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
+
NOCONFIGURE=ON ./autogen.sh
fi
diff --git a/e-17/edje/DETAILS b/e-17/edje/DETAILS
index e49272d..81568a1 100755
--- a/e-17/edje/DETAILS
+++ b/e-17/edje/DETAILS
@@ -10,6 +10,7 @@ if [ "$EDJE_CVS" == "y" ]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
SOURCE_IGNORE=volatile
+ PATCHLEVEL=1
else
VERSION=0.5.0
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/e-17/edje/HISTORY b/e-17/edje/HISTORY
index 05e1d70..c75c7f4 100644
--- a/e-17/edje/HISTORY
+++ b/e-17/edje/HISTORY
@@ -1,5 +1,7 @@
2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on eina for data types
+ * DETAILS: Increment PATCHLEVEL
+ * PRE_BUILD: Remove .svn files, otherwise they get installed
2008-09-01 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)
diff --git a/e-17/edje/PRE_BUILD b/e-17/edje/PRE_BUILD
index 5f92006..991396a 100755
--- a/e-17/edje/PRE_BUILD
+++ b/e-17/edje/PRE_BUILD
@@ -2,5 +2,11 @@ default_pre_build &&
if [ "$EDJE_CVS" == "y" ]; then
cd $SOURCE_DIRECTORY &&
+
+ #
+ # Remove .svn directories, otherwise they get installed
+ #
+ find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
+
NOCONFIGURE=ON ./autogen.sh
fi
diff --git a/e-17/eet/DETAILS b/e-17/eet/DETAILS
index 7966af0..9bd8f9e 100755
--- a/e-17/eet/DETAILS
+++ b/e-17/eet/DETAILS
@@ -10,6 +10,7 @@ if [ "$EET_CVS" == "y" ]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
SOURCE_IGNORE=volatile
+ PATCHLEVEL=1
else
VERSION=0.9.9
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/e-17/eet/HISTORY b/e-17/eet/HISTORY
index 48bcedb..5378e08 100644
--- a/e-17/eet/HISTORY
+++ b/e-17/eet/HISTORY
@@ -1,3 +1,7 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Increment PATCHLEVEL
+ * PRE_BUILD: Remove .svn files, otherwise they get installed
+
2008-09-01 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)