From bd86f96b81794e101b89f9bca289093811a613dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 21 Feb 2012 17:53:09 +0100 Subject: Added dialog about removement --- templates/pages/index.mako | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'templates') diff --git a/templates/pages/index.mako b/templates/pages/index.mako index 2fa3d2a..10c3cc7 100644 --- a/templates/pages/index.mako +++ b/templates/pages/index.mako @@ -3,6 +3,8 @@ %> <%inherit file="/page.mako" /> +

Important: Portato does not work with current versions of portage. Hence I asked to remove it from Gentoo. I do not know, if I will ever make it work again. So please step up if you are interested in getting it running again.

+

Portato is a GUI for the package manager of Gentoo and Sabayon - Portage. It is mostly written in Python for the GTK+-frontend, which is used in most Linux desktop environments (except KDE).

@@ -52,3 +54,24 @@ emerge -av portato
  • Porthole - also written in Python and using GTK+. This frontend inspired me to do my own ;). I also suggest this one as the alternative if Portato does not work as expected.
  • Kuroo - a frontend especially aimed for the KDE environment. (Development seems to have stopped)
  • + +
    +

    + Portato does not work with current versions of portage. Hence I asked to remove it from Gentoo. +

    +

    I do not know, if I will ever make it work again. So please step up if you are interested in getting it running again.

    +
    + +<%def name="style()"> + ${parent.style()} + + + + + -- cgit v1.2.3