Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (93ce9f3c6c758833b72238bbc2081de9a97dd934)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (93ce9f3c6c758833b72238bbc2081de9a97dd934)
  • Date: Fri, 19 May 2017 14:24:38 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
chat-irc/hexchat-otr/DEPENDS | 4 ++++
chat-irc/hexchat-otr/DETAILS | 19 +++++++++++++++++++
chat-irc/hexchat-otr/HISTORY | 2 ++
chat-irc/hexchat.gpg |binary
dev/null |binary
6 files changed, 29 insertions(+)

New commits:
commit 93ce9f3c6c758833b72238bbc2081de9a97dd934
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

hexchat-otr: new spell, off the record plugin for HexChat

commit 937a204e75ab2c2221fc27b7441299a84d92080b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

chat-irc/hexchat.gpg: moved from chat-irc/hexchat/hexchat.gpg

diff --git a/ChangeLog b/ChangeLog
index 159c3c6..6b499fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * chat-irc/hexchat.gpg: moved from chat-irc/hexchat/hexchat.gpg
+ * chat-irc/hexchat-otr: new spell, off the record plugin for HexChat
+
2017-05-18 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/pymysql: new spell, pure Python MySQL client
* python-pypi/peewee: new spell, little ORM
diff --git a/chat-irc/hexchat-otr/DEPENDS b/chat-irc/hexchat-otr/DEPENDS
new file mode 100755
index 0000000..f78fdae
--- /dev/null
+++ b/chat-irc/hexchat-otr/DEPENDS
@@ -0,0 +1,4 @@
+depends glib2 &&
+depends libgcrypt &&
+depends libotr &&
+depends hexchat
diff --git a/chat-irc/hexchat-otr/DETAILS b/chat-irc/hexchat-otr/DETAILS
new file mode 100755
index 0000000..e0b8a91
--- /dev/null
+++ b/chat-irc/hexchat-otr/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=hexchat-otr
+ VERSION=0.2.2
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+ SOURCE2="${SOURCE}.asc"
+
SOURCE_URL[0]=https://github.com/TingPing/${SPELL}/releases/download/${VERSION}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=hexchat.gpg:${SOURCE2}:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/TingPing/hexchat-otr
+ LICENSE[0]=GPL
+ ENTERED=20170519
+ KEYWORDS="irc otr"
+ SHORT="off the record plugin for HexChat"
+cat << EOF
+hexchat-otr adds off the record support to HexChat.
+
+Originally forked from irssi-otr.
+EOF
diff --git a/chat-irc/hexchat-otr/HISTORY b/chat-irc/hexchat-otr/HISTORY
new file mode 100644
index 0000000..e153d21
--- /dev/null
+++ b/chat-irc/hexchat-otr/HISTORY
@@ -0,0 +1,2 @@
+2017-05-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 0.2.2
diff --git a/chat-irc/hexchat.gpg b/chat-irc/hexchat.gpg
new file mode 100644
index 0000000..48046ed
Binary files /dev/null and b/chat-irc/hexchat.gpg differ
diff --git a/chat-irc/hexchat/hexchat.gpg b/chat-irc/hexchat/hexchat.gpg
deleted file mode 100644
index 48046ed..0000000
Binary files a/chat-irc/hexchat/hexchat.gpg and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (93ce9f3c6c758833b72238bbc2081de9a97dd934), Vlad Glagolev, 05/19/2017

Archive powered by MHonArc 2.6.24.

Top of Page