projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5337b7b
)
Remove deprecated binarytree.get_use() method. (trunk r15376)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:32:20 +0000
(20:32 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:32:20 +0000
(20:32 -0000)
svn path=/main/branches/2.1.7/; revision=15603
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index f3b7b00de73886fe9f7ab7f9ac52beff1bb27cad..ce636dd9ca35491a34a1b704df4bede069f36282 100644
(file)
--- a/
pym/portage/dbapi/bintree.py
+++ b/
pym/portage/dbapi/bintree.py
@@
-1111,11
+1111,6
@@
class binarytree(object):
# package is downloaded, state is updated by self.inject().
return True
- def get_use(self, pkgname):
- writemsg("deprecated use of binarytree.get_use()," + \
- " use dbapi.aux_get() instead", noiselevel=-1)
- return self.dbapi.aux_get(pkgname, ["USE"])[0].split()
-
def gettbz2(self, pkgname):
"""Fetches the package from a remote site, if necessary. Attempts to
resume if the file appears to be partially downloaded."""