From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FJAwd-0001x6-V6 for garchives@archives.gentoo.org; Tue, 14 Mar 2006 14:56:20 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5.20060308/8.13.5) with SMTP id k2EEtdRE015183; Tue, 14 Mar 2006 14:55:39 GMT Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.206]) by robin.gentoo.org (8.13.5.20060308/8.13.5) with ESMTP id k2EEtcdI004884 for <gentoo-portage-dev@lists.gentoo.org>; Tue, 14 Mar 2006 14:55:39 GMT Received: by nproxy.gmail.com with SMTP id n28so111751nfc for <gentoo-portage-dev@lists.gentoo.org>; Tue, 14 Mar 2006 06:55:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FW9R08PmF7S9XR1qlLZTlS+5AnlhtQaYQFrKhaFmQ/W2UbXzWXt9f5hw0hTV0w1CGX/BRS3ER0t8rH+m9ayrc/GV2XrximpT4BDOsFYV9+mQz17MqYiLVeY+Uj5K4McD22iM8xnB5iIE6D6ood37iIVPAfYw/e1RI3OYrh+SoKc= Received: by 10.48.239.5 with SMTP id m5mr1429639nfh; Tue, 14 Mar 2006 06:55:38 -0800 (PST) Received: by 10.49.29.4 with HTTP; Tue, 14 Mar 2006 06:55:38 -0800 (PST) Message-ID: <cea53e3c0603140655s4f413ee5o@mail.gmail.com> Date: Tue, 14 Mar 2006 16:55:38 +0200 From: tvali <qtvali@gmail.com> To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] Hello! && portage UI In-Reply-To: <1142347176.10776.26.camel@localhost> Precedence: bulk List-Post: <mailto:gentoo-portage-dev@lists.gentoo.org> List-Help: <mailto:gentoo-portage-dev+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-portage-dev+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-portage-dev+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-portage-dev.gentoo.org> X-BeenThere: gentoo-portage-dev@gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <cea53e3c0603131439y2b80d08du@mail.gmail.com> <1142297691.11552.33.camel@localhost> <cea53e3c0603140314p4056fa6as@mail.gmail.com> <1142347176.10776.26.camel@localhost> X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k2EEtcdI004884 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k2EEtdSW015183 X-Archives-Salt: a7804440-4643-40a7-be3d-13b8e117dec1 X-Archives-Hash: c20ff2f60ab0681e6a181977d3e7c41d Ok, i will finish this chat about making portage cache, then learn portage code, then write basic sql modules and when this thing is running, i am more able to be involved in portage GUI as i can understand background of portage, then ...i hope you have time to wait for me :) 2006/3/14, Brian <dol-sen@telus.net>: > On Tue, 2006-14-03 at 13:14 +0200, tvali wrote: > > Ok, i was, yes, speaking about kde. > > > > I will check out this Porthole :) I was actually thinking more about = c > > ++, but nothing against python -- i was quite a fan of python when i > > first found it. > > I believe Kuroo is in C, maybe c++ > > > > I'm new to gentoo, so could you tell me, where i find some clear > > manual for doing the following: > > * Download gentoo source of Porthole > > First I would unmask it and emerge it so that you have all dependencies > installed. enable the debug use flag or emerge pycrash-0.43 separately. > > # echo =3Dapp-portage/porthole-0.5.0 /etc/portage/package.unmask > # echo app-portage/porthole /etc/portage/package.keywords > # emerge porthole > > If you like it and want to make a kde interface for it, > > Go to our sourceforge page and do a cvs checkout. > http://sourceforge.net/projects/porthole/ > > > * Change that source > > cd into the directory, edit as desired > > > * Build my version of it in such way that my portage tree is OK after > > that > > > then run it from a terminal: > > # ./porthole -l -d > > > Also sign up to the 2 mail lists for porthole so we can discuss any > problems, etc.. This list is for portage development. > > Then any changes can be diffed for commit. > > cvs diff -u > somefile > > Of course I will have to make changes to the interface loading so that > your changes won't kill the gtk interface code. > > > > Are --fetchonly and --usepkgonly somehow related to that? > > > --fetchonly will just get the tarball downloaded into the distfiles > directory. > > --usepkgonly is for telling emerge to use binary packages only. > > > > 2006/3/14, Brian <dol-sen@telus.net>: > > On Tue, 2006-14-03 at 00:39 +0200, tvali wrote: > > For KDE there are 2 projects that come to mind Kuroo, and > > another one > > that was designed to run in Konguerer, but I don't remember > > the name. > > Kuroo is being actively developed right now, I don't recall > > seeing > > anything recently on the other one. > > > > If your thinking of something being coded in python so that i= t > > can > > interact with and use portage code for information retrieval > > then check > > out Porthole. It is a gtk app not KDE, but will run on a KDE > > desktop. > > It sounds like it already does things similar to what you had > > in mind. > > > > If you wanted to port the gui code from pygtk to pyQt, I am > > sure that > > there would be a number of KDE users that would be pleased. = I > > would > > definitely consider adding an optional KDE interface to it. := ) > > > > > > -- > > Brian <dol-sen@telus.net> > > > > -- > > gentoo-portage-dev@gentoo.org mailing list > > > > > > > > > > -- > > tvali > > (e-mail: "qtvali@gmail.com"; msn: "qtvali@gmail.com"; > > icq: "317-492-912") > > > > =DChe eesti internetifirma lehel kohtasin tsitaati: > > If you don't do it excellently, dont do it at all. Because if it's no= t > > excellent, it won't be profitable or fun, and if you're not in > > business for fun or profit, what the hell are you doing here? > > Robert Townsend > -- > Brian <dol-sen@telus.net> > > -- > gentoo-portage-dev@gentoo.org mailing list > > -- tvali (e-mail: "qtvali@gmail.com"; msn: "qtvali@gmail.com"; icq: "317-492-912") =DChe eesti internetifirma lehel kohtasin tsitaati: If you don't do it excellently, dont do it at all. Because if it's not excellent, it won't be profitable or fun, and if you're not in business for fun or profit, what the hell are you doing here? Robert Townsend --=20 gentoo-portage-dev@gentoo.org mailing list