diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 21:02:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 21:02:42 +0000 |
commit | 8134b2cf2aeae17c166c2acaac1876e600332162 (patch) | |
tree | 1d4e08b8017f0fec0185fc9192a3102505e0f85b /net-misc | |
parent | Adding new ebuild, closing bug #17642 (diff) | |
download | gentoo-2-8134b2cf2aeae17c166c2acaac1876e600332162.tar.gz gentoo-2-8134b2cf2aeae17c166c2acaac1876e600332162.tar.bz2 gentoo-2-8134b2cf2aeae17c166c2acaac1876e600332162.zip |
homepage syntax fix
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/omniORB/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-305.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-misc/omniORB/ChangeLog b/net-misc/omniORB/ChangeLog index c3305ef59686..e20957a20512 100644 --- a/net-misc/omniORB/ChangeLog +++ b/net-misc/omniORB/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-misc/omniORB # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.12 2003/02/12 08:29:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.13 2003/03/25 21:02:42 seemant Exp $ *omniORB-4.0.0 (14 Dec 2002) @@ -17,6 +17,11 @@ *omniORB-305 (25 Jul 2002) + 25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> omniORB-304-r7.ebuild, + omniORB-305.ebuild: + homepage syntax fix thanks to: Frantz Dhin <tragedy_rm@hotmail.com> in bug + #18145 + 27 Aug 2002; George Shapovalov <george@gentoo.org> omniORB-305.ebuild : fixed FILESDIR in pkg_postinst issue (by removing FILESDIR reference :)) diff --git a/net-misc/omniORB/omniORB-305.ebuild b/net-misc/omniORB/omniORB-305.ebuild index fec186dfc9df..1aaaf46e19de 100644 --- a/net-misc/omniORB/omniORB-305.ebuild +++ b/net-misc/omniORB/omniORB-305.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-305.ebuild,v 1.10 2003/02/13 15:03:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-305.ebuild,v 1.11 2003/03/25 21:02:42 seemant Exp $ -S="${WORKDIR}/omni" +S=${WORKDIR}/omni DESCRIPTION="a robust, high-performance CORBA 2 ORB" -SRC_URI="http://us.dl.sourceforge.net/sourceforge/omniorb/${PN}_${PV}.tar.gz - http://us.dl.sourceforge.net/sourceforge/omniorb/${PN}py_1_5.tar.gz" +SRC_URI="mirror://sourceforge/omniorb/${PN}_${PV}.tar.gz + mirror://sourceforge/omniorb/${PN}py_1_5.tar.gz" HOMEPAGE="http://sourceforge.net/projects/omniorb/" #the following one contains some more info, though it looks soemwhat deserted #HOMEPAGE="http://www.uk.research.att.com/omniORB/" |