[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r5658: update grip to 0.2.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r5658: update grip to 0.2.0 |
Date: |
Fri, 29 Jun 2018 13:46:37 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 5658
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2018-06-29 10:46:32 -0700
message:
update grip to 0.2.0
added:
pkg/other/grip/ grip-20180629174620-wi6t6qs81hpxp8z3-1
pkg/other/grip/Makefile makefile-20180629174620-wi6t6qs81hpxp8z3-4
pkg/other/grip/config.mk config.mk-20180629174620-wi6t6qs81hpxp8z3-2
pkg/other/grip/gpg-keyring gpgkeyring-20180629174620-wi6t6qs81hpxp8z3-3
pkg/other/grip/sha256sums sha256sums-20180629174620-wi6t6qs81hpxp8z3-5
=== added directory 'pkg/other/grip'
=== added file 'pkg/other/grip/Makefile'
--- a/pkg/other/grip/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/grip/Makefile 2018-06-29 17:46:32 +0000
@@ -0,0 +1,46 @@
+# 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 = grip
+GARNAME = grip
+GARVERSION = 0.2.0
+HOME_URL = http://www.nongnu.org/grip
+DESCRIPTION = a Guile scheme toolbox and library
+define BLURB
+Grip of Really Important Procedures, is a Guile scheme toolbox currently
+composed of Grip itself, Grip-SQLite, Grip-Gnome and Grip-Clutter.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+INFO_FILES = guile-library.info
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
=== added file 'pkg/other/grip/config.mk'
--- a/pkg/other/grip/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/grip/config.mk 2018-06-29 17:46:32 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= --with-guile-site=yes
+BUILD_OPTS ?=
=== added file 'pkg/other/grip/gpg-keyring'
Binary files a/pkg/other/grip/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/other/grip/gpg-keyring 2018-06-29 17:46:32 +0000 differ
=== added file 'pkg/other/grip/sha256sums'
--- a/pkg/other/grip/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/grip/sha256sums 2018-06-29 17:46:32 +0000
@@ -0,0 +1,2 @@
+795fafed3ed534e318f779a4b80193d771990042c8439d42019920139d28690a
download/grip-0.2.0.tar.gz
+ba8675f98909bb81c089cb1cf7cdd5d0255e0a7b10231b116cfca68c3791919f
download/grip-0.2.0.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r5658: update grip to 0.2.0,
Carl Hansen <=