summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* Add dev-util/ftjam to the RDEPEND.suspect list as per bug #221537, comment #3.Zac Medico2008-05-171-0/+1
* Skip blocker atoms for the RDEPEND.suspect check. (trunk r10335)Zac Medico2008-05-141-1/+2
* Bug #221537 - Add a new "RDEPEND.suspect" check for packages in RDEPEND thatZac Medico2008-05-141-0/+41
* Fix the EbuildQuote check to ignore "echo" and the elog functions sinceZac Medico2008-04-281-1/+4
* For repoman, only cache the metadata necessary for visibilityZac Medico2008-04-081-0/+5
* Fix java.eclassesnotused logic. Thanks to Betelgeuse. (trunk r9732)Zac Medico2008-04-081-1/+2
* Fix typos. Thanks to Arfrever Frehtes Taifersar ArahesisZac Medico2008-03-301-1/+1
* Do not allow commit mode together with the --without-mask options.Zac Medico2008-03-301-2/+5
* Add a new "ebuild.patches" check for the PATCHES variable that's used byZac Medico2008-03-291-3/+13
* Don't trigger the 'java.eclassesnotused' on blocker atoms. (trunk r9586)Zac Medico2008-03-291-1/+5
* Add a new "java.eclassesnotused" check for cases where DEPEND containsZac Medico2008-03-291-0/+9
* Bug #213629 - Use EAPI.incompatible in cases where EAPI=0 and a defaultZac Medico2008-03-281-2/+9
* Bug #213629 - Create an EAPI.incompatible category and use it in casesZac Medico2008-03-281-3/+12
* Bug #209418 - Add a new KEYWORDS.dropped check that compares keywordsZac Medico2008-03-281-1/+31
* Bug #212509 - Display a note about the --without-mask option when thereZac Medico2008-03-281-0/+6
* Bug #212509 - Implement a new --without-mask option that causes repoman toZac Medico2008-03-281-0/+3
* Bug #212621 - Make the EbuildQuote check do quoting validation for miscZac Medico2008-03-281-1/+8
* Bug #211294 - Make repoman bail out if arch.list contains unrecognizedZac Medico2008-03-281-3/+12
* Remove IUSE.invalid from qawarnings since there's no reason forZac Medico2008-03-281-1/+0
* Bug #211294 - Make repoman ignore profiles labeled with anything otherZac Medico2008-02-271-0/+3
* Bug #211067 - Make the "portdir_overlay" and "mydir" variables containZac Medico2008-02-221-4/+6
* Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse. (trunk r9290)Zac Medico2008-02-081-1/+1
* Remove the manifest1 digest file removal code since it's no longerZac Medico2008-02-011-39/+0
* Unconditionally disable manifest1 compatibility since it's been droppedZac Medico2008-01-311-4/+1
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-311-15/+1
* Check for quoted ${A}. Thanks to maekke for this patch. (trunk r9206)Zac Medico2008-01-311-1/+12
* Replace hardcoded value with max_desc_len. (trunk r9192)Zac Medico2008-01-121-1/+1
* Bug #203887 - Make repoman recognize RESTRICT="installsources".Zac Medico2008-01-111-1/+2
* Adjust the max DESCRIPTION.toolong length to 100 characters so thatZac Medico2008-01-111-2/+2
* Add a new "ebuild.autotools" check for when ebuilds callZac Medico2008-01-111-5/+19
* Add a DESCRIPTION.toolong warning for when the DESCRIPTION line isZac Medico2008-01-111-0/+11
* per bug 204468, remove old check from repoman (all ebuilds inZac Medico2008-01-111-26/+0
* Bug #204651 - Make repoman respect NOCOLOR=true. (trunk r9151)Zac Medico2008-01-061-1/+2
* Minor code readablity enhancements:Zac Medico2007-12-281-6/+8
* Bug #201498 - Use desktop-file-validate to validate *.desktopZac Medico2007-12-281-1/+27
* Fix broken handling of the tuple that's returned fromZac Medico2007-12-281-1/+1
* Eliminate redundant "notadded" error filtering. (trunk r9023)Zac Medico2007-12-211-7/+1
* Bug #140180 - Ignore missing HOMEPAGE and LICENSE variables forZac Medico2007-12-191-1/+2
* Split out a format_qa_output() function to eliminate duplicate code.Zac Medico2007-12-151-59/+57
* Instead of all modes, only in commit mode save an extra copy of QAZac Medico2007-12-151-1/+3
* Save QA output so that it can be conveniently displayedZac Medico2007-12-151-13/+99
* Prompt the user before letting the editorZac Medico2007-12-141-0/+5
* * Add support for multi-line commit message input by using EOFZac Medico2007-12-141-7/+84
* Fix the bug #198398 code from trunk to be compatible with the codeZac Medico2007-12-131-2/+2
* Use the BAD color class instead of hardcoded red. (trunk r8904)Zac Medico2007-12-131-1/+1
* Bug #198398 - Make repoman bail out if support for RMD160 hashZac Medico2007-12-131-0/+18
* Bug #140180 - Never trigger a LICENSE.missing violation for old styleZac Medico2007-11-241-2/+4
* Make 'full' the default mode, since 'scan' can be annoying when itZac Medico2007-11-201-4/+4
* Convert all the checks in repoman.checks to use a new LineCheckZac Medico2007-11-201-108/+90
* Remove the usage.obsolete "KEYWORDS contain -*" warning since peoplev2.1.3.19Zac Medico2007-11-061-3/+0