commit-womb
[Top][All Lists]
Advanced

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

[commit-womb] gnumaint/rec package-descriptor.rec nonpackages...


From: Brandon Invergo
Subject: [commit-womb] gnumaint/rec package-descriptor.rec nonpackages...
Date: Sat, 19 Mar 2016 11:47:34 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Brandon Invergo <brandon>       16/03/19 11:47:34

Modified files:
        rec            : package-descriptor.rec 
Added files:
        rec            : nonpackages.rec 

Log message:
        add rec-formatted nonpackages file

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/rec/package-descriptor.rec?cvsroot=womb&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnumaint/rec/nonpackages.rec?cvsroot=womb&rev=1.1

Patches:
Index: package-descriptor.rec
===================================================================
RCS file: /sources/womb/gnumaint/rec/package-descriptor.rec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- package-descriptor.rec      19 Mar 2016 11:43:41 -0000      1.3
+++ package-descriptor.rec      19 Mar 2016 11:47:34 -0000      1.4
@@ -1,4 +1,4 @@
-# $Id: package-descriptor.rec,v 1.3 2016/03/19 11:43:41 brandon Exp $
+# $Id: package-descriptor.rec,v 1.4 2016/03/19 11:47:34 brandon Exp $
 # Public domain.
 #
 # This file is maintained in the CVS repository of GNU womb,
@@ -67,7 +67,7 @@
 ## Allowed activity statuses:
 %type: activity_status enum
 + ok newmaint newcomaint newpkg nomaint container subpkg stable
-+ stale moribund alpha decommissioned
++ stale moribund alpha decommissioned nonpkg
 %type: last_activity,last_release_date date
 ##
 ## CONSTRAINTS
@@ -76,6 +76,7 @@
 + activity_status != 'subpkg' &&
 + activity_status != 'stable' &&
 + activity_status != 'decommissioned' &&
++ activity_status != 'nonpkg' &&
 + note != 'no-release' &&
 + note != 'released-through-vc' &&
 + note != 'many packages' => #last_activity

Index: nonpackages.rec
===================================================================
RCS file: nonpackages.rec
diff -N nonpackages.rec
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ nonpackages.rec     19 Mar 2016 11:47:34 -0000      1.1
@@ -0,0 +1,21 @@
+# $Id: nonpackages.rec,v 1.1 2016/03/19 11:47:34 brandon Exp $
+# Public domain.
+# 
+# This file records information about software that is not an official
+# GNU package on its own, but we want to automatically generate entries
+# about it anyway.  There is nothing private in this file. 
+
+%rec: Package rec/package-descriptor.rec
+%doc: Packages which are not official or independent
+
+package: gnus
+doc_category: Email
+doc_summary: Emacs-based mail and news reader.
+activity_status: nonpkg
+
+package: mh-e
+doc_category: Email
+doc_summary: Emacs interface to the MH mail system.
+activity_status: nonpkg
+
+# End. (Do not remove this line or the blank line before it.  Thanks.)



reply via email to

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