diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-21 01:33:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-21 01:33:38 +0000 |
commit | 22735c7a7379fec0732dfd86ed84e84294060ba8 (patch) | |
tree | 06e88824a87147ee301eecd7accb615345390478 /net-misc/nxcomp | |
parent | Stable on mips for bug #109678. (diff) | |
download | historical-22735c7a7379fec0732dfd86ed84e84294060ba8.tar.gz historical-22735c7a7379fec0732dfd86ed84e84294060ba8.tar.bz2 historical-22735c7a7379fec0732dfd86ed84e84294060ba8.zip |
Install libXcomp.so* instead of libXcomp.so.${PV} so that nxssh and others
can link
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'net-misc/nxcomp')
-rw-r--r-- | net-misc/nxcomp/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/nxcomp/Manifest | 10 | ||||
-rw-r--r-- | net-misc/nxcomp/nxcomp-1.5.0.ebuild | 6 |
3 files changed, 14 insertions, 8 deletions
diff --git a/net-misc/nxcomp/ChangeLog b/net-misc/nxcomp/ChangeLog index ed835f562423..aedd79bcb852 100644 --- a/net-misc/nxcomp/ChangeLog +++ b/net-misc/nxcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/nxcomp # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/ChangeLog,v 1.19 2005/10/20 22:24:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/ChangeLog,v 1.20 2005/10/21 01:33:38 agriffis Exp $ + + 21 Oct 2005; Aron Griffis <agriffis@gentoo.org> nxcomp-1.5.0.ebuild: + Install libXcomp.so* instead of libXcomp.so.${PV} so that nxssh and others + can link 20 Oct 2005; Aron Griffis <agriffis@gentoo.org> nxcomp-1.5.0.ebuild: Add lib -> $(get_libdir) symlink in /usr/NX; seems to be necessary for diff --git a/net-misc/nxcomp/Manifest b/net-misc/nxcomp/Manifest index 6e40d6d2cf62..985625581b29 100644 --- a/net-misc/nxcomp/Manifest +++ b/net-misc/nxcomp/Manifest @@ -1,17 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 726255af8c0c26825382b01d6c899f08 ChangeLog 2567 +MD5 f2f30f5f9037b410cea69a3d5661032b ChangeLog 2727 MD5 bbbdf1a4b71647d0606017837bb7fc69 files/digest-nxcomp-1.3.2-r1 66 MD5 eb79d26514557a9076393ddca0e9db75 files/digest-nxcomp-1.5.0 67 MD5 b3913b98fb03efcd7677b50a7d8d0b71 files/nxcomp-1.5.0-pic.patch 513 MD5 8e92b9291198042d907534cb08b013f8 metadata.xml 361 MD5 10613855f29c1af490bb1bb997eb46a3 nxcomp-1.3.2-r1.ebuild 979 -MD5 dd9f164f3ed12ba4eb1b422aea61f3b8 nxcomp-1.5.0.ebuild 1053 +MD5 cca1c31c3b462d76dc4a66c2bb5d1cac nxcomp-1.5.0.ebuild 1070 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDWBkzJrHF4yAQTrARAjOlAJ934Wr/AsEkcalgQnNsp4WEMj3pNgCglfgb -dj6ogNmpQfPx/IVklvKCaLE= -=sn+W +iD8DBQFDWEV/JrHF4yAQTrARAunVAKDKth0jB7gcRm7Mu5BtqzjrUb4tIQCgo6TG +W4DNPOLjntPpI1qJtJ2MW+8= +=xm5L -----END PGP SIGNATURE----- diff --git a/net-misc/nxcomp/nxcomp-1.5.0.ebuild b/net-misc/nxcomp/nxcomp-1.5.0.ebuild index 4dc74bef8f96..7f24cd24e0ec 100644 --- a/net-misc/nxcomp/nxcomp-1.5.0.ebuild +++ b/net-misc/nxcomp/nxcomp-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/nxcomp-1.5.0.ebuild,v 1.2 2005/10/20 22:24:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/nxcomp-1.5.0.ebuild,v 1.3 2005/10/21 01:33:38 agriffis Exp $ inherit eutils multilib @@ -34,12 +34,14 @@ src_compile() { src_install() { into /usr/NX - dolib libXcomp.so.${PV} + dolib libXcomp.so* if [[ $(get_libdir) != lib ]]; then # necessary for nxclient to work, it seems ln -s "$(get_libdir)" ${D}/usr/NX/lib fi + preplib /usr/NX/lib + insinto /usr/NX/include doins NX.h |