gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7013: rest and librest


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7013: rest and librest
Date: Sat, 2 May 2020 11:19:50 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7013
revision-id: carl@aurora-20200502151944-igzxdhhycf8wyvv6
parent: carl@aurora-20200502032209-41tmq5lk45rieey5
committer: carl <carl@aurora>
branch nick: trunk
timestamp: Sat 2020-05-02 08:19:44 -0700
message:
  rest and librest
removed:
  pkg/gnome/librest/             librest-20160617013746-7ygosxqw3lxxvo7f-191
  pkg/gnome/librest/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1169
  pkg/gnome/librest/config.mk    config.mk-20160617014436-4pm983p8ss7u2i1u-1
  pkg/gnome/librest/sha256sums   sha256sums-20160617013746-7ygosxqw3lxxvo7f-1173
modified:
  pkg/gnome/rest/Makefile        makefile-20160922070649-0zklt2rcyp6fqgv1-2
=== removed directory 'pkg/gnome/librest'
=== removed file 'pkg/gnome/librest/Makefile'
--- a/pkg/gnome/librest/Makefile        2017-03-25 06:40:30 +0000
+++ b/pkg/gnome/librest/Makefile        1970-01-01 00:00:00 +0000
@@ -1,51 +0,0 @@
-# Copyright © 2016 Carl Hansen
-#
-# This file is part of GSRC.
-#
-# 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 =    librest
-GARNAME = librest
-GARVERSION = 0.8.0
-UPSTREAMNAME = rest
-HOME_URL = http://www.gnome.org/
-DESCRIPTION = Helper library for RESTful services
-define BLURB
-
-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  
-SIGFILES =
-
-BUILDDEPS =
-LIBDEPS =
-
-######################################################################
-
-include ../../../gar/gar.lib/auto.mk
-include config.mk

=== removed file 'pkg/gnome/librest/config.mk'
--- a/pkg/gnome/librest/config.mk       2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/librest/config.mk       1970-01-01 00:00:00 +0000
@@ -1,5 +0,0 @@
-## Configuration options for librest ##
-## adjust as needed
-
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=

=== removed file 'pkg/gnome/librest/sha256sums'
--- a/pkg/gnome/librest/sha256sums      2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/librest/sha256sums      1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647  
download/rest-0.8.0.tar.xz

=== modified file 'pkg/gnome/rest/Makefile'
--- a/pkg/gnome/rest/Makefile   2017-10-18 23:09:52 +0000
+++ b/pkg/gnome/rest/Makefile   2020-05-02 15:19:44 +0000
@@ -1,5 +1,4 @@
-
-# Copyright © 2016, 2017 Carl Hansen <address@hidden>
+# Copyright © 2016, 2017, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -22,9 +21,9 @@
 GARNAME = rest
 GARVERSION = 0.8.1
 HOME_URL = http://www.gnome.org/
-DESCRIPTION =  rest
+DESCRIPTION = Library to access web services that claim to be "RESTful".
 define BLURB
-
+Library  to access web services that claim to be "RESTful".
 endef
 
 ######################################################################


reply via email to

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