summaryrefslogtreecommitdiffstats
path: root/man/repoman.1
Commit message (Collapse)AuthorAgeFilesLines
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.2_rc23Zac Medico2009-01-181-0/+4
| | | | | | | is set and RDEPEND is unset in the ebuild, since this triggers implicit RDEPEND=$DEPEND assignment. svn path=/main/trunk/; revision=12529
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-101-0/+3
| | | | | | | descriptions that are not used in any ebuilds. Thanks to Markus Meier <maekke@g.o> for the initial patch. svn path=/main/trunk/; revision=12413
* Bug #253002 - Add a new variable.invalidchar check for metadata variables thatZac Medico2008-12-291-0/+4
| | | | | | contain characters that are not part of the ASCII character set. svn path=/main/trunk/; revision=12365
* Bug #250212 - Add a new 'upstream.workaround' qa category, and use it forZac Medico2008-12-081-0/+4
| | | | | | | the EMakeParallelDisabled check. Thanks to Mike Auty <ikelos@g.o> for this patch. svn path=/main/trunk/; revision=12179
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-231-6/+0
| | | | | | Thanks to Alec Warner <antarus@g.o>. svn path=/main/trunk/; revision=12049
* Add a short -d option for the new --include-dev option. Thanks to JoshuaZac Medico2008-11-161-1/+1
| | | | | | Kinard <kumba@g.o> for the suggestion. svn path=/main/trunk/; revision=11964
* In order to reduce time consumed for dependency checks, skip 'dev' profilesZac Medico2008-11-161-0/+3
| | | | | | | | | by default and add an --include-dev option which causes them to be checked. Given the current profiles.desc content, this approximately halves the number of profiles checked by default and also halves the time consumed by repoman. Thanks to Donnie Berkholz <dberkholz@g.o> for the suggestion. svn path=/main/trunk/; revision=11962
* Add a PROPERTIES.syntax check.Zac Medico2008-10-221-0/+6
| | | | svn path=/main/trunk/; revision=11717
* Implement a new "changelog.ebuildadded" check which causes repoman to bailZac Medico2008-10-021-0/+3
| | | | | | | | out if an ebuild has been added and the ChangeLog has not been modified. This was requested by Robin H Johnson <robbat2@g.o> since it is a requirement for the packages.gentoo.org ChangeLog code. svn path=/main/trunk/; revision=11610
* Bug #234100 - Update date and portage version in man page headers.Zac Medico2008-08-091-1/+1
| | | | svn path=/main/trunk/; revision=11374
* Remove the "ebuild.disjointed" check because it's obsolete since we'veZac Medico2008-08-061-3/+0
| | | | | | switched to manifest2 only. Thanks to Arfrever for this patch. svn path=/main/trunk/; revision=11338
* Add a new "SRC_URI.mirror" check which checks to if a uri listed inZac Medico2008-07-071-0/+3
| | | | | | | profiles/thirdpartymirrors is found in SRC_URI. Thanks to Betelgeuse for the initial patch which has now been optimized with a regex. svn path=/main/trunk/; revision=10973
* drop old -i,--include-masked option #226429 by Tobias KlausmannMike Frysinger2008-06-211-3/+0
| | | | svn path=/main/trunk/; revision=10750
* Bug #224271 - New check 'IUSE.undefined', renamed from genericZac Medico2008-06-071-0/+3
| | | | | | 'ebuild.minorsyn'. svn path=/main/trunk/; revision=10593
* As suggested by Flameeyes, add a new 'inherit.autotools' check which warnsZac Medico2008-06-071-0/+3
| | | | | | | when autotools has been inherited but none of the eautomake, eautoconf or eautoreconf functions are called like they are supposed to be. svn path=/main/trunk/; revision=10592
* Bug #221537 - Add a new "RDEPEND.suspect" check for packages in RDEPEND thatZac Medico2008-05-141-0/+3
| | | | | | usually only belong in DEPEND. svn path=/main/trunk/; revision=10333
* Do not allow commit mode together with the --without-mask options.Zac Medico2008-03-301-1/+1
| | | | svn path=/main/trunk/; revision=9619
* Add a new "ebuild.patches" check for the PATCHES variable that's used byZac Medico2008-03-291-0/+3
| | | | | | | | base_src_unpack() from base.eclass. This generates a warning if the variable is not defined as an array, since this is required for white space safety. Thanks to Betelgeuse for the initial patch. svn path=/main/trunk/; revision=9587
* Add a new "java.eclassesnotused" check for cases where DEPEND containsZac Medico2008-03-281-0/+4
| | | | | | | | virtual/jdk and and the appropriate java eclass has not been inherited (a violation of the java team's policy). Thanks to Betelgeuse for the initial patch. svn path=/main/trunk/; revision=9585
* Bug #213629 - Create an EAPI.incompatible category and use it in casesZac Medico2008-03-281-0/+3
| | | | | | where EAPI=0 and a slot atom is encountered. svn path=/main/trunk/; revision=9524
* Bug #209418 - Add a new KEYWORDS.dropped check that compares keywordsZac Medico2008-03-271-0/+3
| | | | | | against the keywords of earlier ebuild versions within a slot. svn path=/main/trunk/; revision=9522
* Bug #212509 - Implement a new --without-mask option that causes repoman toZac Medico2008-03-271-1/+7
| | | | | | behave as if there are no package.mask entries. svn path=/main/trunk/; revision=9520
* remove code for manifest1 supportMarius Mauch2008-02-281-18/+0
| | | | svn path=/main/trunk/; revision=9398
* * Remove bogus "ci" mode.Zac Medico2007-11-201-1/+1
| | | | | | * Sync "scan" mode description with 2.1.2 branch. svn path=/main/trunk/; revision=8559
* Make 'full' the default mode, since 'scan' can be annoying since itZac Medico2007-11-131-1/+1
| | | | | | ommits relevant info. svn path=/main/trunk/; revision=8499
* Document the "manifest" mode.Zac Medico2007-10-151-0/+3
| | | | svn path=/main/trunk/; revision=8126
* Make repoman bail out if it is unable to properlyZac Medico2007-10-041-0/+3
| | | | | | | | access ebuild metadata for some reason. In this case it's impossible to generate a Manifest and therefore the --force option has to be disabled. svn path=/main/trunk/; revision=7914
* Eliminate confusing false positive error messagesZac Medico2007-10-031-0/+1
| | | | | | | | | | | | | | for SRC_URI.syntax and digestentry.unused that are reported when the SRC_URI for one or more ebuilds can't be parsed for some reason. There's no point in producing a false error here since the root cause will produce a valid error elsewhere, such as "SRC_URI.syntax" or "ebuild.sytax". Also, update the docs for the "ebuild.syntax" error to indicate that a digest verification failure can trigger it. svn path=/main/trunk/; revision=7905
* s/note/not/ reported by p-y.Zac Medico2007-09-241-1/+1
| | | | svn path=/main/trunk/; revision=7800
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directlyZac Medico2007-09-131-0/+3
| | | | | | with stable KEYWORDS. svn path=/main/trunk/; revision=7775
* Bug #191645 - Document the --force option.Zac Medico2007-09-121-0/+6
| | | | svn path=/main/trunk/; revision=7773
* Bug #187795 - remove pointless digest.disjointed and digest.notadded warningsZac Medico2007-09-121-6/+0
| | | | | | since they are always added to cvs automatically anyway. svn path=/main/trunk/; revision=7772
* add LIVEVCS.stable to man repomanAlec Warner2006-06-041-0/+3
| | | | svn path=/main/trunk/; revision=3458
* Add files/ prefix for AUX files in manifest1 entries; fix digest.unused ↵v2.1_pre7Marius Mauch2006-03-251-1/+1
| | | | | | 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
* Make repoman ebuild.invalidname message a bit more usefulMarius Mauch2006-02-131-1/+1
| | | | svn path=/main/trunk/; revision=2707
* document more stuffMike Frysinger2006-02-051-76/+202
| | | | svn path=/main/trunk/; revision=2666
* Add a warning for KEYWORDS=-*Marius Mauch2006-01-241-0/+3
| | | | svn path=/main/trunk/; revision=2583
* update date/version to stop people from pointless whiningMike Frysinger2005-12-221-1/+1
| | | | svn path=/main/trunk/; revision=2434
* Saleem Abdulrasool: document IUSE.invalidMike Frysinger2005-12-011-0/+6
| | | | svn path=/main/trunk/; revision=2325
* clean up the last few sections so that they are consistentMike Frysinger2005-11-051-4/+4
| | | | svn path=/main/branches/2.0/; revision=2260
* repoman will work in any portage tree, but the commit option will only work ↵Mike Frysinger2005-09-241-3/+3
| | | | | | in a cvs tree svn path=/main/branches/2.0/; revision=2019
* 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/+127
svn path=/main/branches/2.0/; revision=1941