New commits:
commit 1a6647d07161a6dde148aa3bc17a701e49368e83
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
ayttm: Cleanups for cvs version.
diff --git a/chat-im/ayttm/DEPENDS b/chat-im/ayttm/DEPENDS
index 51be37e..e72b665 100755
--- a/chat-im/ayttm/DEPENDS
+++ b/chat-im/ayttm/DEPENDS
@@ -3,6 +3,9 @@ depends autoconf &&
depends audiofile &&
depends gtk+2 &&
depends glib2 &&
+if [[ "$CVS" == "y" ]]; then
+ depends cvs
+fi &&
optional_depends arts \
"--enable-arts" \
"--disable-arts" \
diff --git a/chat-im/ayttm/HISTORY b/chat-im/ayttm/HISTORY
index 566a57f..dad6b37 100644
--- a/chat-im/ayttm/HISTORY
+++ b/chat-im/ayttm/HISTORY
@@ -1,3 +1,9 @@
+2009-08-17 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added depends cvs for cvs version
+ * PRE_BUILD: Removed cvs only patch.
+ Apply libproxy patch after .gen for cvs version
+ * fixinstall.diff: Removed not-working patch
+
2009-08-05 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.5.0-111. Fixed order of if-then
* BUILD: Removed. Not needed
diff --git a/chat-im/ayttm/PRE_BUILD b/chat-im/ayttm/PRE_BUILD
index 36299b9..b8eaefc 100755
--- a/chat-im/ayttm/PRE_BUILD
+++ b/chat-im/ayttm/PRE_BUILD
@@ -2,10 +2,8 @@ default_pre_build &&