gentoolkit.find_packages(x) has moved to gentoolkit.query.Query(x).find()
authorW. Trevor King <wking@drexel.edu>
Sun, 5 Jun 2011 22:30:35 +0000 (18:30 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 5 Jun 2011 22:30:35 +0000 (18:30 -0400)
commit376f2e04fe5318234acdd7e020fea8f68d0645a6
treec0c1712a658e4053ed216291d3583874aefb9030
parent76821ae174b241838213349242acb76ce136a917
gentoolkit.find_packages(x) has moved to gentoolkit.query.Query(x).find()

Here's a history from looking through the gentoolkit logs:

  commit 2f90a4b9ceff920f793541376da21d313af083d9
  Date:  Tue Mar 9 16:42:04 2010 +0000

  gentoolkit.helpers.find_packages deprecated
  find_* moved to  Query('portage').find_*()

  commit 1ddc073811b7b69aab22cd65990bbca8e7104bef
  Date:  Fri Mar 12 21:44:29 2010 +0000

  Query.find_packages() moved to Query.find()
g_pypi/portage_utils.py