Gentoo Archives: gentoo-portage-dev

From: Brian <dol-sen@×××××.net>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] Hello! && portage UI
Date: Tue, 14 Mar 2006 14:42:03
Message-Id: 1142347176.10776.26.camel@localhost
In Reply to: Re: [gentoo-portage-dev] Hello! && portage UI by tvali
1 On Tue, 2006-14-03 at 13:14 +0200, tvali wrote:
2 > Ok, i was, yes, speaking about kde.
3 >
4 > I will check out this Porthole :) I was actually thinking more about c
5 > ++, but nothing against python -- i was quite a fan of python when i
6 > first found it.
7
8 I believe Kuroo is in C, maybe c++
9 >
10 > I'm new to gentoo, so could you tell me, where i find some clear
11 > manual for doing the following:
12 > * Download gentoo source of Porthole
13
14 First I would unmask it and emerge it so that you have all dependencies
15 installed. enable the debug use flag or emerge pycrash-0.43 separately.
16
17 # echo =app-portage/porthole-0.5.0 /etc/portage/package.unmask
18 # echo app-portage/porthole /etc/portage/package.keywords
19 # emerge porthole
20
21 If you like it and want to make a kde interface for it,
22
23 Go to our sourceforge page and do a cvs checkout.
24 http://sourceforge.net/projects/porthole/
25
26 > * Change that source
27
28 cd into the directory, edit as desired
29
30 > * Build my version of it in such way that my portage tree is OK after
31 > that
32 >
33 then run it from a terminal:
34
35 # ./porthole -l -d
36
37
38 Also sign up to the 2 mail lists for porthole so we can discuss any
39 problems, etc.. This list is for portage development.
40
41 Then any changes can be diffed for commit.
42
43 cvs diff -u > somefile
44
45 Of course I will have to make changes to the interface loading so that
46 your changes won't kill the gtk interface code.
47
48
49 > Are --fetchonly and --usepkgonly somehow related to that?
50 >
51 --fetchonly will just get the tarball downloaded into the distfiles
52 directory.
53
54 --usepkgonly is for telling emerge to use binary packages only.
55
56
57 > 2006/3/14, Brian <dol-sen@×××××.net>:
58 > On Tue, 2006-14-03 at 00:39 +0200, tvali wrote:
59 > For KDE there are 2 projects that come to mind Kuroo, and
60 > another one
61 > that was designed to run in Konguerer, but I don't remember
62 > the name.
63 > Kuroo is being actively developed right now, I don't recall
64 > seeing
65 > anything recently on the other one.
66 >
67 > If your thinking of something being coded in python so that it
68 > can
69 > interact with and use portage code for information retrieval
70 > then check
71 > out Porthole. It is a gtk app not KDE, but will run on a KDE
72 > desktop.
73 > It sounds like it already does things similar to what you had
74 > in mind.
75 >
76 > If you wanted to port the gui code from pygtk to pyQt, I am
77 > sure that
78 > there would be a number of KDE users that would be pleased. I
79 > would
80 > definitely consider adding an optional KDE interface to it. :)
81 >
82 >
83 > --
84 > Brian <dol-sen@×××××.net>
85 >
86 > --
87 > gentoo-portage-dev@g.o mailing list
88 >
89 >
90 >
91 >
92 > --
93 > tvali
94 > (e-mail: "qtvali@×××××.com"; msn: "qtvali@×××××.com";
95 > icq: "317-492-912")
96 >
97 > Ühe eesti internetifirma lehel kohtasin tsitaati:
98 > If you don't do it excellently, dont do it at all. Because if it's not
99 > excellent, it won't be profitable or fun, and if you're not in
100 > business for fun or profit, what the hell are you doing here?
101 > Robert Townsend
102 --
103 Brian <dol-sen@×××××.net>
104
105 --
106 gentoo-portage-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] Hello! && portage UI tvali <qtvali@×××××.com>
Re: [gentoo-portage-dev] Hello! && portage UI Marius Mauch <genone@g.o>