From 3410931856ac66756df378a8889d91c28bedf8d7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 19 Feb 2010 09:19:17 +0000 Subject: Remove deprecated portdbapi.getfetchlist() method. svn path=/main/trunk/; revision=15377 --- pym/portage/dbapi/porttree.py | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 6012cd414..830cef4a5 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -793,30 +793,6 @@ class portdbapi(dbapi): return uri_map - def getfetchlist(self, mypkg, useflags=None, mysettings=None, - all=0, mytree=None): - - writemsg("!!! pordbapi.getfetchlist() is deprecated, " + \ - "use getFetchMap() instead.\n", noiselevel=-1) - - if all: - useflags = None - elif useflags is None: - if mysettings is None: - mysettings = self.doebuild_settings - mysettings.setcpv(mypkg, mydb=self) - useflags = mysettings["PORTAGE_USE"].split() - uri_map = self.getFetchMap(mypkg, useflags=useflags, mytree=mytree) - - all_uris = [] - all_files = [] - for filename, uris in uri_map.items(): - for uri in uris: - all_uris.append(uri) - all_files.append(filename) - - return [all_uris, all_files] - def getfetchsizes(self, mypkg, useflags=None, debug=0): # returns a filename:size dictionnary of remaining downloads myebuild = self.findname(mypkg) -- cgit v1.2.3-1-g7c22