Remove 'filedir.missing' check info.
authorMichał Górny <gentoo@mgorny.alt.pl>
Thu, 15 Jul 2010 09:33:03 +0000 (11:33 +0200)
committerZac Medico <zmedico@gentoo.org>
Thu, 15 Jul 2010 12:45:32 +0000 (05:45 -0700)
It is not used anywhere, and don't seem to be a useful check at all.

bin/repoman
man/repoman.1

index 235d4f079d0fabda0c6ea750d94d2cc9d6e8b383..53b9ad0cdf5e11d14c8b9d2243203f23146578c8 100755 (executable)
@@ -270,7 +270,6 @@ qahelp={
        "ebuild.notadded":"Ebuilds that exist but have not been added to cvs",
        "ebuild.patches":"PATCHES variable should be a bash array to ensure white space safety",
        "changelog.notadded":"ChangeLogs that exist but have not been added to cvs",
-       "filedir.missing":"Package lacks a files directory",
        "file.executable":"Ebuilds, digests, metadata.xml, Manifest, and ChangeLog do note need the executable bit",
        "file.size":"Files in the files directory must be under 20 KiB",
        "file.size.fatal":"Files in the files directory must be under 60 KiB",
index 362e6e5382cf8b2a943ea31fac543f6083d1b6de..58165bb7d8b3a1dc7a4c9608a8e0294c1b1a5f3f 100644 (file)
@@ -294,9 +294,6 @@ File/dir name must be composed of only the following chars: a-zA-Z0-9._-+:
 .B file.size
 Files in the files directory must be under 20k
 .TP
-.B filedir.missing
-Package lacks a files directory
-.TP
 .B inherit.autotools
 Ebuild inherits autotools but does not call eautomake, eautoconf or eautoreconf
 .TP