diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-24 15:52:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-24 15:52:00 +0000 |
commit | 2356d1f91dc0ee5ef498d6d7ece48f6f372d2eed (patch) | |
tree | 7073d764bb162980a6eb3af954728e6631bcfbbb /net-misc/omniORB | |
parent | nas support properly handled (diff) | |
download | historical-2356d1f91dc0ee5ef498d6d7ece48f6f372d2eed.tar.gz historical-2356d1f91dc0ee5ef498d6d7ece48f6f372d2eed.tar.bz2 historical-2356d1f91dc0ee5ef498d6d7ece48f6f372d2eed.zip |
removed clutter
Diffstat (limited to 'net-misc/omniORB')
-rw-r--r-- | net-misc/omniORB/files/digest-omniORB-304 | 3 | ||||
-rw-r--r-- | net-misc/omniORB/files/digest-omniORB-304-r6 | 3 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-304-r6.ebuild | 115 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-304.ebuild | 115 |
4 files changed, 0 insertions, 236 deletions
diff --git a/net-misc/omniORB/files/digest-omniORB-304 b/net-misc/omniORB/files/digest-omniORB-304 deleted file mode 100644 index 273ac0b5eae4..000000000000 --- a/net-misc/omniORB/files/digest-omniORB-304 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 60fe9ee00b217e20070727e7eb6fd399 omniORB_304.tar.gz 2420787 -MD5 290b557b0203e7e01b3f81d89c00b69e omniORBpy_1_4.tar.gz 794991 -MD5 b4b1ef0c05f178e0e93485f852467882 omniNotify11b1.tar.gz 328099 diff --git a/net-misc/omniORB/files/digest-omniORB-304-r6 b/net-misc/omniORB/files/digest-omniORB-304-r6 deleted file mode 100644 index 273ac0b5eae4..000000000000 --- a/net-misc/omniORB/files/digest-omniORB-304-r6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 60fe9ee00b217e20070727e7eb6fd399 omniORB_304.tar.gz 2420787 -MD5 290b557b0203e7e01b3f81d89c00b69e omniORBpy_1_4.tar.gz 794991 -MD5 b4b1ef0c05f178e0e93485f852467882 omniNotify11b1.tar.gz 328099 diff --git a/net-misc/omniORB/omniORB-304-r6.ebuild b/net-misc/omniORB/omniORB-304-r6.ebuild deleted file mode 100644 index 9b9d87d9f6c6..000000000000 --- a/net-misc/omniORB/omniORB-304-r6.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-304-r6.ebuild,v 1.5 2002/08/14 12:08:08 murphy Exp $ - -A="${PN}_${PV}.tar.gz omniORBpy_1_4.tar.gz omniNotify11b1.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_4.tar.gz - ftp://ftp.uk.research.att.com/pub/omniNotify/omniNotify1/omniNotify11b1.tar.gz" -HOMEPAGE="http://www.uk.research.att.com/omniORB/" -KEYWORDS="x86 sparc sparc64" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/glibc - >=dev-lang/python-2.1" - -PLT="i586_linux_2.0_glibc2.1" - -src_unpack() { - - unpack ${PN}_${PV}.tar.gz - cd ${S}/src/lib - unpack ${PN}py_1_4.tar.gz - cd ${S}/src/services - unpack omniNotify11b1.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}/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 - -} - - -src_compile() { - - cd ${S}/src - try make export - cd ${S}/src/lib/omniORBpy - try make export - cd ${S}/src/services/omniNotify - try make export -} - -src_install () { - - T=/usr - into ${T} - cd ${S} - dodir /usr/share/omniORB/bin/scripts - cp -af bin/scripts/* ${D}/usr/share/omniORB/bin/scripts - dobin bin/${PLT}/* - insinto ${T}/idl - doins idl/*.idl - insinto ${T}/idl/COS - doins idl/COS/*.idl - cp -af include ${D}/${T} - dodir /usr/lib/python2.1/site-packages - cd ${S} - cp -af lib/${PLT}/_* ${D}/usr/lib/python2.1/site-packages - dolib lib/${PLT}/*.{a,so*} - rm ${D}/usr/lib/_*.* - exeinto ${T}/lib - doexe lib/${PLT}/omnicpp - dodir /usr/lib/python2.1 - cp -af lib/python/* ${D}/usr/lib/python2.1/ - doman man/man[15]/*.[15] - - exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/omniORB.rc6 omniORB - - dodir /etc/omniorb - insinto /etc/omniorb - cd ${S} - doins src/services/omniNotify/channel.cfg - doins src/services/omniNotify/standard.cfg - - dodoc CHANGES* COPYING* CREDITS PORTING README* ReleaseNote_omniORB_304 THIS_IS_omniORB_3_0_4 - cd doc - docinto print - dodoc *.ps - dodoc *.tex - dodoc *.pdf - - docinto html - dodoc *.html - docinto html/omniORB - dodoc omniORB/*.{gif,html} - - dodir /etc/env.d/ - echo "PATH=/usr/share/omniORB/bin/scripts" > ${D}/etc/env.d/90omniORB - echo "OMNIORB_CONFIG=/etc/omniorb/omniORB.cfg" >> ${D}/etc/env.d/90omniORB -# echo "PYTHONPATH=/usr/share/omniORB/python" >> ${D}/etc/env.d/90omniORB -} -pkg_postinst() { - if [ ! -f "${ROOT}etc/omniorb/omniORB.cfg" ] ; then - echo "ORBInitialHost `uname -n`" > ${ROOT}etc/omniorb/omniORB.cfg - echo "ORBInitialPort 2809" >> ${ROOT}etc/omniorb/omniORB.cfg -# ln -s ${ROOT}etc/omniorb/omniORB.cfg /etc/omniORB.cfg - fi - /usr/bin/python ${FILESDIR}/mkomnistubs.py -} diff --git a/net-misc/omniORB/omniORB-304.ebuild b/net-misc/omniORB/omniORB-304.ebuild deleted file mode 100644 index ebc631781806..000000000000 --- a/net-misc/omniORB/omniORB-304.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-304.ebuild,v 1.11 2002/08/14 12:08:08 murphy Exp $ - -A="${PN}_${PV}.tar.gz omniORBpy_1_4.tar.gz omniNotify11b1.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_4.tar.gz - ftp://ftp.uk.research.att.com/pub/omniNotify/omniNotify1/omniNotify11b1.tar.gz" -HOMEPAGE="http://www.uk.research.att.com/omniORB/" -KEYWORDS="x86 sparc sparc64" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/glibc - >=dev-lang/python-2.1" - -PLT="i586_linux_2.0_glibc2.1" - -src_unpack() { - - unpack ${PN}_${PV}.tar.gz - cd ${S}/src/lib - unpack ${PN}py_1_4.tar.gz - cd ${S}/src/services - unpack omniNotify11b1.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}/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 - -} - - -src_compile() { - - cd ${S}/src - try make export - cd ${S}/src/lib/omniORBpy - try make export - cd ${S}/src/services/omniNotify - try make export -} - -src_install () { - - T=/usr - into ${T} - cd ${S} - dodir /usr/share/omniORB/bin/scripts - cp -af bin/scripts/* ${D}/usr/share/omniORB/bin/scripts - dobin bin/${PLT}/* - insinto ${T}/idl - doins idl/*.idl - insinto ${T}/idl/COS - doins idl/COS/*.idl - cp -af include ${D}/${T} - dodir /usr/lib/python2.1/site-packages - cd ${S} - cp -af lib/${PLT}/_* ${D}/usr/lib/python2.1/site-packages - dolib lib/${PLT}/*.{a,so*} - rm ${D}/usr/lib/_*.* - exeinto ${T}/lib - doexe lib/${PLT}/omnicpp - dodir /usr/lib/python2.1 - cp -af lib/python/* ${D}/usr/lib/python2.1/ - doman man/man[15]/*.[15] - - exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/omniORB.rc5 omniORB - - dodir /etc/omniorb - insinto /etc/omniorb - cd ${S} - doins src/services/omniNotify/channel.cfg - doins src/services/omniNotify/standard.cfg - - dodoc CHANGES* COPYING* CREDITS PORTING README* ReleaseNote_omniORB_304 THIS_IS_omniORB_3_0_4 - cd doc - docinto print - dodoc *.ps - dodoc *.tex - dodoc *.pdf - - docinto html - dodoc *.html - docinto html/omniORB - dodoc omniORB/*.{gif,html} - - dodir /etc/env.d/ - echo "PATH=/usr/share/omniORB/bin/scripts" > ${D}/etc/env.d/90omniORB - echo "OMNIORB_CONFIG=/etc/omniorb/omniORB.cfg" >> ${D}/etc/env.d/90omniORB -# echo "PYTHONPATH=/usr/share/omniORB/python" >> ${D}/etc/env.d/90omniORB -} -pkg_postinst() { - if [ ! -f "${ROOT}etc/omniorb/omniORB.cfg" ] ; then - echo "ORBInitialHost `uname -n`" > ${ROOT}etc/omniorb/omniORB.cfg - echo "ORBInitialPort 2809" >> ${ROOT}etc/omniorb/omniORB.cfg -# ln -s ${ROOT}etc/omniorb/omniORB.cfg /etc/omniORB.cfg - fi - /usr/bin/python ${FILESDIR}/mkomnistubs.py -} |