diff options
author | George Shapovalov <george@gentoo.org> | 2002-08-10 04:34:22 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-08-10 04:34:22 +0000 |
commit | 125bb4a681062167b5f6fe17d7a6473c6279974c (patch) | |
tree | 073e1fa779760c3710f8938c015e48604bcfe72c /net-misc/omniORB/ChangeLog | |
parent | fixed itcl build problem (diff) | |
download | historical-125bb4a681062167b5f6fe17d7a6473c6279974c.tar.gz historical-125bb4a681062167b5f6fe17d7a6473c6279974c.tar.bz2 historical-125bb4a681062167b5f6fe17d7a6473c6279974c.zip |
ChangeLog updates
Diffstat (limited to 'net-misc/omniORB/ChangeLog')
-rw-r--r-- | net-misc/omniORB/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/net-misc/omniORB/ChangeLog b/net-misc/omniORB/ChangeLog index 4dab494a6f22..5a7dca1645bb 100644 --- a/net-misc/omniORB/ChangeLog +++ b/net-misc/omniORB/ChangeLog @@ -1,9 +1,22 @@ # ChangeLog for net-misc/omniORB # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.5 2002/08/08 18:27:55 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.6 2002/08/10 04:34:22 george Exp $ *omniORB-305 (25 Jul 2002) + 09 Aug 2002; George Shapovalov <george@gentoo.org> omniORB-305.ebuild : + + fixed the ldconfig complaint issue: + this version was creating symlinks to the libs and dolib was copying them + as regular files. Changed to cp -d + + one issue remains: + ebuild omniORB-305.ebuild qmerge or emerge omniORB -b will break while + invokying pkg_postinst function - FILESDIR gets assigned path under ${D} instead + of the right one (plain emerge works fine) + However this is a portage issue (and has been noticed for a few other packages) + Submitted a bug report, should go away as it gets fixed in portage. + 08 Aug 2002; phoen][x <phoenix@gentoo.org> files/omniORB.305 omniORB-305.ebuild : Bumped the init.d file to omniORB.305; removed notifd from and fixed the killall command. Incorporated this change in the ebuild. |