summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2006-03-18 19:08:38 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2006-03-18 19:08:38 +0000
commit38265f533d37705c292c7e3dacdbe16c8791381e (patch)
tree14e682c5b1796caece1bbb7138968c430bf030df /net-zope
parentKeyword ~ppc, needed for gnome. (diff)
downloadgentoo-2-38265f533d37705c292c7e3dacdbe16c8791381e.tar.gz
gentoo-2-38265f533d37705c292c7e3dacdbe16c8791381e.tar.bz2
gentoo-2-38265f533d37705c292c7e3dacdbe16c8791381e.zip
changed sleep to epause closing #124328
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope/ChangeLog7
-rw-r--r--net-zope/zope/zope-2.7.7.ebuild4
-rw-r--r--net-zope/zope/zope-2.7.8.ebuild4
-rw-r--r--net-zope/zope/zope-2.8.3.ebuild4
-rw-r--r--net-zope/zope/zope-2.8.4.ebuild4
-rw-r--r--net-zope/zope/zope-2.8.6.ebuild4
6 files changed, 16 insertions, 11 deletions
diff --git a/net-zope/zope/ChangeLog b/net-zope/zope/ChangeLog
index 1b969c92bf59..9faa1866cce2 100644
--- a/net-zope/zope/ChangeLog
+++ b/net-zope/zope/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-zope/zope
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.99 2006/03/18 18:01:34 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.100 2006/03/18 19:08:38 radek Exp $
+
+ 18 Mar 2006; Radoslaw Stachowiak <radek@gentoo.org> zope-2.7.7.ebuild,
+ zope-2.7.8.ebuild, zope-2.8.3.ebuild, zope-2.8.4.ebuild,
+ zope-2.8.6.ebuild:
+ changed sleep to epause closing #124328
*zope-2.9.1 (18 Mar 2006)
*zope-2.8.6 (18 Mar 2006)
diff --git a/net-zope/zope/zope-2.7.7.ebuild b/net-zope/zope/zope-2.7.7.ebuild
index 65c1c1a07a46..a4a6fdf77028 100644
--- a/net-zope/zope/zope-2.7.7.ebuild
+++ b/net-zope/zope/zope-2.7.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.7.7.ebuild,v 1.5 2006/01/27 02:51:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.7.7.ebuild,v 1.6 2006/03/18 19:08:38 radek Exp $
inherit eutils
@@ -73,7 +73,7 @@ src_install() {
einfo "sys.setdefaultencoding('utf8')"
cd ${S}/lib/python/StructuredText/
epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch
- sleep 15
+ epause 15
cd ${S}
fi
diff --git a/net-zope/zope/zope-2.7.8.ebuild b/net-zope/zope/zope-2.7.8.ebuild
index 0e4154153378..c1f7e70ae6a6 100644
--- a/net-zope/zope/zope-2.7.8.ebuild
+++ b/net-zope/zope/zope-2.7.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.7.8.ebuild,v 1.8 2006/01/27 02:51:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.7.8.ebuild,v 1.9 2006/03/18 19:08:38 radek Exp $
inherit eutils
@@ -73,7 +73,7 @@ src_install() {
einfo "sys.setdefaultencoding('utf8')"
cd ${S}/lib/python/StructuredText/
epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch
- sleep 15
+ epause 15
cd ${S}
fi
diff --git a/net-zope/zope/zope-2.8.3.ebuild b/net-zope/zope/zope-2.8.3.ebuild
index 113f08582a80..2d39c4ea8fd1 100644
--- a/net-zope/zope/zope-2.8.3.ebuild
+++ b/net-zope/zope/zope-2.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.3.ebuild,v 1.2 2006/01/27 02:51:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.3.ebuild,v 1.3 2006/03/18 19:08:38 radek Exp $
inherit eutils multilib
@@ -76,7 +76,7 @@ src_install() {
ewarn "sorry, the Structured Text patch doesn't work yet for zope-2.8."
#cd ${S}/lib/python/StructuredText/
#epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch
- sleep 15
+ epause 15
cd ${S}
fi
diff --git a/net-zope/zope/zope-2.8.4.ebuild b/net-zope/zope/zope-2.8.4.ebuild
index 5b54baf0465f..f416029f5310 100644
--- a/net-zope/zope/zope-2.8.4.ebuild
+++ b/net-zope/zope/zope-2.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.4.ebuild,v 1.6 2006/02/07 03:35:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.4.ebuild,v 1.7 2006/03/18 19:08:38 radek Exp $
inherit eutils multilib
@@ -76,7 +76,7 @@ src_install() {
ewarn "sorry, the Structured Text patch doesn't work yet for zope-2.8."
#cd ${S}/lib/python/StructuredText/
#epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch
- sleep 15
+ epause 15
cd ${S}
fi
diff --git a/net-zope/zope/zope-2.8.6.ebuild b/net-zope/zope/zope-2.8.6.ebuild
index 6a92db2528cb..c32ea833e3b3 100644
--- a/net-zope/zope/zope-2.8.6.ebuild
+++ b/net-zope/zope/zope-2.8.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.6.ebuild,v 1.1 2006/03/18 18:01:34 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.6.ebuild,v 1.2 2006/03/18 19:08:38 radek Exp $
inherit eutils multilib
@@ -76,7 +76,7 @@ src_install() {
ewarn "sorry, the Structured Text patch doesn't work yet for zope-2.8."
#cd ${S}/lib/python/StructuredText/
#epatch ${FILESDIR}/${PV}/i18n-1.0.0.patch
- sleep 15
+ epause 15
cd ${S}
fi