diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-22 22:30:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-22 22:30:11 +0000 |
commit | ff2c1159829865db215da07dae710705c67d57ce (patch) | |
tree | 6e131a72f2d645952589295eceb2a6ac79e458c0 /dev-python/omniORBpy | |
parent | bugfix (diff) | |
download | historical-ff2c1159829865db215da07dae710705c67d57ce.tar.gz historical-ff2c1159829865db215da07dae710705c67d57ce.tar.bz2 historical-ff2c1159829865db215da07dae710705c67d57ce.zip |
QA, bug #45343.
Diffstat (limited to 'dev-python/omniORBpy')
-rw-r--r-- | dev-python/omniORBpy/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/omniORBpy/omniORBpy-2.0.ebuild | 7 | ||||
-rw-r--r-- | dev-python/omniORBpy/omniORBpy-2.2.ebuild | 7 | ||||
-rw-r--r-- | dev-python/omniORBpy/omniORBpy-2.3.ebuild | 7 |
4 files changed, 15 insertions, 14 deletions
diff --git a/dev-python/omniORBpy/ChangeLog b/dev-python/omniORBpy/ChangeLog index 7c7b0b2a50f3..769a9df0cc79 100644 --- a/dev-python/omniORBpy/ChangeLog +++ b/dev-python/omniORBpy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/omniORBpy -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/ChangeLog,v 1.6 2003/12/15 22:12:30 kloeri Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/ChangeLog,v 1.7 2004/03/22 22:20:18 kloeri Exp $ + + 22 Mar 2004; <kloeri@gentoo.org> omniORBpy-2.0.ebuild, omniORBpy-2.2.ebuild, + omniORBpy-2.3.ebuild: + QA, bug #45343. *omniORBpy-2.3 (15 Dec 2003) diff --git a/dev-python/omniORBpy/omniORBpy-2.0.ebuild b/dev-python/omniORBpy/omniORBpy-2.0.ebuild index eac04267cdcf..b1abb626358d 100644 --- a/dev-python/omniORBpy/omniORBpy-2.0.ebuild +++ b/dev-python/omniORBpy/omniORBpy-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.0.ebuild,v 1.8 2003/09/10 22:27:52 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.0.ebuild,v 1.9 2004/03/22 22:20:18 kloeri Exp $ DESCRIPTION="This is omniORBpy 2, a robust high-performance CORBA ORB for Python." HOMEPAGE="http://omniorb.sourceforge.net/" @@ -11,9 +11,8 @@ SLOT="0" KEYWORDS="~x86" IUSE="ssl" -RDEPEND="=net-misc/omniORB-4.0.0 +DEPEND="=net-misc/omniORB-4.0.0 ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND}" S="${WORKDIR}/${P}" src_compile() { diff --git a/dev-python/omniORBpy/omniORBpy-2.2.ebuild b/dev-python/omniORBpy/omniORBpy-2.2.ebuild index 3e830e9d8831..6ef7b01cc0a6 100644 --- a/dev-python/omniORBpy/omniORBpy-2.2.ebuild +++ b/dev-python/omniORBpy/omniORBpy-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.2.ebuild,v 1.1 2003/10/03 13:40:21 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.2.ebuild,v 1.2 2004/03/22 22:20:18 kloeri Exp $ DESCRIPTION="This is omniORBpy 2, a robust high-performance CORBA ORB for Python." HOMEPAGE="http://omniorb.sourceforge.net/" @@ -11,9 +11,8 @@ SLOT="0" KEYWORDS="~x86" IUSE="ssl" -RDEPEND=">=net-misc/omniORB-4.0.2 +DEPEND=">=net-misc/omniORB-4.0.2 ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND}" S="${WORKDIR}/${P}" src_compile() { diff --git a/dev-python/omniORBpy/omniORBpy-2.3.ebuild b/dev-python/omniORBpy/omniORBpy-2.3.ebuild index 8f6c74f4b976..3f11ece43f1e 100644 --- a/dev-python/omniORBpy/omniORBpy-2.3.ebuild +++ b/dev-python/omniORBpy/omniORBpy-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.3.ebuild,v 1.1 2003/12/15 22:12:30 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.3.ebuild,v 1.2 2004/03/22 22:20:18 kloeri Exp $ DESCRIPTION="This is omniORBpy 2, a robust high-performance CORBA ORB for Python." HOMEPAGE="http://omniorb.sourceforge.net/" @@ -11,9 +11,8 @@ SLOT="0" KEYWORDS="~x86" IUSE="ssl" -RDEPEND=">=net-misc/omniORB-4.0.3 +DEPEND=">=net-misc/omniORB-4.0.3 ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND}" S="${WORKDIR}/${P}" src_compile() { |