Example #1
0
    def __init__(self):
        SyncBase.__init__(self, 'layman', 'app-portage/layman')

        self._layman = None
        self.storage = ''
        self.current_storage = ''
Example #2
0
 def __init__(self):
     SyncBase.__init__(self, 'layman', 'app-portage/layman')
Example #3
0
	def __init__(self):
		SyncBase.__init__(self, None, '>=sys-apps/portage-2.3')
Example #4
0
	def __init__(self):
		SyncBase.__init__(self, 'emerge-webrsync', '>=sys-apps/portage-2.3')
Example #5
0
	def __init__(self):
		SyncBase.__init__(self, "rsync", RSYNC_PACKAGE_ATOM)
Example #6
0
 def __init__(self):
     SyncBase.__init__(self, "emerge-webrsync", ">=sys-apps/portage-2.3")
Example #7
0
	def __init__(self):
		SyncBase.__init__(self, "git", portage.const.GIT_PACKAGE_ATOM)
Example #8
0
 def __init__(self):
     SyncBase.__init__(self, "cvs", portage.const.CVS_PACKAGE_ATOM)
Example #9
0
	def __init__(self):
		SyncBase.__init__(self, "svn", "dev-vcs/subversion")