summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dep
Commit message (Collapse)AuthorAgeFilesLines
* test_paren_reduce: disable deprecation warningZac Medico2013-01-031-4/+7
|
* Atom: support *_beta* wildcard, bug #437872Zac Medico2012-10-102-2/+10
|
* Atom: don't allow :slot* syntaxZac Medico2012-09-183-4/+1
| | | | This syntax is useless, and PMS doesn't discuss it.
* Rename slot-abi stuff to refer to slot-operator.Zac Medico2012-08-292-11/+11
| | | | | This makes it consistent with the language in the PMS eapi-5 branch: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=5d6749ac9e5ddc5b1daaad7737b65fa81c6ece47
* EAPI 5: REQUIRED_USE at-most-one-of ?? operatorZac Medico2012-08-272-2/+18
| | | | | See bug #354219 and the PMS patch: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=1c2dff2df2305aff88a734e3a2716de1bb69f3b6
* match_from_list: match slot for extended atomsZac Medico2012-07-181-0/+2
|
* Support =*/*-*9999* wildcard atom, bug #402197.Zac Medico2012-07-182-0/+6
|
* test_match_from_list: test slot-abi moreZac Medico2012-06-221-0/+8
|
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-223-2/+45
| | | | Refer to 4-slot-abi.docbook for a full description.
* test_match_from_list: fix _pkg_str usageZac Medico2012-06-121-3/+3
|
* cpvequal: use _pkg_strZac Medico2012-05-131-2/+3
|
* test_best_match_to_list: test all permutationsv2.2.0_alpha61Zac Medico2011-10-051-9/+19
|
* best_match_to_list: order by version numberZac Medico2011-10-031-0/+4
| | | | This should fix the issue shown in bug 375265, comment #10.
* useflag/dep_re: less strict if eapi NoneZac Medico2011-06-091-1/+1
| | | | | When eapi is None then validation is not as strict, since we want the same to work for multiple EAPIs that may have slightly different rules.
* test_use_reduce: test empty parens (bug 370565)Zac Medico2011-06-091-1/+3
|
* use_reduce: disallow empty parensArfrever Frehtes Taifersar Arahesis2011-06-091-3/+3
| | | | This will fix bug #370565.
* extract_affecting_use: _get_useflag_re(eapi)Zac Medico2011-06-081-2/+2
| | | | | This is needed for EAPI="4-python" added in commit 586760f37fb9784327d8447182d49810662f4427.
* Update timestamps in headers of modified files.Zac Medico2011-04-131-1/+1
|
* extract_affecting_use: test bug #363073Zac Medico2011-04-111-0/+3
|
* Update dates in headers.Zac Medico2011-02-071-1/+1
|
* paren_reduce: allow parens in atoms, for EAPI 4Zac Medico2011-02-071-0/+2
| | | | This will fix bug #354003.
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-041-1/+11
|
* check_required_use: clarify operator logicZac Medico2011-02-041-0/+5
|
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-041-0/+5
|
* REQUIRED_USE: more display testsZac Medico2011-02-031-0/+10
|
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-031-1/+16
|
* REQUIRED_USE: fix parens display and testZac Medico2011-02-031-1/+31
|
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-031-2/+35
| | | | This will fix bug #353234.
* test_dep_getrepo: fix copyright headerZac Medico2010-12-301-2/+1
|
* use_reduce: Next try on full reductionSebastian Luther2010-10-151-3/+14
|
* use_reduce: Another fix for bug 340973.Zac Medico2010-10-151-8/+12
|
* use_reduce: Add non-working test for bug 340973.Zac Medico2010-10-151-0/+6
|
* UseReduceTestCase: Show whole string in exceptionZac Medico2010-10-151-3/+6
|
* use_reduce: Add more tests.Zac Medico2010-10-151-1/+7
|
* Fix use_reduce + opconvert of "A || ( B C )".Zac Medico2010-10-151-6/+4
|
* Fix use_reduce + opconvert of "|| ( A B ) C".Zac Medico2010-10-151-16/+10
| | | | | Also, tweak other test results to match the additional brackets that this change introduces in some cases.
* Test use_reduce opconvert breakage.Zac Medico2010-10-151-0/+13
|
* use_reduce: Fully reduce complex || constructs.Sebastian Luther2010-10-151-26/+74
| | | | This will fix bug 340973.
* Add a simpler non-working use_reduce test.Zac Medico2010-10-141-0/+5
|
* Add non-working use_reduce tests.Zac Medico2010-10-141-0/+14
|
* Fix use_reduce() case from bug #340973.Zac Medico2010-10-141-6/+5
|
* Add test case for bug #340973.Zac Medico2010-10-141-1/+7
|
* Allow repository specs for atoms with wildcardsSebastian Luther2010-10-121-0/+10
|
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-0/+30
|
* Tests: test isvalidatom ::repo syntax supportSebastian Luther2010-09-141-87/+129
|
* portage.dep: Add support for ::repo syntax to all functions and classesSebastian Luther2010-09-142-72/+99
| | | | This also adds the dep_getrepo() function
* Tests: Add use_reduce test case for bug 120374Sebastian Luther2010-09-131-0/+1
|
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+1
|
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-21/+24
|
* Atom.violated_conditionals: Always treat deps as violated if the flag is not ↵Sebastian Luther2010-08-241-0/+8
| | | | in IUSE