diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-09-03 19:37:28 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-09-03 19:37:28 +0000 |
commit | 22aa24d9cc08b4b9214b221d8c713853d7c2e3ec (patch) | |
tree | e2d460bb46d4e8d81e09b68ea4235085dad92d9b /net-misc/omniORB | |
parent | Removing old masked version (Manifest recommit) (diff) | |
download | gentoo-2-22aa24d9cc08b4b9214b221d8c713853d7c2e3ec.tar.gz gentoo-2-22aa24d9cc08b4b9214b221d8c713853d7c2e3ec.tar.bz2 gentoo-2-22aa24d9cc08b4b9214b221d8c713853d7c2e3ec.zip |
Removing old package.masked versions
Diffstat (limited to 'net-misc/omniORB')
-rw-r--r-- | net-misc/omniORB/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/omniORB/files/digest-omniORB-304-r7 | 4 | ||||
-rw-r--r-- | net-misc/omniORB/files/digest-omniORB-305 | 2 | ||||
-rw-r--r-- | net-misc/omniORB/files/omniORB.305 | 27 | ||||
-rw-r--r-- | net-misc/omniORB/files/omniORB.rc6 | 29 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-304-r7.ebuild | 119 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-305.ebuild | 124 |
7 files changed, 5 insertions, 306 deletions
diff --git a/net-misc/omniORB/ChangeLog b/net-misc/omniORB/ChangeLog index 5cce77993386..0e01576f51b3 100644 --- a/net-misc/omniORB/ChangeLog +++ b/net-misc/omniORB/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/omniORB # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.26 2004/07/24 09:05:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.27 2004/09/03 19:37:28 caleb Exp $ + + 03 Sep 2004; Caleb Tennis <caleb@gentoo.org> -files/omniORB.305, + -files/omniORB.rc6, -omniORB-304-r7.ebuild, -omniORB-305.ebuild: + Removing old package.masked versions *omniORB-4.0.0 (24 Jul 2004) diff --git a/net-misc/omniORB/files/digest-omniORB-304-r7 b/net-misc/omniORB/files/digest-omniORB-304-r7 deleted file mode 100644 index c0e478ba23f7..000000000000 --- a/net-misc/omniORB/files/digest-omniORB-304-r7 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 60fe9ee00b217e20070727e7eb6fd399 omniORB_304.tar.gz 2420787 -MD5 290b557b0203e7e01b3f81d89c00b69e omniORBpy_1_4.tar.gz 794991 -MD5 b4b1ef0c05f178e0e93485f852467882 omniNotify11b1.tar.gz 328099 -MD5 0d266d3fd09d99e295e0b94503ca20a7 omniORB_304_bugfixes.patch 346177 diff --git a/net-misc/omniORB/files/digest-omniORB-305 b/net-misc/omniORB/files/digest-omniORB-305 deleted file mode 100644 index b4dfd8d160d7..000000000000 --- a/net-misc/omniORB/files/digest-omniORB-305 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 49c6949e7508524e0c27cf68287c4dc9 omniORB_305.tar.gz 2465128 -MD5 83ca601d289aaa3e32ede0775e71e546 omniORBpy_1_5.tar.gz 807829 diff --git a/net-misc/omniORB/files/omniORB.305 b/net-misc/omniORB/files/omniORB.305 deleted file mode 100644 index 89b00641ae55..000000000000 --- a/net-misc/omniORB/files/omniORB.305 +++ /dev/null @@ -1,27 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/files/omniORB.305,v 1.4 2004/07/15 00:07:09 agriffis Exp $ - -depend() { - need net -} - -start() { - if [ ! -d "/var/log/omniORB" ] ; then - install -d /var/log/omniORB - fi - if [ "/var/log/omniORB/omninames*" ] ; then - rm -f /var/log/omniORB/omninames* - fi - ebegin "Starting omniORB" - exec /usr/bin/omniNames -start 2809 -logdir /var/log/omniORB \ - -errlog /var/log/omniORB/omniORB.errors 1>&2 & - eend $? "Error starting omniORB." -} - -stop() { - ebegin "Stopping omniORB" - killall omniNames 1>&2 - eend $? "Error stopping omniORB." -} diff --git a/net-misc/omniORB/files/omniORB.rc6 b/net-misc/omniORB/files/omniORB.rc6 deleted file mode 100644 index 7f3d0357e7d7..000000000000 --- a/net-misc/omniORB/files/omniORB.rc6 +++ /dev/null @@ -1,29 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/files/omniORB.rc6,v 1.7 2004/07/15 00:07:09 agriffis Exp $ - -depend() { - need net -} - -start() { - if [ ! -d "/var/log/omniORB" ] ; then - install -d /var/log/omniORB - fi - if [ "/var/log/omniORB/omninames*" ] ; then - rm -f /var/log/omniORB/omninames* - fi - ebegin "Starting omniORB" - exec /usr/bin/omniNames -start 2809 -logdir /var/log/omniORB \ - -errlog /var/log/omniORB/omniORB.errors 1>&2 & - exec /usr/bin/notifd -c /etc/omniorb/channel.cfg 1>&2 & - eend $? "Error starting omniORB." -} - -stop() { - ebegin "Stopping omniORB" - killall /usr/bin/omniNames 1>&2 - killall /usr/bin/notifd 1>&2 - eend $? "Error stopping omniORB." -} diff --git a/net-misc/omniORB/omniORB-304-r7.ebuild b/net-misc/omniORB/omniORB-304-r7.ebuild deleted file mode 100644 index 4b815b738034..000000000000 --- a/net-misc/omniORB/omniORB-304-r7.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.12 2004/07/15 03:15:34 agriffis Exp $ - -inherit eutils - -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" - -DEPEND="dev-lang/python" - -PLT="i586_linux_2.0_glibc2.1" -KEYWORDS="x86 sparc " -IUSE="" -SLOT="0" -LICENSE="LGPL-2 GPL-2" - -src_unpack() { - - unpack ${PN}_${PV}.tar.gz - cd ${S} - epatch ${DISTDIR}/${PN}_${PV}_bugfixes.patch - 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 - make export || die - - cd ${S}/src/lib/omniORBpy - make export || die - - cd ${S}/src/services/omniNotify - make export || die -} - -src_install () { - - dodir /usr/share/omniORB/bin/scripts - cp -af bin/scripts/* ${D}/usr/share/omniORB/bin/scripts - dobin bin/${PLT}/* - - insinto /usr/idl - doins idl/*.idl - - insinto /usr/idl/COS - doins idl/COS/*.idl - - cp -af include ${D}/usr - - # change from python2.1 to python2.2 - dodir /usr/lib/python2.2/site-packages - - cp -af lib/${PLT}/_* ${D}/usr/lib/python2.2/site-packages - dolib lib/${PLT}/*.{a,so*} - rm ${D}/usr/lib/_*.* - - exeinto /usr/lib/python2.2/site-packages - doexe lib/${PLT}/omnicpp - cp -af lib/python/* ${D}/usr/lib/python2.2/ - doman man/man[15]/*.[15] - - exeinto /etc/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 - - dodoc -r . - - 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 -} -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 - fi - /usr/bin/python ${FILESDIR}/mkomnistubs.py -} diff --git a/net-misc/omniORB/omniORB-305.ebuild b/net-misc/omniORB/omniORB-305.ebuild deleted file mode 100644 index 85c2d0da0077..000000000000 --- a/net-misc/omniORB/omniORB-305.ebuild +++ /dev/null @@ -1,124 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-305.ebuild,v 1.16 2004/07/15 03:15:34 agriffis Exp $ - -S=${WORKDIR}/omni -DESCRIPTION="a robust, high-performance CORBA 2 ORB" -SRC_URI="mirror://sourceforge/omniorb/${PN}_${PV}.tar.gz - mirror://sourceforge/omniorb/${PN}py_1_5.tar.gz" -HOMEPAGE="http://sourceforge.net/projects/omniorb/ - http://www.uk.research.att.com/omniORB/" - -LICENSE="LGPL-2 GPL-2" -SLOT="0" -KEYWORDS="x86 -sparc -ppc " -IUSE="" - -DEPEND="dev-lang/python" - -PLT="i586_linux_2.0_glibc2.1" - -src_unpack() { - - unpack ${PN}_${PV}.tar.gz - cd ${S} - - cd ${S}/src/lib - unpack ${PN}py_1_5.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 - make export || die - - cd ${S}/src/lib/omniORBpy - make export || die -} - -src_install () { - - dodir /usr/share/omniORB/bin/scripts - cp -af bin/scripts/* ${D}/usr/share/omniORB/bin/scripts - dobin bin/${PLT}/* - - insinto /usr/idl - doins idl/*.idl - - insinto /usr/idl/COS - doins idl/COS/*.idl - - cp -af include ${D}/usr - - # change from python2.1 to python2.2 - dodir /usr/lib/python2.2/site-packages - - cp -af lib/${PLT}/_* ${D}/usr/lib/python2.2/site-packages - #well, this looks like the situation where cp will work better than dolib: - #during the build symlinks are already getting created - #dolib copies them over as files and ldconfig complains - cp -d lib/${PLT}/*.{a,so*} ${D}/usr/lib/ - #dolib lib/${PLT}/*.{a,so*} - rm ${D}/usr/lib/_*.* - - exeinto /usr/lib/python2.2/site-packages - doexe lib/${PLT}/omnicpp - cp -af lib/python/* ${D}/usr/lib/python2.2/ - doman man/man[15]/*.[15] - - exeinto /etc/init.d - newexe ${FILESDIR}/omniORB.305 omniORB - dodir /etc/omniorb - insinto /etc/omniorb - cd ${S} -# doins src/services/omniNotify/channel.cfg -# doins src/services/omniNotify/standard.cfg - - #mkomnistubs has to be run in pkg_postinst - #however we cannot use FILESDIR there, thus: - exeinto /usr/share/doc/${PF} - doexe ${FILESDIR}/mkomnistubs.py - - 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 - - dodoc -r . - - 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 - - dodoc COPYING CREDITS -} - -pkg_postinst() { - echo "Performing post-installation routines for ${P}." - - 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 - fi - - /usr/bin/python ${ROOT}usr/share/doc/${PF}/mkomnistubs.py -} |