gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5786: libgdata and unrelated libgda


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5786: libgdata and unrelated libgda
Date: Fri, 3 Aug 2018 16:10:23 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5786
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2018-08-03 13:10:19 -0700
message:
  libgdata and unrelated libgda
added:
  pkg/gnome/libgda/              libgda-20180803200939-xbzyt1s72g6nbpwl-1
  pkg/gnome/libgda/Makefile      makefile-20180803200939-xbzyt1s72g6nbpwl-3
  pkg/gnome/libgda/config.mk     config.mk-20180803200939-xbzyt1s72g6nbpwl-2
  pkg/gnome/libgda/sha256sums    sha256sums-20180803200939-xbzyt1s72g6nbpwl-4
modified:
  pkg/gnome/libgdata/Makefile    makefile-20160617013746-7ygosxqw3lxxvo7f-1054
=== added directory 'pkg/gnome/libgda'
=== added file 'pkg/gnome/libgda/Makefile'
--- a/pkg/gnome/libgda/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libgda/Makefile 2018-08-03 20:10:19 +0000
@@ -0,0 +1,54 @@
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    libgda
+GARNAME = libgda
+GARVERSION = 5.90.1
+HOME_URL = http://www.gnome.org/
+DESCRIPTION =  GNU Data Access library
+define BLURB
+GNU Data Access (GDA) is an attempt to provide uniform access to different
+kinds of data sources (databases, information servers, mail spools, etc).
+It is defined by a set of plugin APIs as generic as possible libgda is an
+interface to the GDA architecture, providing a nice wrapper around the GDA
+interfaces, for both the client and the server parts. It also provides
+a bunch of tools to help you both in the development and management of
+your data sources, all done through the GDA model_s interfaces.
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/gnome/libgda/config.mk'
--- a/pkg/gnome/libgda/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libgda/config.mk        2018-08-03 20:10:19 +0000
@@ -0,0 +1,5 @@
+## Configuration options for libgda ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/libgda/sha256sums'
--- a/pkg/gnome/libgda/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libgda/sha256sums       2018-08-03 20:10:19 +0000
@@ -0,0 +1,2 @@
+2a890b6811858635990c61948fe217df7766635f6967c5b3d7a36f39dd613e40  
download/libgda-5.90.1.tar.xz
+bd342c3c40ab26be18d5a752007a0aec1ce84f414242a5ada73c55a2e74e83e8  
download/libgda-5.90.1.sha256sum

=== modified file 'pkg/gnome/libgdata/Makefile'
--- a/pkg/gnome/libgdata/Makefile       2017-10-30 08:29:19 +0000
+++ b/pkg/gnome/libgdata/Makefile       2018-08-03 20:10:19 +0000
@@ -24,7 +24,9 @@
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = GLib-based library for accessing online service APIs using the 
GData protocol
 define BLURB
-
+libgdata is a GLib-based library for accessing online service APIs using the
+GData protocol --- most notably, Google_s services. It provides APIs to access
+the common Google services, and has full asynchronous support.
 endef
 
 ######################################################################


reply via email to

[Prev in Thread] Current Thread [Next in Thread]