gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8106: GNU standards and maintanance info


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8106: GNU standards and maintanance info
Date: Sat, 12 Feb 2022 18:35:58 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8106
revision-id: carlhansen1234@gmail.com-20220212233554-i2ts4w66vn9yzoim
parent: carlhansen1234@gmail.com-20220211204009-ht7p2xtgq23esr7c
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2022-02-12 15:35:54 -0800
message:
  GNU standards and maintanance info
removed:
  pkg/gnu/gnumaintainerinfo/     
gnumaintainerinfo-20170927004920-r71ovfe5pg41tp7d-1
  pkg/gnu/gnumaintainerinfo/Makefile makefile-20170927004920-r71ovfe5pg41tp7d-3
  pkg/gnu/gnumaintainerinfo/config.mk 
config.mk-20170927004920-r71ovfe5pg41tp7d-2
modified:
  pkg/gnu/gnustandards/Makefile  makefile-20160617014725-uokjfnggs70iry9h-895
=== removed directory 'pkg/gnu/gnumaintainerinfo'
=== removed file 'pkg/gnu/gnumaintainerinfo/Makefile'
--- a/pkg/gnu/gnumaintainerinfo/Makefile        2022-02-08 02:18:56 +0000
+++ b/pkg/gnu/gnumaintainerinfo/Makefile        1970-01-01 00:00:00 +0000
@@ -1,77 +0,0 @@
-# Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 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 = GNU Maintainer information 
-GARNAME = gnumaintainerinfo
-GARVERSION = 2022-01-10
-HOME_URL = http://www.gnu.org/prep/
-DESCRIPTION = GNU maintainer information
-define BLURB
-This package contains info documents, in texinfo source form, 
-outlining the  information for GNU package maintainers.
-See http://www.gnu.org/prep/ to see it all online, ready to read.
-endef
-
-######################################################################
-#https://www.gnu.org/prep/standards/standards.texi.tar.gz
-#https://www.gnu.org/prep/maintain/maintain.texi.tar.gz
-# not in mirrors:
-MASTER_SITES = https://www.gnu.org/
-MASTER_SUBDIR = prep/maintain/
-DISTFILES =  maintain.texi.tar.gz 
-SIGFILES =
-
-NOCHECKSUM = $(DISTFILES)
-BUILD_SCRIPTS = infofiles
-INSTALL_SCRIPTS = infofiles
-INFO_FILES = maintain.info standards.info
-COLLISIONS = share/info/dir
-
-BUILDDEPS = texinfo
-LIBDEPS =
-
-WORKSRC=$(WORKDIR)/
-
-######################################################################
-
-include config.mk
-include ../../../gar/gar.mk
-include ../../../gar/gar.lib/info.mk
-
-# This builds/install the .info version. If you desire html,pdf, etc
-# look at texinfo documentation.
-
-.PHONY: build-infofiles install-infofiles
-
-build-infofiles:
-       @printf "[$(OK)build$(OFF)] $(MSG)Building info files\n$(OFF)"
-       cd $(WORKSRC) && makeinfo maintain
-       cd $(WORKSRC) && makeinfo standards
-       $(MAKECOOKIE)
-
-install-infofiles: 
-       @printf "[$(OK)install$(OFF)] $(MSG)Installing info files\n$(OFF)"
-       $(INSTALL_INFO)   $(WORKSRC)/maintain.info 
-       $(INSTALL_INFO)   $(WORKSRC)/standards.info
-       $(MAKECOOKIE)
-
-

=== removed file 'pkg/gnu/gnumaintainerinfo/config.mk'
--- a/pkg/gnu/gnumaintainerinfo/config.mk       2017-09-27 00:51:35 +0000
+++ b/pkg/gnu/gnumaintainerinfo/config.mk       1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
-## Configuration options  ##
-
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=

=== modified file 'pkg/gnu/gnustandards/Makefile'
--- a/pkg/gnu/gnustandards/Makefile     2017-09-27 00:51:06 +0000
+++ b/pkg/gnu/gnustandards/Makefile     2022-02-12 23:35:54 +0000
@@ -1,7 +1,8 @@
 # Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2022 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# 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
@@ -18,12 +19,12 @@
 
 NAME = GNU Coding Standards
 GARNAME = gnustandards
-GARVERSION = 2017-09-26
+GARVERSION = 2020.07
 HOME_URL = http://www.gnu.org/prep/
 DESCRIPTION = GNU coding standards and maintainer information
 define BLURB
 This package contains info documents, in texinfo source form, 
-outlining the GNU coding standards. 
+outlining the GNU coding standards and GNU program maintainer information. 
 See http://www.gnu.org/prep/ to see it all online, ready to read.
 endef
 
@@ -32,15 +33,14 @@
 #https://www.gnu.org/prep/maintain/maintain.texi.tar.gz
 # not in mirrors:
 MASTER_SITES = https://www.gnu.org/
-MASTER_SUBDIR = prep/standards/
-#DISTFILES =  maintain.texi.tar.gz
-DISTFILES = standards.texi.tar.gz 
+MASTER_SUBDIR = prep/maintain/
+DISTFILES =   maintain.texi.tar.gz
 SIGFILES =
 
 NOCHECKSUM = $(DISTFILES)
-BUILD_SCRIPTS = info
-INSTALL_SCRIPTS = info
-INFO_FILES =  standards.info
+BUILD_SCRIPTS = infos
+INSTALL_SCRIPTS = infos
+INFO_FILES =  standards.info maintain.info
 COLLISIONS = share/info/dir
 
 BUILDDEPS = texinfo
@@ -57,14 +57,16 @@
 # This builds/install the .info version. If you desire html,pdf, etc
 # look at texinfo documentation.
 
-build-info:
+build-infos:
        @printf "[$(OK)build$(OFF)] $(MSG)Building info files\n$(OFF)"
+       $(MAKECOOKIE)
        cd $(WORKSRC) && makeinfo standards
-       $(MAKECOOKIE)
+       cd $(WORKSRC) && makeinfo maintain
 
-install-info:
+install-infos:
        @printf "[$(OK)install$(OFF)] $(MSG)Installing info files\n$(OFF)"
        mkdir -p $(packageprefix)/share/info
+       $(INSTALL_INFO) $(WORKSRC)/maintain.info
        $(INSTALL_INFO) $(WORKSRC)/standards.info
        $(MAKECOOKIE)
 


reply via email to

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