Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (cbeed05e0b1e496184f2e5816b898444e5f7ffa9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (cbeed05e0b1e496184f2e5816b898444e5f7ffa9)
  • Date: Sun, 8 Oct 2006 01:11:09 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

chat-im/licq/DETAILS | 5 +++--
chat-im/licq/HISTORY | 5 +++++
chat-im/licq/PRE_BUILD | 4 ----
chat-im/licq/licq-1.3.2.tar.bz2.sig | 0
chat-im/licq/licq-1.3.4-RC3.tar.bz2.sig |binary
chat-im/licq/licq-email.patch | 11 -----------
dev/null |binary
7 files changed, 8 insertions(+), 17 deletions(-)

New commits:
commit cbeed05e0b1e496184f2e5816b898444e5f7ffa9
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

Updated licq to version 1.3.4-RC3. Recommended by author over 1.3.2.
Removed email.patch. Incorporated upstream.

diff --git a/chat-im/licq/DETAILS b/chat-im/licq/DETAILS
index 26762df..e29e871 100755
--- a/chat-im/licq/DETAILS
+++ b/chat-im/licq/DETAILS
@@ -34,10 +34,11 @@ fi
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=1.3.2
+ VERSION=1.3.4-RC3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+# SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://www.fanfic.org/~jon/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
if [ "$XOSD" == "y" ]; then
diff --git a/chat-im/licq/HISTORY b/chat-im/licq/HISTORY
index f0b9618..9006f13 100644
--- a/chat-im/licq/HISTORY
+++ b/chat-im/licq/HISTORY
@@ -1,3 +1,8 @@
+2006-10-08 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.3.4-RC3.
+ * PRE_BUILD: Removed email patch.
+ * licq-email.patch: Removed. Incorporated upstream.
+
2006-06-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD: fix test for svn version
* DETAILS: bumped PATCHLEVEL
diff --git a/chat-im/licq/PRE_BUILD b/chat-im/licq/PRE_BUILD
index e13789a..57067c6 100755
--- a/chat-im/licq/PRE_BUILD
+++ b/chat-im/licq/PRE_BUILD
@@ -1,9 +1,5 @@
mk_source_dir $SOURCE_DIRECTORY &&
unpack_file '' &&
-if [[ "$LICQ_SVN" == "n" ]] && [[ "$EMAIL" == "y" ]]; then
- cd $SOURCE_DIRECTORY &&
- patch -p0 < $SCRIPT_DIRECTORY/licq-email.patch
-fi &&
if [[ "$LICQ_SVN" == "y" ]]; then
cd $SOURCE_DIRECTORY &&
patch -p1 < $SCRIPT_DIRECTORY/licq-fake-offline.patch
diff --git a/chat-im/licq/licq-1.3.2.tar.bz2.sig
b/chat-im/licq/licq-1.3.2.tar.bz2.sig
deleted file mode 100644
index c55c96d..0000000
Binary files a/chat-im/licq/licq-1.3.2.tar.bz2.sig and /dev/null differ
diff --git a/chat-im/licq/licq-1.3.4-RC3.tar.bz2.sig
b/chat-im/licq/licq-1.3.4-RC3.tar.bz2.sig
new file mode 100644
index 0000000..54293f3
Binary files /dev/null and b/chat-im/licq/licq-1.3.4-RC3.tar.bz2.sig differ
diff --git a/chat-im/licq/licq-email.patch b/chat-im/licq/licq-email.patch
deleted file mode 100644
index 5202137..0000000
--- a/chat-im/licq/licq-email.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/email/src/forwarder.cpp.orig 2005-10-22 22:15:35.000000000
-0400
-+++ plugins/email/src/forwarder.cpp 2005-10-20 17:57:43.000000000 -0400
-@@ -373,7 +373,7 @@
- if (nPPID == LICQ_PPID)
- sprintf (szFrom, "From: \"%s\" <%s AT pager.icq.com>", u->GetAlias(),
u->IdString());
- else
-- sprintf (szFrom, "From: \"%s\" <%s>", u->GeAlias(),
u->GetEmailPrimary());
-+ sprintf (szFrom, "From: \"%s\" <%s>", u->GetAlias(),
u->GetEmailPrimary());
- sprintf (szReplyTo, "Reply-To: \"%s %s\" <%s>", u->GetFirstName(),
u->GetLastName(), u->GetEmailPrimary());
- }
- sprintf (szDate, "Date: %s", ctime(&t));



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (cbeed05e0b1e496184f2e5816b898444e5f7ffa9), George Sherwood, 10/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page