New ebuild for new LICQ version.
Created attachment 2635 [details] Updated LICQ 1.2.0 Ebuild
Note that version 1.2.0a is out, which fixes some compile-time bug. All you need to do is to rename the ebuild into licq-1.2.0a.ebuild, and apply this: --- licq-1.2.0.ebuild Mon Jul 29 12:26:22 2002 +++ licq-1.2.0a.ebuild Mon Jul 29 12:48:46 2002 @@ -45,7 +45,7 @@ # note! watch the --prefix=/usr placement; licq itself installs into /usr, but the # optional kde/qt interface (to which second_conf belogns) installs its files in # $KDE3DIR/{lib,share}/licq - cd plugins/qt-gui + cd plugins/qt-gui-1.2.0 make -f Makefile.cvs || die ./configure --host=${CHOST} ${second_conf} --prefix=/usr || die emake || die @@ -60,7 +60,7 @@ make DESTDIR=${D} install || die if [ "`use qt`" ] then - cd plugins/qt-gui + cd plugins/qt-gui-1.2.0 make DESTDIR=${D} install || die fi FWIW, I tested this version and, so far, it works for me fine.
Please assign to somebody better suited.. i'm havinf gcc 3.x probs with this, can't seem to fint the right dir for vector.h.. checking for openssl/ssl.h... yes checking for DH_free in -lcrypto... yes checking for SSL_new in -lssl... yes checking if OpenSSL support can be enabled... yes checking for vector.h... no configure: error: You need to have the libstdc++ headers installed !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 25, Exitcode 1 !!! (no error message) Also, minor note: >>> md5 ;-) licq-1.2.0a.tar.bz2 kde kde /usr/sbin/ebuild.sh: [: : integer expression expected >>> Checking licq-1.2.0a.tar.bz2's mtime... Haven't really found out where it came from :o) Thanks!
I can take this bug.
The ebuild for 1.2.0 is in the portage tree now. Thanks for the submission.
*** Bug 5919 has been marked as a duplicate of this bug. ***