* [gentoo-commits] portage r9967 - main/trunk/pym/portage/dbapi
@ 2008-04-25 3:00 Marius Mauch (genone)
0 siblings, 0 replies; only message in thread
From: Marius Mauch (genone) @ 2008-04-25 3:00 UTC (permalink / raw
To: gentoo-commits
Author: genone
Date: 2008-04-25 03:00:58 +0000 (Fri, 25 Apr 2008)
New Revision: 9967
Modified:
main/trunk/pym/portage/dbapi/porttree.py
Log:
remove unused function
Modified: main/trunk/pym/portage/dbapi/porttree.py
===================================================================
--- main/trunk/pym/portage/dbapi/porttree.py 2008-04-25 02:30:39 UTC (rev 9966)
+++ main/trunk/pym/portage/dbapi/porttree.py 2008-04-25 03:00:58 UTC (rev 9967)
@@ -521,14 +521,6 @@
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)
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-25 3:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 3:00 [gentoo-commits] portage r9967 - main/trunk/pym/portage/dbapi Marius Mauch (genone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox