summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/Client/Gentoo.py19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/lib/Client/Gentoo.py b/src/lib/Client/Gentoo.py
index 3773fafb1..3421d413a 100644
--- a/src/lib/Client/Gentoo.py
+++ b/src/lib/Client/Gentoo.py
@@ -4,23 +4,6 @@ __revision__ = '$Revision$'
from Bcfg2.Client.Toolset import Toolset
-def Detect():
- # until the code works
- return False
-
class Gentoo(Toolset):
'''This class implelements support for emerge packages and standard rc-update services'''
-
- def VerifyService(self, entry):
- return False
-
- def VerifyPackage(self, entry):
- return False
-
- def InstallService(self, entry):
- return False
-
- def InstallPackage(self, entry):
- return False
-
-
+ pass