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 | 59b53576013ac7f34506ee7ead664aed63eaa10b (patch) | |
tree | decde68450ba1de2cde1813fc353d73cc2e793c6 /net-misc/omniORB | |
parent | Adding new ebuild, closing bug #17642 (diff) | |
download | historical-59b53576013ac7f34506ee7ead664aed63eaa10b.tar.gz historical-59b53576013ac7f34506ee7ead664aed63eaa10b.tar.bz2 historical-59b53576013ac7f34506ee7ead664aed63eaa10b.zip |
homepage syntax fix
Diffstat (limited to 'net-misc/omniORB')
-rw-r--r-- | net-misc/omniORB/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-304-r7.ebuild | 9 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-305.ebuild | 8 |
3 files changed, 14 insertions, 10 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-304-r7.ebuild b/net-misc/omniORB/omniORB-304-r7.ebuild index b20490f10cfb..bac48ffd67dc 100644 --- a/net-misc/omniORB/omniORB-304-r7.ebuild +++ b/net-misc/omniORB/omniORB-304-r7.ebuild @@ -1,17 +1,16 @@ # 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-304-r7.ebuild,v 1.7 2003/02/28 16:55:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-304-r7.ebuild,v 1.8 2003/03/25 21:02:42 seemant Exp $ S=${WORKDIR}/${PN/ORB/} DESCRIPTION="a robust, high-performance CORBA 2 ORB" +HOMEPAGE="http://www.uk.research.att.com/omniORB/" SRC_URI="ftp://ftp.uk.research.att.com/pub/omniORB/omniORB3/${PN}_${PV}.tar.gz ftp://ftp.uk.research.att.com/pub/omniORB/omniORBpy/${PN}py_1_4.tar.gz ftp://ftp.uk.research.att.com/pub/omniNotify/omniNotify1/omniNotify11b1.tar.gz ftp://ftp.uk.research.att.com/pub/omniORB/omniORB3/${PN}_${PV}_bugfixes.patch" -HOMEPAGE="http://www.uk.research.att.com/omniORB/" -DEPEND="virtual/glibc - dev-lang/python" +DEPEND="dev-lang/python" PLT="i586_linux_2.0_glibc2.1" KEYWORDS="x86 sparc " @@ -22,7 +21,7 @@ src_unpack() { unpack ${PN}_${PV}.tar.gz cd ${S} - patch -p0< ${DISTDIR}/${PN}_${PV}_bugfixes.patch || die "Patching failed" + epatch ${DISTDIR}/${PN}_${PV}_bugfixes.patch cd ${S}/src/lib unpack ${PN}py_1_4.tar.gz cd ${S}/src/services 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/" |