From ae7f2d4cc94dcbc2c0d19dfb4d0154589e117cd5 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 18 Jun 2007 15:32:23 +0000 Subject: added updated list to Qt --- portato/backend/system_interface.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'portato/backend/system_interface.py') diff --git a/portato/backend/system_interface.py b/portato/backend/system_interface.py index 9af0b33..3ce401c 100644 --- a/portato/backend/system_interface.py +++ b/portato/backend/system_interface.py @@ -191,6 +191,15 @@ class SystemInterface: raise NotImplementedError + def get_updated_packages (self): + """Returns the packages for which a newer package is available in the portage tree and installable (thus not masked). + This differs from update_world as it takes all installed packages into account but ignores changed useflags. + + @returns: the list of new packages + @rtype: backend.Package[]""" + + raise NotImplementedError + def get_use_desc (self, flag, package = None): """Returns the description of a specific useflag or None if no desc was found. If a package is given (in the / format) the local use descriptions are searched too. -- cgit v1.2.3-54-g00ecf