summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* repoman: pass type_name to Package constructorv2.2.0_alpha35Zac Medico2011-05-231-1/+1
* repoman: make virtual.oldstyle a warning for nowZac Medico2011-05-051-0/+1
* repoman: remove most old-style virtual checksZac Medico2011-05-011-45/+0
* repoman: Check for PROVIDE.Ulrich Mueller2011-05-011-0/+5
* repoman: cleanup gpgsignv2.2.0_alpha30Zac Medico2011-04-131-12/+23
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageArfrever Frehtes Taifersar Arahesis2011-04-031-1/+1
|\
| * repoman: fix profiles.desc overlay pathZac Medico2011-04-031-1/+1
* | Support PORTAGE_GPG_SIGNING_COMMAND variable.Arfrever Frehtes Taifersar Arahesis2011-04-031-12/+15
|/
* Minor improvements in gpgsign().Arfrever Frehtes Taifersar Arahesis2011-03-311-5/+4
* Simplify calculation of repoman_settings["PORTAGE_GPG_DIR"] in gpgsign().Arfrever Frehtes Taifersar Arahesis2011-03-301-5/+2
* Use os.path.expanduser() to simplify code.Arfrever Frehtes Taifersar Arahesis2011-03-301-4/+1
* repoman: add back portage.internal checkZac Medico2011-02-251-0/+2
* Recognize git-2.eclass as a live eclass.Zac Medico2011-02-141-0/+1
* repoman: add check for using offset vars with helpersFabian Groffen2011-01-301-0/+1
* When killed by signal, return 128 + signum.Zac Medico2011-01-151-3/+5
* repoman: ignore deprecated profiles.desc entriesZac Medico2010-12-181-0/+3
* repoman: handle ElementTree.ParseErrorZac Medico2010-12-171-1/+1
* repoman: fix broken masking checkv2.2.0_alpha5Zac Medico2010-11-241-1/+1
* repoman: enable dep check with empty KEYWORDSZac Medico2010-11-221-12/+50
* repoman: add wxwidgets.eclassnotused (bug 305469)Ryan Hill2010-11-131-0/+11
* repoman: use slice to avoid IndexErrorZac Medico2010-10-271-1/+1
* repoman: optimize svn keywords handlingZac Medico2010-10-271-4/+7
* repoman: avoid possible IndexError with svn propsZac Medico2010-10-271-1/+2
* Fix some typos and improve a message in repoman.Arfrever Frehtes Taifersar Arahesis2010-10-231-6/+5
* Bug #340475: Make repoman check if SVN keywords are enabled in svn:keywords.Arfrever Frehtes Taifersar Arahesis2010-10-231-16/+24
* Allow repoman to commit files, which have changes only in SVN properties.Arfrever Frehtes Taifersar Arahesis2010-10-231-3/+3
* Fix indention error in repoman headerstring code.v2.2_rc94Zac Medico2010-10-111-3/+3
* Invert repoman cvs logic for headerstring.Zac Medico2010-10-111-1/+1
* Don't look for $Header$ when using svn.Michał Górny2010-10-111-17/+23
* Revert fix for bug #339939, pending discussion.Zac Medico2010-10-071-15/+0
* repoman: Don't count git snapshots as live.Zac Medico2010-10-071-0/+15
* Include gpg key in repoman commit message.Zac Medico2010-10-061-1/+3
* Fix a typo in a comment.Zac Medico2010-09-281-1/+1
* Fix breakage (from reposyntax branch) in repoman's ability to appendZac Medico2010-09-281-1/+4
* Make repoman tolerate errors from utime() when fetching metadata.dtd.Zac Medico2010-09-191-2/+9
* Add virtual/linux-sources to repoman's RDEPEND.suspect check.Zac Medico2010-09-171-0/+1
* Bug #337180 - Add a --unmatched-removal option for stricter checkingZac Medico2010-09-151-0/+4
* Make sure atoms in profiles follow the profiles EAPISebastian Luther2010-09-131-1/+1
* Make repoman disable FEATURES=unknown-features-warn for the profilesZac Medico2010-09-021-0/+4
* Fix broken reference to config.pmaskdict for repoman --without-mask.Zac Medico2010-08-271-1/+4
* repoman: Fix NameError on musedict when metadata is not available.Michał Górny2010-08-271-1/+1
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-261-0/+1
* Use dict.__iter__() instead of keys().Zac Medico2010-08-261-1/+1
* Make repoman ignore FEATURES=digest when in manifest-check mode.Zac Medico2010-08-261-1/+2
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-261-27/+0
* Fix repoman's allvalid variable to account for more possibly invalidZac Medico2010-08-261-1/+4
* Parse flag descriptions in repoman.utilities.parse_metadata_use().Michał Górny2010-08-261-5/+3
* Disable 'unused local USE-description' check if there are any invalids.Michał Górny2010-08-261-5/+9
* Remove unused myiuse variable in repoman.Zac Medico2010-08-261-5/+0
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-3/+2