Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a770389e89169b199a82df5d912aad920aece547)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a770389e89169b199a82df5d912aad920aece547)
  • Date: Tue, 11 Jan 2011 18:33:00 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
libs/qoauth/BUILD | 5 +++++
libs/qoauth/DEPENDS | 1 +
libs/qoauth/DETAILS | 19 +++++++++++++++++++
libs/qoauth/HISTORY | 3 +++
5 files changed, 29 insertions(+)

New commits:
commit a770389e89169b199a82df5d912aad920aece547
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qoauth: new spell, A Qt-based library for OAuth authorization scheme

diff --git a/ChangeLog b/ChangeLog
index 88021ab..5302f89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2011-01-11 Ismael Luceno <ismael AT sourcemage.org>
* libs/qjson: new spell, library that maps JSON data to QVariant
objects
+ * libs/qoauth: new spell, A Qt-based library for OAuth authorization
scheme

2011-01-09 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/identica-mode: new spell, Emacs major mode for identi.ca
diff --git a/libs/qoauth/BUILD b/libs/qoauth/BUILD
new file mode 100755
index 0000000..b6c2bf5
--- /dev/null
+++ b/libs/qoauth/BUILD
@@ -0,0 +1,5 @@
+QTDIR="${QTDIR:-$INSTALL_ROOT/usr}" &&
+PATH="$QTDIR/bin/qt4:$PATH" &&
+
+qmake &&
+make
diff --git a/libs/qoauth/DEPENDS b/libs/qoauth/DEPENDS
new file mode 100755
index 0000000..428f269
--- /dev/null
+++ b/libs/qoauth/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/libs/qoauth/DETAILS b/libs/qoauth/DETAILS
new file mode 100755
index 0000000..fca14ff
--- /dev/null
+++ b/libs/qoauth/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=qoauth
+if [ "$QOAUTH_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE=${SPELL}-git.tar.bz2
+ SOURCE_URL[0]=git://github.com/ayoy/${SPELL}.git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/ayoy/qoauth";
+ LICENSE[0]=LGPL
+ ENTERED=20110111
+ SHORT="A Qt-based library for OAuth authorization scheme"
+cat << EOF
+QOAuth is an attempt to support interaction with OAuth-powered network
+services in a Qt way, i.e. simply, clearly and efficiently.
+EOF
diff --git a/libs/qoauth/HISTORY b/libs/qoauth/HISTORY
new file mode 100644
index 0000000..a4d3d8c
--- /dev/null
+++ b/libs/qoauth/HISTORY
@@ -0,0 +1,3 @@
+2011-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a770389e89169b199a82df5d912aad920aece547), Ismael Luceno, 01/11/2011

Archive powered by MHonArc 2.6.24.

Top of Page