New commits:
commit 8f3a3ac8bb371751a1fce0e2c64baa5df1b96aec
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
enterminus: CVS -> SVN
commit 0fe3bfb844ead518bc7416150222982b865c8450
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
edvi: CVS -> SVN
commit 4f2721e2e5f45989eebeef89462bbd2551739750
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
epdf: CVS -> SVN
commit b7ee1041bc3263356b6ec76437a871dd201516a5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
entice: Remove long deprecated spell
commit 6e091233c9da4ef1c1d4253c46fcd4f756403402
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Remove newline
diff --git a/ChangeLog b/ChangeLog
index 38910b1..e34e0c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-19 Eric Sandall <sandalle AT sourcemage.org>
+ * e-17/entice: Removed long deprecated spell
+
2008-09-18 Eric Sandall <sandalle AT sourcemage.org>
* e-17/e_module-echo: Removed, no longer available
* e-17/e_module-mixer: Deprecate in favour of merged module in e17
diff --git a/e-17/edvi/DEPENDS b/e-17/edvi/DEPENDS
index 975af0f..6404c00 100755
--- a/e-17/edvi/DEPENDS
+++ b/e-17/edvi/DEPENDS
@@ -1,4 +1,4 @@
depends ecore &&
depends tex-guy &&
-depends vflib3 &&
-depends CVS
+depends vflib3 &&
+depends subversion
diff --git a/e-17/edvi/DETAILS b/e-17/edvi/DETAILS
index 15322f9..ca5630c 100755
--- a/e-17/edvi/DETAILS
+++ b/e-17/edvi/DETAILS
@@ -2,11 +2,11 @@
if [ "$EDVI_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
- VERSION=cvs
+ VERSION=svn
fi
- SOURCE=$SPELL-cvs.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/proto/$SPELL
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/PROTO/${SPELL/*-/}:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
LICENSE[0]=BSD
diff --git a/e-17/edvi/HISTORY b/e-17/edvi/HISTORY
index 2916849..ccf2b5c 100644
--- a/e-17/edvi/HISTORY
+++ b/e-17/edvi/HISTORY
@@ -1,3 +1,8 @@
+2008-09-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: CVS -> SVN
+ * DEPENDS: Depends on subversion
+ Removed dependency on CVS
+
2006-09-12 Eric Sandall <sandalle AT sourcemage.org>
* PREPARE,DETAILS,DEPENDS,PRE_BUILD: Created