aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Atom: tweak indent for slot logicZac Medico2012-07-021-24/+24
* Atom: evaluate_conditionals slot-abi, bug #424489Zac Medico2012-07-021-7/+31
* _slot_abi: fix broken function refsv2.2.0_alpha113Zac Medico2012-06-251-2/+2
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-222-13/+205
* Atom: cleanup str()/unicode() usageZac Medico2012-06-201-17/+23
* Add a _get_slot_re() function.Zac Medico2012-06-101-0/+3
* dep: remove old "DEPEND SYNTAX" commentsZac Medico2012-06-101-14/+0
* use_reduce: use _eapi_attrsZac Medico2012-06-101-2/+3
* _get_eapi_attrs: move to eapi moduleZac Medico2012-06-101-32/+1
* dep: move regex constants to top of fileZac Medico2012-06-101-16/+17
* _get_atom_wildcard_re: use _eapi_attrsZac Medico2012-06-101-16/+22
* _get_atom_re: share cache between more EAPIsZac Medico2012-06-101-4/+6
* _get_useflag_re: use _eapi_attrsZac Medico2012-06-101-20/+28
* _get_usedep_re: use _eapi_attrsZac Medico2012-06-101-33/+43
* Atom: use _eapi_attrs in constructorZac Medico2012-06-101-10/+15
* _get_atom_re: handle many combinationsZac Medico2012-06-101-19/+43
* depgraph: pass use_reduce result to dep_checkZac Medico2012-06-082-8/+14
* Use any() to optimize intersection operations.Zac Medico2012-05-301-6/+4
* portage.dep.Atom: Ignore allow_repo argument when non-None eapi is passed.Arfrever Frehtes Taifersar Arahesis2012-05-301-4/+9
* Atom: use a single _get_atom_re() callZac Medico2012-05-131-14/+15
* dep_check: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-15/+21
* _pkg_str: validate repo (move code from Package)Zac Medico2012-05-131-3/+1
* best_match_to_list: use _pkg_strZac Medico2012-05-131-7/+5
* match_from_list: avoid multiple meanings of mycpvZac Medico2012-05-131-2/+2
* cpvequal: use _pkg_strZac Medico2012-05-131-8/+19
* match_from_list: preserve input in resultZac Medico2012-05-131-4/+6
* _pkg_str: add version attribute for comparisonsZac Medico2012-05-131-7/+11
* match_from_list: handle Package.UNKNOWN_REPOZac Medico2012-05-121-1/+4
* Add a _pkg_str class to cache catpkgsplit resultsZac Medico2012-05-121-2/+6
* Add portage.eapi.eapi_allows_dots_in_use_flags().Arfrever Frehtes Taifersar Arahesis2012-05-121-11/+11
* Allow dots in package names in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-05-121-23/+48
* dep.__init__: move writemsg import to topZac Medico2012-04-221-2/+1
* Replace @returns with @return.Zac Medico2012-03-271-1/+1
* Support repository dependencies in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-01-161-2/+6
* ExtendedAtomDict: fix for python-traceZac Medico2012-01-101-4/+7
* Fix missed ROOT -> EROOT changes.Zac Medico2011-10-271-2/+6
* match_to_list: preserve orderZac Medico2011-10-051-1/+8
* best_match_to_list: order by version numberZac Medico2011-10-031-1/+35
* Fix Atom.with_repo() bugs.Zac Medico2011-09-221-5/+2
* Atom: add a with_repo method for adding a repoZac Medico2011-09-221-0/+12
* Atom: add a with_slot method for adding a slotZac Medico2011-09-101-0/+8
* Improve indentation for readability.Arfrever Frehtes Taifersar Arahesis2011-06-231-2/+2
* Fix some typoes in docs and comments.v2.2.0_alpha39Zac Medico2011-06-091-1/+1
* useflag/dep_re: less strict if eapi NoneZac Medico2011-06-091-4/+15
* use_reduce: disallow empty parensArfrever Frehtes Taifersar Arahesis2011-06-091-0/+3
* Atom: avoid TypeError with PyPyZac Medico2011-06-081-1/+5
* extract_affecting_use: _get_useflag_re(eapi)Zac Medico2011-06-081-2/+2
* Add initial support for EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2011-06-081-12/+10
* dep_zapdeps: use digraph for preference selectionZac Medico2011-05-301-2/+9
* dep_check: avoid old-style virtuals codeZac Medico2011-05-091-2/+13