commit-womb
[Top][All Lists]
Advanced

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

[commit-womb] gnumaint gnupackages.txt gm Makefile .cvsignore


From: karl
Subject: [commit-womb] gnumaint gnupackages.txt gm Makefile .cvsignore
Date: Sun, 03 Mar 2013 23:59:52 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     karl <karl>     13/03/03 23:59:52

Modified files:
        .              : gnupackages.txt gm Makefile .cvsignore 

Log message:
        pgccfd new maintainer

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gnupackages.txt?cvsroot=womb&r1=1.145&r2=1.146
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gm?cvsroot=womb&r1=1.54&r2=1.55
http://cvs.savannah.gnu.org/viewcvs/gnumaint/Makefile?cvsroot=womb&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/gnumaint/.cvsignore?cvsroot=womb&r1=1.10&r2=1.11

Patches:
Index: gnupackages.txt
===================================================================
RCS file: /sources/womb/gnumaint/gnupackages.txt,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -b -r1.145 -r1.146
--- gnupackages.txt     28 Feb 2013 18:49:49 -0000      1.145
+++ gnupackages.txt     3 Mar 2013 23:59:52 -0000       1.146
@@ -1,4 +1,4 @@
-# $Id: gnupackages.txt,v 1.145 2013/02/28 18:49:49 brandon Exp $
+# $Id: gnupackages.txt,v 1.146 2013/03/03 23:59:52 karl Exp $
 # Public domain.
 # 
 # This file is maintained in the CVS repository of GNU womb,
@@ -49,7 +49,7 @@
 doc-url: /software/3dldf/manual/
 logo: /software/3dldf/graphics/dhnlogo.png
 gplv3-status: in-dev-sources (gnumaint-reply 29 Aug 2007 19:26:27)
-activity-status: moribund 20040114 (1.1.5)
+activity-status: moribund 20040116 (1.1.5.1)
 
 package: a2ps
 copyright-holder: notfsf
@@ -795,7 +795,7 @@
 logo: /software/freeipmi/images/freeipmi-logo-small.jpg
 gplv3-status: in-dev-sources
 last-contact: 14jan10 replied, next major release
-activity-status: ok 20130110 (1.2.4)
+activity-status: ok 20130227 (1.2.5)
 
 package: freetalk
 doc-category: Internet
@@ -1015,7 +1015,7 @@
 doc-url: htmlxref
 gplv3-status: done-in-5.6.2
 logo: /software/global/globe.png
-activity-status: ok 20121221 (6.2.7)
+activity-status: ok 20130228 (6.2.8)
 
 package: glpk
 mundane-name: GLPK
@@ -2591,7 +2591,7 @@
 doc-url: none
 download-url: ftp://ftp.axis.se/pub/users/hp/pgccfd/
 gplv3-status: needs-fdl-update-nomaint
-activity-status: nomaint/20000522 (0.5)
+activity-status: newmaint/20130303 (0.5)
 
 package: phantom_home
 mundane-name: Phantom.Home

Index: gm
===================================================================
RCS file: /sources/womb/gnumaint/gm,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- gm  8 Feb 2013 19:27:59 -0000       1.54
+++ gm  3 Mar 2013 23:59:52 -0000       1.55
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# $Id: gm,v 1.54 2013/02/08 19:27:59 karl Exp $
+# $Id: gm,v 1.55 2013/03/03 23:59:52 karl Exp $
 # GNU maintainer-related operations.
 # 
 # Copyright 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation Inc.
@@ -74,8 +74,8 @@
 Here are the possibilities:
 
 check fsfcopyright              verify consistency: gnupackages/copyright.list
-check maintainers               verify consistency: gnupackages/maintainers
 check ftpupload                 verify consistency: maintainers/ftp-upload
+check maintainers               verify consistency: gnupackages/maintainers
 
 generate email bypackage        make messages to send out; add -h for details.
 generate maintainers bypackage  make /gd/gnuorg/maintainers.bypkg file

Index: Makefile
===================================================================
RCS file: /sources/womb/gnumaint/Makefile,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- Makefile    25 Feb 2013 17:41:42 -0000      1.45
+++ Makefile    3 Mar 2013 23:59:52 -0000       1.46
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.45 2013/02/25 17:41:42 karl Exp $
+# $Id: Makefile,v 1.46 2013/03/03 23:59:52 karl Exp $
 # Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013
 # Free Software Foundation, Inc.
 #
@@ -27,8 +27,12 @@
 test-genmaint maint:  # this function updates gnuorg/maintainers.bypkg
        gm generate maintainers bypackage
 
-test-genemail email: fsfpackages.txt
-       gm generate email bypackage -o msg.1201 -p fsfpackages.txt -t 
template-copyright.txt
+test-genemail email:
+       gm generate email bypackage -o msg.1302 -p pkglist-cveauto.txt -t 
template-cveauto.txt
+       ls msg.1302/
+
+email-1201:
+       gm generate email bypackage -o msg.1201 -p pkglist-fsfpackages.txt -t 
template-copyright.txt
        ls msg.1201/
 test-genemail-err:
        gm generate email bypackage  # should give error, missing args

Index: .cvsignore
===================================================================
RCS file: /sources/womb/gnumaint/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- .cvsignore  3 Dec 2012 19:06:17 -0000       1.10
+++ .cvsignore  3 Mar 2013 23:59:52 -0000       1.11
@@ -7,4 +7,4 @@
 pkgnames.frommaint
 pkgnames.fromdir
 fsd
-fsfpackages.txt
+pkglist-fsfpackages.txt



reply via email to

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