then I click CancelTraceback (most recent call last):
File "/usr/lib/porthole/mainwindow.py", line 511, in view_filter_changed
self.load_upgrades_list()
File "/usr/lib/porthole/mainwindow.py", line 525, in load_upgrades_list
self.wait_dialog_response, "_Cancel", True)
File "/usr/lib/porthole/utils.py", line 160, in __init__
self.progbar = gtk.ProgressBar()
SystemError: NULL result without error in PyObject_Call
pyxml pygtk also remergeTraceback (most recent call last):
File "/usr/lib/porthole/mainwindow.py", line 537, in wait_dialog_response
self.ut.please_die()
AttributeError: MainWindow instance has no attribute 'ut'

Centericq is a text mode menu- and window-driven IM interface that supports the ICQ2000, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols.

Ehm, agilo? To IM your PC to install some software, or something? Not trying to be harsh, but this thread is about discussing portage/emerge tools.Agilo wrote:I don't know if I have to create an eBuild for it, but I'd very much like to see CenterICQ being implemented into the Portage tree.
Code: Select all
$ emerge -s centericq
Searching...
[ Results for search key : centericq ]
[ Applications found : 1 ]
* net-im/centericq
Latest version available: 4.9.12
Latest version installed: [ Not Installed ]
Size of downloaded files: 1,593 kB
Homepage: http://konst.org.ua/eng/software/centericq/info.html
Description: A ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber Client
License: GPL-2
Code: Select all
ayanami root # time emerge -S mozilla > /dev/null
real 15m57.883s
user 9m28.485s
sys 4m40.234s
Code: Select all
ayanami root # time emerge -S mozilla > /dev/null
real 1m26.742s
user 0m17.807s
sys 0m2.631s
Code: Select all
ayanami root # time portage-c --search mozilla > /dev/null
real 0m1.719s
user 0m0.011s
sys 0m0.010s
Code: Select all
ayanami root # portage-c --search libstdc++-v3
>>>Search<<<
>>>Search->libstdc++-v3
sys-libs/libstdc++-v3-3.3.3-r1 Size:23279245
Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++
http://gcc.gnu.org/libstdc++/
<<<Search>>>
Wow.. I.. ehm..Genone wrote:also:Code: Select all
$ emerge -s centericq Searching... [ Results for search key : centericq ] [ Applications found : 1 ] * net-im/centericq Latest version available: 4.9.12 Latest version installed: [ Not Installed ] Size of downloaded files: 1,593 kB Homepage: http://konst.org.ua/eng/software/centericq/info.html Description: A ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber Client License: GPL-2
Code: Select all
ayanami root # ./imlate amd64
Package Name amd64 x86
--------------------------------------------------------------------------------
app-accessibility/gok 0.10.0 0.10.2
app-accessibility/gnome-mag 0.10.10 0.10.11
app-arch/arj 3.10.18 3.10g
app-arch/dump 0.4.34 0.4.36
app-cdr/k3b 0.11.10 0.11.12-r1

Air-Op wrote:You forgot revdep-rebuild!
revdep-rebuild is basically a neccessity if you're using ~arch
HEhehe.. it might actually be included in portage... :S

Code: Select all
cd /sbin
wget http://www.tecknojunky.com/gentoo/gsc
chmod 700 gsc

Code: Select all
truffle root # portlog-info
PORT_LOGDIR not found.
truffle root # grep PORT_LOGDIR /etc/make.conf
PORT_LOGDIR="/var/log/portage"

Code: Select all
PORT_LOGDIR="`sed -n 's:^PORT_LOGDIR=::p' /etc/make.conf`"
Code: Select all
PORT_LOGDIR_HOLDER="`sed -n 's:^PORT_LOGDIR=::p' /etc/make.conf`"
PORT_LOGDIR="`echo $PORT_LOGDIR_HOLDER | sed -n 's:"::p' | sed -n 's:"::p'`"
Code: Select all
PORT_LOGDIR="/var/log/portage"Code: Select all
PORT_LOGDIR=/var/log/portageCode: Select all
PORT_LOGDIR_HOLDER="`sed -n 's:^PORT_LOGDIR=::p' /etc/make.conf`"
if echo $PORT_LOGDIR_HOLDER | grep -q '"'
then PORT_LOGDIR="`echo $PORT_LOGDIR_HOLDER | sed -n 's:"::p' | sed -n 's:"::p'
else PORT_LOGDIR="`echo $PORT_LOGDIR_HOLDER`"
fi