Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (28d45aad96b078ec788bb5052cc62d5c8cbc77e3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (28d45aad96b078ec788bb5052cc62d5c8cbc77e3)
  • Date: Thu, 11 Mar 2010 11:24:15 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 ++
libs/libgoogle-data-mono/BUILD | 1
libs/libgoogle-data-mono/DEPENDS | 1
libs/libgoogle-data-mono/DETAILS | 14
++++++++++
libs/libgoogle-data-mono/HISTORY | 3 ++
libs/libgoogle-data-mono/PRE_BUILD | 4 ++
libs/libgoogle-data-mono/libgoogle-data-mono-1.4.0.2.tar.gz.sig |binary
7 files changed, 26 insertions(+)

New commits:
commit 28d45aad96b078ec788bb5052cc62d5c8cbc77e3
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libs/libgoogle-data-mono: new spell, GData .NET Client Library

diff --git a/ChangeLog b/ChangeLog
index eca84a0..5368b84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-03-11 Ladislav Hagara <hgr AT vabo.cz>
+ * libs/libgoogle-data-mono: new spell, GData .NET Client Library
+
2010-03-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/xmlada: new spell, an XML parser for Ada95
* devel/gprbuild: new spell, a generic build system
diff --git a/libs/libgoogle-data-mono/BUILD b/libs/libgoogle-data-mono/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/libgoogle-data-mono/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/libgoogle-data-mono/DEPENDS
b/libs/libgoogle-data-mono/DEPENDS
new file mode 100755
index 0000000..78057dd
--- /dev/null
+++ b/libs/libgoogle-data-mono/DEPENDS
@@ -0,0 +1 @@
+depends mono
diff --git a/libs/libgoogle-data-mono/DETAILS
b/libs/libgoogle-data-mono/DETAILS
new file mode 100755
index 0000000..97bdd54
--- /dev/null
+++ b/libs/libgoogle-data-mono/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libgoogle-data-mono
+ VERSION=1.4.0.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL=http://google-gdata.googlecode.com/files/$SOURCE
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ WEB_SITE=http://code.google.com/p/google-gdata/
+ ENTERED=20100311
+ LICENSE[0]=APACHE
+ SHORT="GData .NET Client Library"
+cat << EOF
+The GData .NET Client Library provides a library and source code that make
it
+easy to access data through Google Data APIs.
+EOF
diff --git a/libs/libgoogle-data-mono/HISTORY
b/libs/libgoogle-data-mono/HISTORY
new file mode 100644
index 0000000..48d35cd
--- /dev/null
+++ b/libs/libgoogle-data-mono/HISTORY
@@ -0,0 +1,3 @@
+2010-03-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD: spell created, version 1.4.0.2
+
diff --git a/libs/libgoogle-data-mono/PRE_BUILD
b/libs/libgoogle-data-mono/PRE_BUILD
new file mode 100755
index 0000000..5ef8413
--- /dev/null
+++ b/libs/libgoogle-data-mono/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i "s:PREFIX=/usr/local:PREFIX=/usr:" Makefile &&
+sed -i 's:-r${libdir}:-r\:${libdir}:' misc/gdata-sharp-core.pc.in
diff --git a/libs/libgoogle-data-mono/libgoogle-data-mono-1.4.0.2.tar.gz.sig
b/libs/libgoogle-data-mono/libgoogle-data-mono-1.4.0.2.tar.gz.sig
new file mode 100644
index 0000000..959093f
Binary files /dev/null and
b/libs/libgoogle-data-mono/libgoogle-data-mono-1.4.0.2.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (28d45aad96b078ec788bb5052cc62d5c8cbc77e3), Ladislav Hagara, 03/11/2010

Archive powered by MHonArc 2.6.24.

Top of Page