gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6339: gnu enterprise stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6339: gnu enterprise stuff
Date: Thu, 7 Mar 2019 01:56:13 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6339
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2019-03-06 22:56:00 -0800
message:
  gnu enterprise stuff
removed:
  pkg/gnu/gnue-common/sha256sumsfo 
sha256sumsfo-20160617014725-uokjfnggs70iry9h-810
  pkg/gnu/gnue-designer/         
gnuedesigner-20160617014725-uokjfnggs70iry9h-134
  pkg/gnu/gnue-designer/Makefile makefile-20160617014725-uokjfnggs70iry9h-811
  pkg/gnu/gnue-designer/config.mk config.mk-20160617015752-7c17ohjjrdz5tfmj-1
  pkg/gnu/gnue-designer/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-812
modified:
  pkg/gnu/gnue-appserver/Makefile makefile-20160617014725-uokjfnggs70iry9h-806
  pkg/gnu/gnue-appserver/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-807
  pkg/gnu/gnue-common/Makefile   makefile-20160617014725-uokjfnggs70iry9h-808
  pkg/gnu/gnue-common/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-809
  pkg/gnu/gnue-forms/Makefile    makefile-20160617014725-uokjfnggs70iry9h-813
  pkg/gnu/gnue-forms/sha256sums  sha256sums-20160617014725-uokjfnggs70iry9h-814
  pkg/gnu/gnue-navigator/Makefile makefile-20160617014725-uokjfnggs70iry9h-815
  pkg/gnu/gnue-navigator/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-816
  pkg/gnu/gnue-reports/Makefile  makefile-20160617014725-uokjfnggs70iry9h-817
  pkg/gnu/gnue-reports/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-818
=== modified file 'pkg/gnu/gnue-appserver/Makefile'
--- a/pkg/gnu/gnue-appserver/Makefile   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-appserver/Makefile   2019-03-07 06:56:00 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -14,12 +15,15 @@
 #
 # 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 = GNU Enterprise Appserver
 GARNAME = gnue-appserver
 GARVERSION = 0.5.3
 HOME_URL = http://www.gnu.org/software/gnue
-DESCRIPTION = A data-aware application server
+DESCRIPTION = A data-aware application server for GNU Enterprise
 define BLURB
 
 endef
@@ -28,8 +32,8 @@
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnue/tools/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = 
+DISTFILES = $(DISTNAME).zip
+SIGFILES = $(DISTNAME).zip.sig
 CONFIGURE_SCRIPTS = $(WORKSRC)/setup.py
 BUILD_SCRIPTS = $(WORKSRC)/setup.py
 INSTALL_SCRIPTS = $(WORKSRC)/setup.py

=== modified file 'pkg/gnu/gnue-appserver/sha256sums'
--- a/pkg/gnu/gnue-appserver/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-appserver/sha256sums 2019-03-07 06:56:00 +0000
@@ -1,1 +1,2 @@
-04370cfcbe32be312e85ecf94aecb53609312bd4be212049317c827486db49a6  
download/gnue-appserver-0.5.3.tar.gz
+8fe9d719628b6cb26a4002776b24b46130343e8ef0e36d92e53f979446da8bf7  
download/gnue-appserver-0.5.3.zip
+059e6cd1fab1868ccc11d71d4e8405cf78db30dc1e6ae969a0e2a93745005874  
download/gnue-appserver-0.5.3.zip.sig

=== modified file 'pkg/gnu/gnue-common/Makefile'
--- a/pkg/gnu/gnue-common/Makefile      2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-common/Makefile      2019-03-07 06:56:00 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -14,6 +15,9 @@
 #
 # 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 = GNU Enterprise Common
 GARNAME = gnue-common
@@ -28,8 +32,8 @@
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnue/tools/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
+DISTFILES = $(DISTNAME).zip
+SIGFILES = $(DISTNAME).zip.sig
 CONFIGURE_SCRIPTS = $(WORKSRC)/setup.py
 BUILD_SCRIPTS = $(WORKSRC)/setup.py
 INSTALL_SCRIPTS = $(WORKSRC)/setup.py
@@ -41,3 +45,4 @@
 
 include ../../../gar/gar.lib/auto.mk
 include config.mk
+

=== modified file 'pkg/gnu/gnue-common/sha256sums'
--- a/pkg/gnu/gnue-common/sha256sums    2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-common/sha256sums    2019-03-07 06:56:00 +0000
@@ -1,2 +1,2 @@
-d84b79a480118c783b02cb6490d45405edda178133c6fc01f358dba03c7f1bf4  
download/gnue-common-0.6.9.tar.gz
-7cc4e621b8ec44d64beac6cea0a731e4f82c48b74c14d57f29f5ee616856a3e9  
download/gnue-common-0.6.9.tar.gz.sig
+5133d77d39f58b5908dfb78547264d5fe1dbfae821a64f69e323e3d994f01805  
download/gnue-common-0.6.9.zip
+a12cb45926b2778742b17adec83592f9c4f9fb253679beed12ede08e40062195  
download/gnue-common-0.6.9.zip.sig

=== removed file 'pkg/gnu/gnue-common/sha256sumsfo'
--- a/pkg/gnu/gnue-common/sha256sumsfo  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-common/sha256sumsfo  1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-d84b79a480118c783b02cb6490d45405edda178133c6fc01f358dba03c7f1bf4  
download/gnue-common-0.6.9.tar.gz

=== removed directory 'pkg/gnu/gnue-designer'
=== removed file 'pkg/gnu/gnue-designer/Makefile'
--- a/pkg/gnu/gnue-designer/Makefile    2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-designer/Makefile    1970-01-01 00:00:00 +0000
@@ -1,43 +0,0 @@
-# Copyright © 2013 Brandon Invergo <address@hidden>
-#
-# 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/>.
-
-NAME = GNU Enterprise Designer
-GARNAME = gnue-designer
-GARVERSION = 0.5.7
-HOME_URL = http://www.gnu.org/software/gnue
-DESCRIPTION = An enterprise data form IDE
-define BLURB
-
-endef
-
-######################################################################
-
-MASTER_SITES = $(MASTER_GNUE)
-MASTER_SUBDIR = releases/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES =
-CONFIGURE_SCRIPTS = $(WORKSRC)/setup.py
-BUILD_SCRIPTS = $(WORKSRC)/setup.py
-INSTALL_SCRIPTS = $(WORKSRC)/setup.py
-
-BUILDDEPS =
-LIBDEPS = gnue-common
-
-######################################################################
-
-include ../../../gar/gar.lib/auto.mk
-include config.mk

=== removed file 'pkg/gnu/gnue-designer/config.mk'
--- a/pkg/gnu/gnue-designer/config.mk   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-designer/config.mk   1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
-## Configuration options for gnue-designer ##
-
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=

=== removed file 'pkg/gnu/gnue-designer/sha256sums'
--- a/pkg/gnu/gnue-designer/sha256sums  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-designer/sha256sums  1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-50aec2af0c6132deedf670d465f837c6f1c23fa5c9f2b7c6080f173a613684f3  
download/gnue-designer-0.5.7.tar.gz

=== modified file 'pkg/gnu/gnue-forms/Makefile'
--- a/pkg/gnu/gnue-forms/Makefile       2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-forms/Makefile       2019-03-07 06:56:00 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -14,6 +15,10 @@
 #
 # 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 = GNU Enterprise Forms
 GARNAME = gnue-forms
@@ -28,8 +33,8 @@
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnue/tools/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = 
+DISTFILES = $(DISTNAME).zip
+SIGFILES = $(DISTNAME).zip.sig
 CONFIGURE_SCRIPTS = $(WORKSRC)/setup.py
 BUILD_SCRIPTS = $(WORKSRC)/setup.py
 INSTALL_SCRIPTS = $(WORKSRC)/setup.py

=== modified file 'pkg/gnu/gnue-forms/sha256sums'
--- a/pkg/gnu/gnue-forms/sha256sums     2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-forms/sha256sums     2019-03-07 06:56:00 +0000
@@ -1,1 +1,2 @@
-d350e566de9155e14511b15a6716528deca04e7cfc063aa6e9711fc6c5bd9176  
download/gnue-forms-0.6.3.tar.gz
+c15e250211121a14fe17e5f91aeee3e8f1c5b6ff284b1893bdb98445de7ec744  
download/gnue-forms-0.6.3.zip
+a07f87bcd8f21972553ebdd9a0036a38d6578a857330ac90c25f4cf79c0b6395  
download/gnue-forms-0.6.3.zip.sig

=== modified file 'pkg/gnu/gnue-navigator/Makefile'
--- a/pkg/gnu/gnue-navigator/Makefile   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-navigator/Makefile   2019-03-07 06:56:00 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -14,6 +15,9 @@
 #
 # 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 = GNU Enterprise Navigator
 GARNAME = gnue-navigator
@@ -28,8 +32,8 @@
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnue/tools/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = 
+DISTFILES = $(DISTNAME).zip
+SIGFILES = $(DISTNAME).zip.sig
 HELP_SCRIPTS = $(WORKSRC)/setup.py
 CONFIGURE_SCRIPTS = $(WORKSRC)/setup.py
 BUILD_SCRIPTS = $(WORKSRC)/setup.py

=== modified file 'pkg/gnu/gnue-navigator/sha256sums'
--- a/pkg/gnu/gnue-navigator/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-navigator/sha256sums 2019-03-07 06:56:00 +0000
@@ -1,1 +1,2 @@
-3b216ca3f086c3bc4c4f048b413292f10dc94c86dbd05348a0400db05db72624  
download/gnue-navigator-0.1.0.tar.gz
+47be473f4a29e0ca1821dfc030efd6726c45f7156de6441012222587174fbaaa  
download/gnue-navigator-0.1.0.zip
+63f2f2620538a32238d670be31f8ec5942113c4f9c69bc59fb698a9a21f8f756  
download/gnue-navigator-0.1.0.zip.sig

=== modified file 'pkg/gnu/gnue-reports/Makefile'
--- a/pkg/gnu/gnue-reports/Makefile     2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-reports/Makefile     2019-03-07 06:56:00 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -14,12 +15,15 @@
 #
 # 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 = GNU Enterprise Reports
 GARNAME = gnue-reports
 GARVERSION = 0.2.0
 HOME_URL = http://www.gnu.org/software/gnue
-DESCRIPTION = A data reporting system
+DESCRIPTION = A data reporting system, for GNU Enterprise
 define BLURB
 
 endef
@@ -28,8 +32,8 @@
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnue/tools/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = 
+DISTFILES = $(DISTNAME).zip
+SIGFILES = $(DISTNAME).zip.sig
 CONFIGURE_SCRIPTS = $(WORKSRC)/setup.py
 BUILD_SCRIPTS = $(WORKSRC)/setup.py
 INSTALL_SCRIPTS = $(WORKSRC)/setup.py

=== modified file 'pkg/gnu/gnue-reports/sha256sums'
--- a/pkg/gnu/gnue-reports/sha256sums   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnue-reports/sha256sums   2019-03-07 06:56:00 +0000
@@ -1,1 +1,2 @@
-b7e0b2a96f795c7ab1867eaedf3fe16023bf2821b08445487f0f98eebceebc05  
download/gnue-reports-0.2.0.tar.gz
+2e5febbc9fc08861b498864ee8f930c3a8ccf3562deec4493328cf82e8608c49  
download/gnue-reports-0.2.0.zip
+364261d83db90de90078205c61bae9fe8762fda4ffaf81c69760d4f65cd30dbc  
download/gnue-reports-0.2.0.zip.sig


reply via email to

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