projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
858e434
)
remove unused function
author
Marius Mauch
<genone@gentoo.org>
Fri, 25 Apr 2008 03:00:58 +0000
(
03:00
-0000)
committer
Marius Mauch
<genone@gentoo.org>
Fri, 25 Apr 2008 03:00:58 +0000
(
03:00
-0000)
svn path=/main/trunk/; revision=9967
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index fdf0f1168f992b9b1d61e358a0cc32654f29ddb4..3c287a7d6f5918fe24de3baca9dc6e4c9c598b04 100644
(file)
--- a/
pym/portage/dbapi/porttree.py
+++ b/
pym/portage/dbapi/porttree.py
@@
-521,14
+521,6
@@
class portdbapi(dbapi):
l.sort()
return l
- def p_list(self,mycp):
- d={}
- for oroot in self.porttrees:
- for x in listdir(oroot+"/"+mycp,EmptyOnError=1,ignorecvs=1):
- if x[-7:]==".ebuild":
- d[x[:-7]] = None
- return d.keys()
-
def cp_list(self, mycp, use_cache=1, mytree=None):
if self.frozen and mytree is None:
cachelist = self.xcache["cp-list"].get(mycp)