* [gentoo-commits] proj/R_overlay:depres_wip commit in: roverlay/ebuild/
@ 2012-07-12 18:10 André Erdmann
0 siblings, 0 replies; only message in thread
From: André Erdmann @ 2012-07-12 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 6f8a76b78179c56be4f2118daf160559fce26e89
Author: André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Thu Jul 12 17:47:33 2012 +0000
Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Thu Jul 12 18:09:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=6f8a76b7
unused functions commented out
---
roverlay/ebuild/creation.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/roverlay/ebuild/creation.py b/roverlay/ebuild/creation.py
index b606ae9..778f93a 100644
--- a/roverlay/ebuild/creation.py
+++ b/roverlay/ebuild/creation.py
@@ -44,10 +44,10 @@ class EbuildCreation ( object ):
self.package_info.set_readonly()
# --- end of __init__ (...) ---
- def done ( self ) : return self.status < 1
- def busy ( self ) : return self.status > 0
- def success ( self ) : return self.status == 0
- def fail ( self ) : return self.status < 0
+ #def done ( self ) : return self.status < 1
+ #def busy ( self ) : return self.status > 0
+ #def success ( self ) : return self.status == 0
+ #def fail ( self ) : return self.status < 0
def run ( self ):
"""Creates an ebuild. Returns None (implicit)."""
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-12 18:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 18:10 [gentoo-commits] proj/R_overlay:depres_wip commit in: roverlay/ebuild/ André Erdmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox