summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/portage.rb
Commit message (Expand)AuthorAgeFilesLines
* Unification of shell_out APIsLamont Granquist2018-06-151-3/+3
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-2/+2
* Merge pull request #7027 from gengor/CHEF-7026Lamont Granquist2018-04-021-32/+26
|\
| * [[:digit:]] is impromper here. Only ASCII is allowed in ebuild names.Gordon Malm2018-03-211-1/+1
| * Fix style issues reported by travis-ci.Gordon Malm2018-03-211-1/+1
| * Rewrite candidate_version determination for increased speed, reducedGordon Malm2018-03-211-32/+26
* | mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
|/
* Remove the provider check in the portage resourceportageTim Smith2018-02-261-1/+1
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-1/+0
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-22/+22
* Fix portage provider to support version with characterChristopher Rigor2016-05-241-1/+1
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-2/+2
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-5/+4
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-2/+0
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-0/+2
* Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-021-0/+2
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-4/+3
* Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-241-0/+1
* Escape path for globbing.Claire McQuin2014-09-221-1/+3
* fix shell_out/run_command usageLamont Granquist2014-09-081-6/+2
* fixing all the extra blank linesLamont Granquist2014-07-291-2/+0
* http://tickets.opscode.com/browse/CHEF-3442pierre-o132013-05-241-4/+9
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+138
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-93/+0
* Portage atoms need an = sign before the package + versionAdam Jacob2008-10-071-1/+1
* Removing some extra commas from the portage providerAdam Jacob2008-10-051-2/+2
* Adding Portage package provider first pass. Seems to work.Ezra Zygmuntowicz2008-10-041-0/+93