diff options
Diffstat (limited to 'app-admin/gentoolkit/files/lintool/checklist-for-ebuilds')
-rw-r--r-- | app-admin/gentoolkit/files/lintool/checklist-for-ebuilds | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-admin/gentoolkit/files/lintool/checklist-for-ebuilds b/app-admin/gentoolkit/files/lintool/checklist-for-ebuilds deleted file mode 100644 index 94c5cef1cfef..000000000000 --- a/app-admin/gentoolkit/files/lintool/checklist-for-ebuilds +++ /dev/null @@ -1,15 +0,0 @@ -1) Is the header correct ? - - Copyright sentence has correct year - - Correct author - - $Header: -2) Is S correct ? -3) Is DESCRIPTION set ? -4) Is SRC_URI correct ? -5) Is HOMEPAGE correct ? -6) Is DEPEND correct ? - - Is a separate RDEPEND required ? -7) Is || die used instead of try ? -8) Does it write to ${D} and not / ? -9) Are tabs used instead of spaces ? - - |