gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8645: update guile-eris to 1.0.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8645: update guile-eris to 1.0.0
Date: Mon, 10 Oct 2022 14:57:30 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8645
revision-id: carlhansen1234@gmail.com-20221010185725-ujcy9dr1h250dg3h
parent: carlhansen1234@gmail.com-20221010012318-jzyz9dz0y04jnuwa
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Mon 2022-10-10 11:57:25 -0700
message:
  update guile-eris to 1.0.0
added:
  pkg/other/guile-eris/          guileeris-20221010185633-8rgmydtgmryrwzpb-1
  pkg/other/guile-eris/Makefile  makefile-20221010185633-8rgmydtgmryrwzpb-3
  pkg/other/guile-eris/config.mk config.mk-20221010185633-8rgmydtgmryrwzpb-2
  pkg/other/guile-eris/sha256sums sha256sums-20221010185633-8rgmydtgmryrwzpb-4
=== added directory 'pkg/other/guile-eris'
=== added file 'pkg/other/guile-eris/Makefile'
--- a/pkg/other/guile-eris/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-eris/Makefile     2022-10-10 18:57:25 +0000
@@ -0,0 +1,56 @@
+# Copyright © 2022 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/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 bug-gsrc@gnu.org
+
+ 
+NAME = guile-eris
+GARNAME = guile-eris
+GARVERSION = 1.0.0
+HOME_URL = https://codeberg.org/eris/guile-eris
+DESCRIPTION = Guile implementation of the Encoding for Robust Immutable 
Storage (ERIS).
+define BLURB
+Guile implementation of the Encoding for Robust Immutable Storage (ERIS).
+This library can be used to encoded and decode content with ERIS. 
+endef
+
+######################################################################
+
+MASTER_SITES =   https://codeberg.org/
+MASTER_SUBDIR =  eris/$(GARNAME)/archive/
+#https://codeberg.org/eris/guile-eris/archive/v1.0.0.tar.gz
+DISTFILES = v1.0.0.tar.gz
+SIGFILES =
+
+WORKSRC = $(WORKDIR)/guile-eris
+WORKOBJ = $(WORKSRC)
+
+USE_AUTORECONF = yes
+
+BUILDDEPS =
+LIBDEPS = # guile
+LICENSE = GNU GPL 3 or later
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+# gsrc, haven't compiled to completion yet... have fun
+#
+

=== added file 'pkg/other/guile-eris/config.mk'
--- a/pkg/other/guile-eris/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-eris/config.mk    2022-10-10 18:57:25 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/guile-eris/sha256sums'
--- a/pkg/other/guile-eris/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-eris/sha256sums   2022-10-10 18:57:25 +0000
@@ -0,0 +1,1 @@
+eab3c5cfbd9be20a85a8bc7bf758ab20843a72ac6b3e9e420634b530860dcf98  
download/v1.0.0.tar.gz


reply via email to

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