diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-07-16 14:39:48 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-07-16 14:39:48 +0000 |
commit | 17fd3d2b8503c80f9daf3278907ed014978b4da1 (patch) | |
tree | 7773c3cf698f0f708d650127cc654d5ce762fde0 /dev-python/omniorbpy/omniorbpy-2.5.ebuild | |
parent | cleaning up old ebuilds (diff) | |
download | gentoo-2-17fd3d2b8503c80f9daf3278907ed014978b4da1.tar.gz gentoo-2-17fd3d2b8503c80f9daf3278907ed014978b4da1.tar.bz2 gentoo-2-17fd3d2b8503c80f9daf3278907ed014978b4da1.zip |
removing newstyle objects patch as it was rejected on the mailing list.
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/omniorbpy/omniorbpy-2.5.ebuild')
-rw-r--r-- | dev-python/omniorbpy/omniorbpy-2.5.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/omniorbpy/omniorbpy-2.5.ebuild b/dev-python/omniorbpy/omniorbpy-2.5.ebuild index 3db1fb1fbef0..898c855d7ef9 100644 --- a/dev-python/omniorbpy/omniorbpy-2.5.ebuild +++ b/dev-python/omniorbpy/omniorbpy-2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/omniorbpy/omniorbpy-2.5.ebuild,v 1.8 2006/07/11 15:44:58 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/omniorbpy/omniorbpy-2.5.ebuild,v 1.9 2006/07/16 14:39:48 liquidx Exp $ inherit eutils python @@ -9,7 +9,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="A robust high-performance CORBA ORB for Python." HOMEPAGE="http://omniorb.sourceforge.net/" -SRC_URI="mirror://sourceforge/omniorb/${MY_P}.tar.gz http://www.cl.cam.ac.uk/~acnt2/files/omniORBpy-2.4-newstyleobjs02.patch" +SRC_URI="mirror://sourceforge/omniorb/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -30,9 +30,6 @@ src_unpack() { ${S}/python/COS/dir.mk \ ${S}/python/CosNaming/dir.mk \ ${S}/CosNaming__POA/dir.mk - - cd ${S} - epatch ${DISTDIR}/omniORBpy-2.4-newstyleobjs02.patch } src_compile() { |