diff options
author | 2002-04-28 04:03:38 +0000 | |
---|---|---|
committer | 2002-04-28 04:03:38 +0000 | |
commit | 59e70743cc92b4299493d80da7ccd11bbfdb3c3b (patch) | |
tree | 1fcbf05e7425ca18392ac8d3997d57fa1ceb2678 /berlin-base/omniORB | |
parent | New version (diff) | |
download | gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.gz gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.bz2 gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.zip |
cleanup
Diffstat (limited to 'berlin-base/omniORB')
-rw-r--r-- | berlin-base/omniORB/omniORB-303.ebuild | 110 |
1 files changed, 53 insertions, 57 deletions
diff --git a/berlin-base/omniORB/omniORB-303.ebuild b/berlin-base/omniORB/omniORB-303.ebuild index e28d2e5b4671..4150c9734752 100644 --- a/berlin-base/omniORB/omniORB-303.ebuild +++ b/berlin-base/omniORB/omniORB-303.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/berlin-base/omniORB/omniORB-303.ebuild,v 1.7 2001/05/28 05:24:13 achim Exp $ +# Author: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/berlin-base/omniORB/omniORB-303.ebuild,v 1.8 2002/04/28 04:03:38 seemant Exp $ -A="${PN}_${PV}.tar.gz omniORBpy_1_3.tar.gz" S=${WORKDIR}/omni DESCRIPTION="a robust, high-performance CORBA 2 ORB" 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_3.tar.gz" + ftp://ftp.uk.research.att.com/pub/omniORB/omniORBpy/${PN}py_1_3.tar.gz" HOMEPAGE="http://www.uk.research.att.com/omniORB/" DEPEND="virtual/glibc dev-lang/python" @@ -16,72 +15,69 @@ PLT="i586_linux_2.0_glibc2.1" src_unpack() { - unpack ${PN}_${PV}.tar.gz - cd ${S}/src/lib - unpack ${PN}py_1_3.tar.gz + unpack ${PN}_${PV}.tar.gz + cd ${S}/src/lib + unpack ${PN}py_1_3.tar.gz - cd ${S}/config - cp config.mk config.mk.orig - sed -e "s:#platform = ${PLT}:platform = ${PLT}:" \ - config.mk.orig > config.mk + cd ${S}/config + cp config.mk config.mk.orig + sed -e "s:#platform = ${PLT}:platform = ${PLT}:" \ + config.mk.orig > config.mk - cd ${S}/mk - cp unix.mk unix.mk.orig - sed -e "s:^MKDIRHIER.*:MKDIRHIER = mkdir -p:" unix.mk.orig > unix.mk + cd ${S}/mk + cp unix.mk unix.mk.orig + sed -e "s:^MKDIRHIER.*:MKDIRHIER = mkdir -p:" unix.mk.orig > unix.mk - cd platforms - cp ${PLT}.mk ${PLT}.orig - sed -e "s:#PYTHON = /usr.*:PYTHON=/usr/bin/python:" \ - ${PLT}.orig > ${PLT}.mk + cd platforms + cp ${PLT}.mk ${PLT}.orig + sed -e "s:#PYTHON = /usr.*:PYTHON=/usr/bin/python:" \ + ${PLT}.orig > ${PLT}.mk } src_compile() { - cd src - try make export - cd src/lib/omniORBpy - try make export + cd src + make export + cd src/lib/omniORBpy + make export || die } src_install () { - T=/opt/berlin - into ${T} - cd ${S} - dobin bin/${PLT}/* bin/scripts/* - insinto ${T}/lib/idl - doins idl/*.idl - insinto ${T}/lib/idl/COS - doins idl/COS/*.idl - cp -af include ${D}/${T} - dolib lib/${PLT}/*.{a,so*} - exeinto ${T}/lib - doexe lib/${PLT}/omnicpp - dodir ${T}/lib/python - cp -af lib/python/* ${D}/${T}/lib/python/ - doman man/man[15]/*.[15] - - exeinto /etc/rc.d/init.d - doexe ${FILESDIR}/omniORB - - dodoc CHANGES* COPYING* CREDITS PORTING README* ReleaseNote_omniORB_303 THIS_IS_omniORB_3_0_3 - cd doc - docinto print - dodoc *.ps - dodoc *.tex - dodoc *.pdf - - docinto html - dodoc *.html - docinto html/omniORB - dodoc omniORB/*.{gif,html} + T=/opt/berlin + into ${T} + cd ${S} + dobin bin/${PLT}/* bin/scripts/* + insinto ${T}/lib/idl + doins idl/*.idl + insinto ${T}/lib/idl/COS + doins idl/COS/*.idl + cp -af include ${D}/${T} + dolib lib/${PLT}/*.{a,so*} + exeinto ${T}/lib + doexe lib/${PLT}/omnicpp + dodir ${T}/lib/python + cp -af lib/python/* ${D}/${T}/lib/python/ + doman man/man[15]/*.[15] + + exeinto /etc/rc.d/init.d + doexe ${FILESDIR}/omniORB + + dodoc CHANGES* COPYING* CREDITS PORTING README* ReleaseNote_omniORB_303 THIS_IS_omniORB_3_0_3 + cd doc + docinto print + dodoc *.ps + dodoc *.tex + dodoc *.pdf + + dohtml *.html omniORB/*.{gif,html} } pkg_postinst() { - if [ ! -f "${ROOT}etc/omniORB.cfg" ] ; then - echo "ORBInitialHost `uname -n`" > ${ROOT}etc/omniORB.cfg - echo "ORBInitialPort 8200" >> ${ROOT}etc/omniORB.cfg - fi + if [ ! -f "${ROOT}etc/omniORB.cfg" ] ; then + echo "ORBInitialHost `uname -n`" > ${ROOT}etc/omniORB.cfg + echo "ORBInitialPort 8200" >> ${ROOT}etc/omniORB.cfg + fi } |