aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the release notes for a release.v2.2.8Brian Dolbec2014-01-051-5/+14
* Add updating the NEWS, RELEASE_NOTES files to the release process.Brian Dolbec2014-01-051-3/+6
* mkrelease: add a --runtests shortcutMike Frysinger2014-01-052-7/+15
* portage(5): layout.conf: clarify profile-formats keyMike Frysinger2014-01-051-2/+3
* runtests: hardfail when a requested version is not foundMike Frysinger2014-01-051-0/+6
* runtests: add a "supported" shortcutMike Frysinger2014-01-052-3/+8
* document release processMike Frysinger2014-01-051-0/+25
* portage(5): layout.conf: add a proper format/attributes sectionMike Frysinger2014-01-051-13/+70
* Make use of optparse to fix argument parsing for Python 2.6 in bin/chpathtool...Tom Wijsman2014-01-051-9/+36
* mkrelease: clean up bash styleMike Frysinger2014-01-051-28/+37
* prepstrip: do no strip static libs when FEATURES=splitdebugMike Frysinger2014-01-051-2/+7
* portage.exception.PortageException: Improve performance (at least with Python...Arfrever Frehtes Taifersar Arahesis2014-01-021-18/+27
* Bug #496134: Preserve extended attributes in binary packages.Arfrever Frehtes Taifersar Arahesis2013-12-273-3/+14
* Fix ResourceWarning.Arfrever Frehtes Taifersar Arahesis2013-12-241-1/+1
* ebuild(5): delete newinfo referencesMike Frysinger2013-12-221-2/+0
* add a __bashpid helper for <bash-4.0 versionsMike Frysinger2013-12-216-7/+14
* econf: update configure/config.{sub,guess} atomically to avoid racesMike Frysinger2013-12-171-6/+11
* QA warning for files in /var/{cache,lock,run}/ or /run/Sebastian Luther2013-12-111-1/+18
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2013-12-051-1/+1
* Don't filter USE for binary packages with IUSE (bug 485920)Sebastian Luther2013-12-051-6/+1
* Fix unnecessary rebuild (bug 487198)Sebastian Luther2013-12-052-19/+139
* Fix crash in _ignore_dependencySebastian Luther2013-12-051-0/+1
* Bug #489544: Document empty value of sync-type and sync-uri attributes in rep...Arfrever Frehtes Taifersar Arahesis2013-12-031-2/+8
* portageq: Print deprecation warnings for deprecated commands.Arfrever Frehtes Taifersar Arahesis2013-12-021-0/+6
* portage.5: Fix location of note about repos.conf directory.Arfrever Frehtes Taifersar Arahesis2013-12-021-9/+8
* whitespace cleanup.Brian Dolbec2013-12-011-13/+13
* man-portage.5 Further document repos.conf fixes bug #491426Alexander Berntsen2013-12-011-3/+4
* make.conf.5, Mention sourced files syntaxAlexander Berntsen2013-12-011-1/+2
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2013-12-014-7/+7
* Optimize out a common element for an early return.Brian Dolbec2013-12-011-2/+2
* Another slot operator bug (bug 486580, try 2)Sebastian Luther2013-12-012-16/+95
* docompress: add --limit support with newer EAPIsMike Frysinger2013-12-013-2/+5
* portage.const: restore two dropped featuresMike Frysinger2013-11-301-0/+2
* portage.const: tweak styleMike Frysinger2013-11-301-36/+111
* portage.const: add git-r3 to the list of live eclassesSebastian Luther2013-11-302-1/+2
* portage.const: move list of live eclasses hereSebastian Luther2013-11-304-21/+15
* fix random pylint errorsMike Frysinger2013-11-296-225/+225
* Use portage.const.TIMESTAMP_FORMAT where appropriateSebastian Luther2013-11-291-3/+3
* egencache: --write-timestamp to create metadata/timestamp.chkSebastian Luther2013-11-292-0/+18
* _emerge.depgraph.depgraph._show_abi_rebuild_info(): Write to stdout instead o...Arfrever Frehtes Taifersar Arahesis2013-11-281-3/+3
* _emerge.depgraph.depgraph._compute_abi_rebuild_info(): Simplify some code.Arfrever Frehtes Taifersar Arahesis2013-11-281-4/+2
* Suppress debug outout from testsSebastian Luther2013-11-271-1/+1
* Fix a missing rebuildSebastian Luther2013-11-272-2/+56
* portageq envvar: shell escape variable (bug 492314)Sebastian Luther2013-11-261-1/+1
* test_slot_conflict_rebuild: drop pointless list castMike Frysinger2013-11-261-1/+1
* countdown: clean up & simplify a bitMike Frysinger2013-11-261-9/+9
* fix py-3 compatibilityBrian Dolbec2013-11-261-1/+1
* Add test case for bug 486580Sebastian Luther2013-11-261-0/+75
* Fix slot operator handling bugSebastian Luther2013-11-261-15/+41
* Show packages forcing rebuilds (bug 472104)Sebastian Luther2013-11-261-0/+91