From d5c4405e9e37c7793033fe190c9507eb5e39dcc5 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 25 Jun 2008 21:09:17 +0200 Subject: Added Package_22 and System_22 --- portato/backend/portage/package_22.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 portato/backend/portage/package_22.py (limited to 'portato/backend/portage/package_22.py') diff --git a/portato/backend/portage/package_22.py b/portato/backend/portage/package_22.py new file mode 100644 index 0000000..4fe03d9 --- /dev/null +++ b/portato/backend/portage/package_22.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# +# File: portato/backend/portage/package_22.py +# This file is part of the Portato-Project, a graphical portage-frontend. +# +# Copyright (C) 2008 René 'Necoro' Neumann +# This is free software. You may redistribute copies of it under the terms of +# the GNU General Public License version 2. +# There is NO WARRANTY, to the extent permitted by law. +# +# Written by René 'Necoro' Neumann + +from __future__ import absolute_import, with_statement + +from .package import PortagePackage + +class PortagePackage_22 (PortagePackage): + """ + The 2.2 specialization of the portage package. + Currently this is identical to the normal one. + """ + pass -- cgit v1.2.3-54-g00ecf