summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Collapse)AuthorAgeFilesLines
* Take sound advice and move all the use expand files into desc/Alec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3057
* Make repoman check for USE expand descriptions in other files so USE_EXPAND ↵Alec Warner2006-04-031-0/+4
| | | | | | variables can have longer/better/faster/stronger descriptions. svn path=/main/trunk/; revision=3056
* fix some nasty repoman tricks causing problems (always use absolute paths ↵Marius Mauch2006-03-271-3/+3
| | | | | | with manifest2 code) svn path=/main/trunk/; revision=3020
* Add files/ prefix for AUX files in manifest1 entries; fix digest.unused ↵v2.1_pre7Marius Mauch2006-03-251-8/+15
| | | | | | check partially by checking all DIST entries against all SRC_URI entries of a package (instead of per ebuild checks) svn path=/main/trunk/; revision=3002
* Load virtuals on demand in order to avoid needless vdb scanning during a ↵Zac Medico2006-03-251-1/+1
| | | | | | simple 'import portage'. Virtuals are loaded during import, for initialization of portage.settings, only when autouse is enabled (though autouse is disabled by default). svn path=/main/trunk/; revision=2999
* update -I long optionMike Frysinger2006-03-191-1/+1
| | | | svn path=/main/trunk/; revision=2954
* delete extraneous printMike Frysinger2006-03-191-1/+0
| | | | svn path=/main/trunk/; revision=2953
* move the err/warn funcs togetherMike Frysinger2006-02-241-5/+4
| | | | svn path=/main/trunk/; revision=2780
* Fix a missing parenthesis.Alec Warner2006-02-231-1/+1
| | | | svn path=/main/trunk/; revision=2779
* Kill inject for good.Alec Warner2006-02-231-3/+2
| | | | svn path=/main/trunk/; revision=2775
* Suggestion from Brian Harring to remove extra processing, condense code.Alec Warner2006-02-221-9/+1
| | | | svn path=/main/trunk/; revision=2762
* get rid of pointless whitespaceMike Frysinger2006-02-141-1/+1
| | | | svn path=/main/trunk/; revision=2710
* Make repoman ebuild.invalidname message a bit more usefulMarius Mauch2006-02-131-1/+1
| | | | svn path=/main/trunk/; revision=2707
* make repoman obey NOCOLOR for bug 77566 (patch by antarus)Zac Medico2006-02-101-0/+2
| | | | svn path=/main/trunk/; revision=2688
* touchup the way options are declared to prevent bitrot, add a --quiet option ↵Mike Frysinger2006-02-011-57/+107
| | | | | | and use it, and make the help output useful svn path=/main/trunk/; revision=2612
* Added a check for obsolete virtual/x11 usage in dependencies.Jason Stubbs2006-01-271-1/+28
| | | | svn path=/main/trunk/; revision=2587
* Fix typo in error descriptionMarius Mauch2006-01-251-1/+1
| | | | svn path=/main/trunk/; revision=2584
* Add a warning for KEYWORDS=-*Marius Mauch2006-01-241-5/+19
| | | | svn path=/main/trunk/; revision=2583
* Add further checks for correct DEPEND syntaxJason Stubbs2006-01-241-0/+8
| | | | svn path=/main/trunk/; revision=2580
* add FEATURES=assume-digests so i dont have to keep hashing all the glibc ↵Mike Frysinger2006-01-131-1/+1
| | | | | | tarballs whenever i want to commit svn path=/main/trunk/; revision=2562
* filter '(' and ')' tokens also when checking for invalid atoms.Brian Harring2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2533
* bug 42299, detect and fail invalid atoms in *DEPENDBrian Harring2006-01-051-18/+21
| | | | svn path=/main/trunk/; revision=2532
* update copyright yearsMike Frysinger2006-01-051-2/+2
| | | | svn path=/main/trunk/; revision=2526
* tweak multiline whitespace display cause i'm anal like thatMike Frysinger2005-12-291-2/+2
| | | | svn path=/main/trunk/; revision=2491
* Check for adequate spacing around "||", "(" and ")" tokens.Jason Stubbs2005-12-251-12/+34
| | | | svn path=/main/trunk/; revision=2466
* Drop the virtuals related fatal errors down to warnings.Jason Stubbs2005-12-101-1/+3
| | | | svn path=/main/trunk/; revision=2352
* integration chunk of the cache subsystem patch.Brian Harring2005-11-051-1/+1
| | | | | | Will deal with UNUSED_0* after this svn path=/main/branches/2.0/; revision=2258
* Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7Jason Stubbs2005-10-301-1/+1
| | | | | | | | dblink.__init__() and merge(). Adjust all calls to dblink(), merge() and doebuild() to specify what tree should be used for aux_get(). Patch created with the help of Zac Medico (zmedico). svn path=/main/branches/2.0/; revision=2203
* Add path to utf-8 checks so that repoman doesn't break outside of the ↵Jason Stubbs2005-10-041-1/+1
| | | | | | package dir svn path=/main/branches/2.0/; revision=2089
* touches up on file.name check, part of glep31Brian Harring2005-10-011-2/+2
| | | | svn path=/main/branches/2.0/; revision=2065
* file.name fixup for glep31 checks.Brian Harring2005-09-281-0/+2
| | | | svn path=/main/branches/2.0/; revision=2034
* bug 106544 , glep31 enforcement checksBrian Harring2005-09-241-0/+41
| | | | svn path=/main/branches/2.0/; revision=2020
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+1522
svn path=/main/branches/2.0/; revision=1941