Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (cfae9b12c5b2ab22963531c883483a1d338928b9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (cfae9b12c5b2ab22963531c883483a1d338928b9)
  • Date: Tue, 8 Nov 2011 23:40:15 -0600

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

chat-irc/weechat/DETAILS | 11 ++++-------
chat-irc/weechat/HISTORY | 4 ++++
chat-irc/weechat/weechat-0.3.3.tar.bz2.sig | 0
chat-irc/weechat/weechat-0.3.6.tar.bz2.sig |binary
dev/null |binary
5 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit cfae9b12c5b2ab22963531c883483a1d338928b9
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

weechat: => 0.3.6
cleaned up DETAILS

diff --git a/chat-irc/weechat/DETAILS b/chat-irc/weechat/DETAILS
index 488ab01..979f415 100755
--- a/chat-irc/weechat/DETAILS
+++ b/chat-irc/weechat/DETAILS
@@ -1,5 +1,5 @@
SPELL=weechat
-if [ "$WEECHAT_BRANCH" != "stable" ]; then
+if [ "$WEECHAT_BRANCH" == "scm" ]; then
VERSION=$WEECHAT_BRANCH
if [ "$WEECHAT_AUTOUPDATE" == "y" ]; then
VERSION+=-$(date +%Y%m%d)
@@ -8,16 +8,13 @@ if [ "$WEECHAT_BRANCH" != "stable" ]; then
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/weechat-$WEECHAT_BRANCH
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
+ SOURCE_URL[0]=git://git.sv.gnu.org/weechat.git:$SPELL
else
- VERSION=0.3.3
+ VERSION=0.3.6
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-fi
-if [ "$WEECHAT_BRANCH" == "scm" ]; then
- SOURCE_URL[1]=git://git.sv.gnu.org/weechat.git:$SPELL
-else
- SOURCE_URL[1]=http://www.weechat.org/files/src/$SOURCE
+ SOURCE_URL[0]=http://www.weechat.org/files/src/$SOURCE
fi
WEB_SITE=http://www.weechat.org
ENTERED=20050320
diff --git a/chat-irc/weechat/HISTORY b/chat-irc/weechat/HISTORY
index 1975d48..6b6ba8e 100644
--- a/chat-irc/weechat/HISTORY
+++ b/chat-irc/weechat/HISTORY
@@ -1,3 +1,7 @@
+2011-11-09 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated to 0.3.6
+ cleaned up file
+
2011-09-20 Ismael Luceno <ismael AT sourcemage.org>
* INSTALL, PREPARE: Make compatibility symlink optional
* BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: Use prepare_select_branch
diff --git a/chat-irc/weechat/weechat-0.3.3.tar.bz2.sig
b/chat-irc/weechat/weechat-0.3.3.tar.bz2.sig
deleted file mode 100644
index 7a96401..0000000
Binary files a/chat-irc/weechat/weechat-0.3.3.tar.bz2.sig and /dev/null differ
diff --git a/chat-irc/weechat/weechat-0.3.6.tar.bz2.sig
b/chat-irc/weechat/weechat-0.3.6.tar.bz2.sig
new file mode 100644
index 0000000..6c2f181
Binary files /dev/null and b/chat-irc/weechat/weechat-0.3.6.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (cfae9b12c5b2ab22963531c883483a1d338928b9), Sukneet Basuta, 11/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page