summaryrefslogtreecommitdiffstats
path: root/pym/portage/dep/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix default use match for implicit IUSE.v2.2.0_alpha159Zac Medico2013-01-211-3/+5
* Use unicode_literals more.Zac Medico2013-01-181-0/+2
* test_paren_reduce: disable deprecation warningZac Medico2013-01-031-2/+2
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-6/+6
* Disallow SLOT="${slot}/${subslot}=" in ebuilds.Arfrever Frehtes Taifersar Arahesis2012-12-111-1/+1
* Update doc string of portage.dep.extract_affecting_use().Arfrever Frehtes Taifersar Arahesis2012-11-251-5/+5
* EAPI="5-progress": Add automatic unpack dependencies.Arfrever Frehtes Taifersar Arahesis2012-11-241-0/+45
* Atom.without_use: preserve blocker prefixZac Medico2012-11-141-3/+9
* Move portage.dep._internal_warnings to portage.v2.2.0_alpha139Zac Medico2012-10-161-10/+5
* match_from_list: rm redundant catpkgsplit(mycpv)Zac Medico2012-10-141-3/+2
* EAPI="5-progress": Add master_repositories(), repository_path(),Arfrever Frehtes Taifersar Arahesis2012-10-141-0/+1
* Atom: support *_beta* wildcard, bug #437872Zac Medico2012-10-101-2/+2
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-221-5/+5
* Atom: don't allow :slot* syntaxZac Medico2012-09-181-0/+2
* Rename slot-abi stuff to refer to slot-operator.Zac Medico2012-08-291-47/+47
* EAPI 5: REQUIRED_USE at-most-one-of ?? operatorZac Medico2012-08-271-15/+32
* match_from_list: match slot for extended atomsZac Medico2012-07-181-1/+1
* Support =*/*-*9999* wildcard atom, bug #402197.Zac Medico2012-07-181-15/+60
* portage.update: use isvalidatom for EAPI checkZac Medico2012-07-171-2/+10
* Atom: tweak indent for slot logicZac Medico2012-07-021-24/+24
* Atom: evaluate_conditionals slot-abi, bug #424489Zac Medico2012-07-021-7/+31
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-221-13/+113
* 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-081-2/+5
* 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
* _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