gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6478: shepard, first nonalpha release


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6478: shepard, first nonalpha release
Date: Tue, 23 Apr 2019 17:54:35 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6478
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2019-04-23 14:54:30 -0700
message:
  shepard, first nonalpha release
removed:
  pkg/gnualpha/shepherd/         shepherd-20160617014725-uokjfnggs70iry9h-315
  pkg/gnualpha/shepherd/Makefile makefile-20160617014725-uokjfnggs70iry9h-1724
  pkg/gnualpha/shepherd/config.mk config.mk-20160617021119-q1ffbb53r2vmd7lh-1
  pkg/gnualpha/shepherd/gpg-keyring 
gpgkeyring-20160617014725-uokjfnggs70iry9h-1728
  pkg/gnualpha/shepherd/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1729
added:
  pkg/gnu/shepherd/              shepherd-20190423215320-axektusvtbrwsilp-1
  pkg/gnu/shepherd/Makefile      makefile-20190423215320-axektusvtbrwsilp-4
  pkg/gnu/shepherd/config.mk     config.mk-20190423215320-axektusvtbrwsilp-2
  pkg/gnu/shepherd/gpg-keyring   gpgkeyring-20190423215320-axektusvtbrwsilp-3
  pkg/gnu/shepherd/sha256sums    sha256sums-20190423215320-axektusvtbrwsilp-5
=== added directory 'pkg/gnu/shepherd'
=== added file 'pkg/gnu/shepherd/Makefile'
--- a/pkg/gnu/shepherd/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/shepherd/Makefile 2019-04-23 21:54:30 +0000
@@ -0,0 +1,49 @@
+# Copyright © 2016, 2018, 2019 Carl Hansen <address@hidden>
+#
+# 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 address@hidden
+
+NAME = shepherd
+GARNAME = shepherd
+GARVERSION = 0.6.0
+HOME_URL = http://www.gnu.org/software/shepherd/
+DESCRIPTION = System service manager
+define BLURB
+The GNU Shepherd is a daemon-managing daemon, meaning that it
+supervises the execution of system services, replacing similar
+functionality found in typical init systems.  It provides
+dependency-handling through a convenient interface and is based on
+GNU Guile.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/../shepherd/
+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/shepherd/config.mk'
--- a/pkg/gnu/shepherd/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/shepherd/config.mk        2019-04-23 21:54:30 +0000
@@ -0,0 +1,4 @@
+## Configuration options for shepherd ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/shepherd/gpg-keyring'
Binary files a/pkg/gnu/shepherd/gpg-keyring     1970-01-01 00:00:00 +0000 and 
b/pkg/gnu/shepherd/gpg-keyring    2019-04-23 21:54:30 +0000 differ
=== added file 'pkg/gnu/shepherd/sha256sums'
--- a/pkg/gnu/shepherd/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/shepherd/sha256sums       2019-04-23 21:54:30 +0000
@@ -0,0 +1,2 @@
+51a816cc145ec38866a9dc3b7e64c52ef9db1c631a8dbe50be5a98ba07e242fb  
download/shepherd-0.6.0.tar.gz
+6b2557d10fa758dbae2cf234693331074feaf2c5c2332d40d9769dee7fa3596b  
download/shepherd-0.6.0.tar.gz.sig

=== removed directory 'pkg/gnualpha/shepherd'
=== removed file 'pkg/gnualpha/shepherd/Makefile'
--- a/pkg/gnualpha/shepherd/Makefile    2018-09-26 22:57:26 +0000
+++ b/pkg/gnualpha/shepherd/Makefile    1970-01-01 00:00:00 +0000
@@ -1,50 +0,0 @@
-# Copyright © 2016 ,2018 Carl Hansen <address@hidden>, if copyright isn't too 
trivial
-#
-# 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/>.
-#
-# "alpha" version , be warned
-#
-#
-# Send bug reports and comments about GSRC problems to address@hidden
-
-NAME = shepherd
-GARNAME = shepherd
-GARVERSION = 0.5.0
-HOME_URL = http://www.gnu.org/software/shepherd/
-DESCRIPTION = System service manager
-define BLURB
-The GNU Shepherd is a daemon-managing daemon, meaning that it
-supervises the execution of system services, replacing similar
-functionality found in typical init systems.  It provides
-dependency-handling through a convenient interface and is based on
-GNU Guile.
-endef
-
-######################################################################
-
-MASTER_SITES = $(MASTER_GNU_ALPHA)
-MASTER_SUBDIR = $(GARNAME)/../shepherd/
-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

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

=== removed file 'pkg/gnualpha/shepherd/gpg-keyring'
Binary files a/pkg/gnualpha/shepherd/gpg-keyring        2018-09-26 22:57:26 
+0000 and b/pkg/gnualpha/shepherd/gpg-keyring       1970-01-01 00:00:00 +0000 
differ
=== removed file 'pkg/gnualpha/shepherd/sha256sums'
--- a/pkg/gnualpha/shepherd/sha256sums  2018-09-26 22:57:26 +0000
+++ b/pkg/gnualpha/shepherd/sha256sums  1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-e84a31b9d287b826a4bcfb69965736607a1c1f00d67aa243b7f4fa442b8eacf2  
download/shepherd-0.5.0.tar.gz
-8ad485b5954a426ff8be00f0d2991ad706658e1b3802de7705269bb46d60591a  
download/shepherd-0.5.0.tar.gz.sig


reply via email to

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