summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-05-04 11:25:55 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-05-04 11:25:55 +0000
commit0d51f7b4f497625e5472ac6b15e8e73e20ad0eab (patch)
tree80e9babc852af7423ac062f3022575abbd936482 /dev-python/omniORBpy
parentRemove default S. (Manifest recommit) (diff)
downloadgentoo-2-0d51f7b4f497625e5472ac6b15e8e73e20ad0eab.tar.gz
gentoo-2-0d51f7b4f497625e5472ac6b15e8e73e20ad0eab.tar.bz2
gentoo-2-0d51f7b4f497625e5472ac6b15e8e73e20ad0eab.zip
Remove default S.
Diffstat (limited to 'dev-python/omniORBpy')
-rw-r--r--dev-python/omniORBpy/ChangeLog6
-rw-r--r--dev-python/omniORBpy/omniORBpy-2.0.ebuild3
-rw-r--r--dev-python/omniORBpy/omniORBpy-2.2.ebuild3
-rw-r--r--dev-python/omniORBpy/omniORBpy-2.3.ebuild3
4 files changed, 8 insertions, 7 deletions
diff --git a/dev-python/omniORBpy/ChangeLog b/dev-python/omniORBpy/ChangeLog
index 769a9df0cc79..bafb06db7421 100644
--- a/dev-python/omniORBpy/ChangeLog
+++ b/dev-python/omniORBpy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/omniORBpy
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/ChangeLog,v 1.8 2004/05/04 11:21:34 kloeri Exp $
+
+ 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> omniORBpy-2.0.ebuild,
+ omniORBpy-2.2.ebuild, omniORBpy-2.3.ebuild:
+ Remove default S.
22 Mar 2004; <kloeri@gentoo.org> omniORBpy-2.0.ebuild, omniORBpy-2.2.ebuild,
omniORBpy-2.3.ebuild:
diff --git a/dev-python/omniORBpy/omniORBpy-2.0.ebuild b/dev-python/omniORBpy/omniORBpy-2.0.ebuild
index b1abb626358d..82875c274204 100644
--- a/dev-python/omniORBpy/omniORBpy-2.0.ebuild
+++ b/dev-python/omniORBpy/omniORBpy-2.0.ebuild
@@ -1,6 +1,6 @@
# 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.9 2004/03/22 22:20:18 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.0.ebuild,v 1.10 2004/05/04 11:21:34 kloeri Exp $
DESCRIPTION="This is omniORBpy 2, a robust high-performance CORBA ORB for Python."
HOMEPAGE="http://omniorb.sourceforge.net/"
@@ -13,7 +13,6 @@ IUSE="ssl"
DEPEND="=net-misc/omniORB-4.0.0
ssl? ( dev-libs/openssl )"
-S="${WORKDIR}/${P}"
src_compile() {
MY_CONF="--host=${CHOST} --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --with-omniorb=/usr"
diff --git a/dev-python/omniORBpy/omniORBpy-2.2.ebuild b/dev-python/omniORBpy/omniORBpy-2.2.ebuild
index 6ef7b01cc0a6..d44d3433fd35 100644
--- a/dev-python/omniORBpy/omniORBpy-2.2.ebuild
+++ b/dev-python/omniORBpy/omniORBpy-2.2.ebuild
@@ -1,6 +1,6 @@
# 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.2 2004/03/22 22:20:18 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.2.ebuild,v 1.3 2004/05/04 11:21:34 kloeri Exp $
DESCRIPTION="This is omniORBpy 2, a robust high-performance CORBA ORB for Python."
HOMEPAGE="http://omniorb.sourceforge.net/"
@@ -13,7 +13,6 @@ IUSE="ssl"
DEPEND=">=net-misc/omniORB-4.0.2
ssl? ( dev-libs/openssl )"
-S="${WORKDIR}/${P}"
src_compile() {
MY_CONF="--host=${CHOST} --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --with-omniorb=/usr"
diff --git a/dev-python/omniORBpy/omniORBpy-2.3.ebuild b/dev-python/omniORBpy/omniORBpy-2.3.ebuild
index 3f11ece43f1e..4d67dad24a91 100644
--- a/dev-python/omniORBpy/omniORBpy-2.3.ebuild
+++ b/dev-python/omniORBpy/omniORBpy-2.3.ebuild
@@ -1,6 +1,6 @@
# 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.2 2004/03/22 22:20:18 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/omniORBpy/omniORBpy-2.3.ebuild,v 1.3 2004/05/04 11:21:34 kloeri Exp $
DESCRIPTION="This is omniORBpy 2, a robust high-performance CORBA ORB for Python."
HOMEPAGE="http://omniorb.sourceforge.net/"
@@ -13,7 +13,6 @@ IUSE="ssl"
DEPEND=">=net-misc/omniORB-4.0.3
ssl? ( dev-libs/openssl )"
-S="${WORKDIR}/${P}"
src_compile() {
MY_CONF="--host=${CHOST} --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --with-omniorb=/usr"