gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7783: anastasis, gnunet


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7783: anastasis, gnunet
Date: Sun, 29 Aug 2021 00:35:47 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7783
revision-id: carlhansen1234@gmail.com-20210829043540-n86sa3u333ztfvmx
parent: carlhansen1234@gmail.com-20210829043422-f9mj2npo08v90dyc
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2021-08-28 21:35:40 -0700
message:
  anastasis, gnunet
added:
  pkg/gnu/anastasis/             anastasis-20210829043308-0mwx9xprn8j8dzh4-1
  pkg/gnu/anastasis-gtk/         anastasisgtk-20210829043330-gpbrvw5ku3ciuguc-1
  pkg/gnu/anastasis-gtk/Makefile makefile-20210829043330-gpbrvw5ku3ciuguc-4
  pkg/gnu/anastasis-gtk/config.mk config.mk-20210829043330-gpbrvw5ku3ciuguc-2
  pkg/gnu/anastasis-gtk/gpg-keyring gpgkeyring-20210829043330-gpbrvw5ku3ciuguc-3
  pkg/gnu/anastasis-gtk/sha256sums sha256sums-20210829043330-gpbrvw5ku3ciuguc-5
  pkg/gnu/anastasis/Makefile     makefile-20210829043308-0mwx9xprn8j8dzh4-4
  pkg/gnu/anastasis/config.mk    config.mk-20210829043308-0mwx9xprn8j8dzh4-2
  pkg/gnu/anastasis/gpg-keyring  gpgkeyring-20210829043308-0mwx9xprn8j8dzh4-3
  pkg/gnu/anastasis/sha256sums   sha256sums-20210829043308-0mwx9xprn8j8dzh4-5
modified:
  pkg/gnu/gnunet/Makefile        makefile-20160617014725-uokjfnggs70iry9h-843
  pkg/gnu/gnunet/sha256sums      sha256sums-20160617014725-uokjfnggs70iry9h-845
=== added directory 'pkg/gnu/anastasis'
=== added directory 'pkg/gnu/anastasis-gtk'
=== added file 'pkg/gnu/anastasis-gtk/Makefile'
--- a/pkg/gnu/anastasis-gtk/Makefile    1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/anastasis-gtk/Makefile    2021-08-29 04:35:40 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2021 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 = anastasis-gtk
+GARNAME = anastasis-gtk
+GARVERSION = 0.0.0
+HOME_URL = http://www.gnu.org/software/anastasis
+DESCRIPTION = GNU key manager gui
+define BLURB
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
+

=== added file 'pkg/gnu/anastasis-gtk/config.mk'
--- a/pkg/gnu/anastasis-gtk/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/anastasis-gtk/config.mk   2021-08-29 04:35:40 +0000
@@ -0,0 +1,4 @@
+## Configuration options 
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/anastasis-gtk/gpg-keyring'
Binary files a/pkg/gnu/anastasis-gtk/gpg-keyring        1970-01-01 00:00:00 
+0000 and b/pkg/gnu/anastasis-gtk/gpg-keyring       2021-08-29 04:35:40 +0000 
differ
=== added file 'pkg/gnu/anastasis-gtk/sha256sums'
--- a/pkg/gnu/anastasis-gtk/sha256sums  1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/anastasis-gtk/sha256sums  2021-08-29 04:35:40 +0000
@@ -0,0 +1,2 @@
+aa5e9e2c6a223d941b0f0fa93e203e874247d675f4b067b74d3176f67fad1cfb  
download/anastasis-gtk-0.0.0.tar.gz
+99d57347c5f83797ec64ce8a2a55c41c3ac951bbd238f65e20b9b984182a5ac8  
download/anastasis-gtk-0.0.0.tar.gz.sig

=== added file 'pkg/gnu/anastasis/Makefile'
--- a/pkg/gnu/anastasis/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/anastasis/Makefile        2021-08-29 04:35:40 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2021 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 = anastasis
+GARNAME = anastasis
+GARVERSION = 0.0.0
+HOME_URL = http://www.gnu.org/software/anastasis
+DESCRIPTION = GNU Anastasis is a key backup and recovery tool 
+define BLURB
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
+

=== added file 'pkg/gnu/anastasis/config.mk'
--- a/pkg/gnu/anastasis/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/anastasis/config.mk       2021-08-29 04:35:40 +0000
@@ -0,0 +1,4 @@
+## Configuration options
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/anastasis/gpg-keyring'
Binary files a/pkg/gnu/anastasis/gpg-keyring    1970-01-01 00:00:00 +0000 and 
b/pkg/gnu/anastasis/gpg-keyring   2021-08-29 04:35:40 +0000 differ
=== added file 'pkg/gnu/anastasis/sha256sums'
--- a/pkg/gnu/anastasis/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/anastasis/sha256sums      2021-08-29 04:35:40 +0000
@@ -0,0 +1,2 @@
+d0ae8abbbfda5480549c5667043fb0edf190d8f53df49a409d58a14a474f65fb  
download/anastasis-0.0.0.tar.gz
+26004a5f78ee252caab5e9e3cdc5db7a4ebb6f3b1799b14f129a6d11b617ce83  
download/anastasis-0.0.0.tar.gz.sig

=== modified file 'pkg/gnu/gnunet/Makefile'
--- a/pkg/gnu/gnunet/Makefile   2021-08-26 05:37:48 +0000
+++ b/pkg/gnu/gnunet/Makefile   2021-08-29 04:35:40 +0000
@@ -21,7 +21,7 @@
 
 NAME = GNUnet
 GARNAME = gnunet
-GARVERSION = 0.15.2
+GARVERSION = 0.15.3
 HOME_URL = http://www.gnu.org/software/gnunet
        # see https://gnunet.org/generic-installation-instructions
 DESCRIPTION = Secure, decentralized, peer-to-peer networking framework

=== modified file 'pkg/gnu/gnunet/sha256sums'
--- a/pkg/gnu/gnunet/sha256sums 2021-08-26 05:37:48 +0000
+++ b/pkg/gnu/gnunet/sha256sums 2021-08-29 04:35:40 +0000
@@ -1,2 +1,2 @@
-23e6af170bb47aacb15d27bbe244d871dbc4d0523b1139bd2f12f4b42b65102e  
download/gnunet-0.15.2.tar.gz
-5a243073305e977131af5f3da3e923e27cdbb5e66264eb0eaa6b34b28f6a4f45  
download/gnunet-0.15.2.tar.gz.sig
+d62669a8f41e078eaa220ce77a32f4f3f801e3099357ae8c705498fe73884ec5  
download/gnunet-0.15.3.tar.gz
+5f5b17ce6205fea4778294d92c8f196895000627c121ea16822dc848bf354dbb  
download/gnunet-0.15.3.tar.gz.sig


reply via email to

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