summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-05 23:27:21 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-05 23:27:21 +0000
commit0705e128d2e3a87c1f3c1adce31551b10807af24 (patch)
tree2a55c1f29d032528da7b02d4e23679be6a89f94d /net-zope
parentfix tail -1 stuff in distcc-config files (Manifest recommit) (diff)
downloadgentoo-2-0705e128d2e3a87c1f3c1adce31551b10807af24.tar.gz
gentoo-2-0705e128d2e3a87c1f3c1adce31551b10807af24.tar.bz2
gentoo-2-0705e128d2e3a87c1f3c1adce31551b10807af24.zip
fix tail -1 issue and copyright headers, remove ppc keywords as they don't have a valid python.
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope/ChangeLog8
-rw-r--r--net-zope/zope/files/zope2
-rw-r--r--net-zope/zope/files/zope.rc62
-rw-r--r--net-zope/zope/zope-2.4.0-r6.ebuild6
-rw-r--r--net-zope/zope/zope-2.5.1.ebuild6
-rw-r--r--net-zope/zope/zope-2.6.1.ebuild6
-rw-r--r--net-zope/zope/zope-2.6.2-r1.ebuild6
-rw-r--r--net-zope/zope/zope-2.6.2.ebuild6
8 files changed, 24 insertions, 18 deletions
diff --git a/net-zope/zope/ChangeLog b/net-zope/zope/ChangeLog
index 8a3eb022c214..d2a02400a48e 100644
--- a/net-zope/zope/ChangeLog
+++ b/net-zope/zope/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-zope/zope
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.11 2003/12/14 23:36:33 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.12 2004/01/05 23:27:21 robbat2 Exp $
+
+ 05 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> zope-2.4.0-r6.ebuild,
+ zope-2.5.1.ebuild, zope-2.6.1.ebuild, zope-2.6.2-r1.ebuild,
+ zope-2.6.2.ebuild, files/zope, files/zope.rc6:
+ fix tail -1 issue and copyright headers, remove ppc keywords as they don't
+ have a valid python.
15 Dec 2003; <spider@gentoo.org> zope-2.4.0-r6.ebuild, zope-2.5.1.ebuild:
QA: fixing chown user.group to user:group, bug #35127
diff --git a/net-zope/zope/files/zope b/net-zope/zope/files/zope
index 54231fbed206..dd50e4da0f92 100644
--- a/net-zope/zope/files/zope
+++ b/net-zope/zope/files/zope
@@ -108,7 +108,7 @@ pidofproc() {
# Next try "/var/run/*.pid" files
if [ -f /var/run/$1.pid ] ; then
- pid=`head -1 /var/run/$1.pid`
+ pid=`head -n1 /var/run/$1.pid`
if [ "$pid" != "" ] ; then
echo $pid
return 0
diff --git a/net-zope/zope/files/zope.rc6 b/net-zope/zope/files/zope.rc6
index 57facfca47d1..e9b706856dde 100644
--- a/net-zope/zope/files/zope.rc6
+++ b/net-zope/zope/files/zope.rc6
@@ -110,7 +110,7 @@ pidofproc() {
# Next try "/var/run/*.pid" files
if [ -f /var/run/$1.pid ] ; then
- pid=`head -1 /var/run/$1.pid`
+ pid=`head -n1 /var/run/$1.pid`
if [ "$pid" != "" ] ; then
echo $pid
return 0
diff --git a/net-zope/zope/zope-2.4.0-r6.ebuild b/net-zope/zope/zope-2.4.0-r6.ebuild
index 47931a953f07..f66afce1816f 100644
--- a/net-zope/zope/zope-2.4.0-r6.ebuild
+++ b/net-zope/zope/zope-2.4.0-r6.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/net-zope/zope/zope-2.4.0-r6.ebuild,v 1.5 2003/12/14 23:36:33 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.4.0-r6.ebuild,v 1.6 2004/01/05 23:27:21 robbat2 Exp $
S=${WORKDIR}/Zope-${PV}-src
DESCRIPTION="Zope is web application platform used for building high-performance, dynamic web sites."
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.zope.org"
DEPEND="virtual/glibc
=dev-lang/python-2.1*"
RDEPEND="=dev-lang/python-2.1*"
-KEYWORDS="x86 ppc sparc "
+KEYWORDS="x86 sparc "
SLOT="0"
LICENSE="as-is"
diff --git a/net-zope/zope/zope-2.5.1.ebuild b/net-zope/zope/zope-2.5.1.ebuild
index df44a77395dc..93d0c7ebeead 100644
--- a/net-zope/zope/zope-2.5.1.ebuild
+++ b/net-zope/zope/zope-2.5.1.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/net-zope/zope/zope-2.5.1.ebuild,v 1.5 2003/12/14 23:36:33 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.5.1.ebuild,v 1.6 2004/01/05 23:27:21 robbat2 Exp $
S=${WORKDIR}/Zope-${PV}-src
DESCRIPTION="Zope is web application platform used for building high-performance, dynamic web sites."
@@ -12,7 +12,7 @@ DEPEND="virtual/glibc
=dev-lang/python-2.1.3*"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 ppc sparc "
+KEYWORDS="x86 sparc "
src_unpack() {
diff --git a/net-zope/zope/zope-2.6.1.ebuild b/net-zope/zope/zope-2.6.1.ebuild
index 100167b46efd..245a017d7a3f 100644
--- a/net-zope/zope/zope-2.6.1.ebuild
+++ b/net-zope/zope/zope-2.6.1.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/net-zope/zope/zope-2.6.1.ebuild,v 1.5 2003/09/08 06:02:05 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.6.1.ebuild,v 1.6 2004/01/05 23:27:21 robbat2 Exp $
S="${WORKDIR}/Zope-${PV}-src"
@@ -10,7 +10,7 @@ SRC_URI="http://www.zope.org/Products/Zope/${PV}/Zope-${PV}-src.tgz"
LICENSE="ZPL"
SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc"
+KEYWORDS="x86 ~sparc"
# This is for developers that wish to test Zope with virtual/python.
# If this is a problem, let me know right away. --kutsuya@gentoo.org
diff --git a/net-zope/zope/zope-2.6.2-r1.ebuild b/net-zope/zope/zope-2.6.2-r1.ebuild
index 58d5e6ba6e43..ecec52f645ac 100644
--- a/net-zope/zope/zope-2.6.2-r1.ebuild
+++ b/net-zope/zope/zope-2.6.2-r1.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/net-zope/zope/zope-2.6.2-r1.ebuild,v 1.2 2003/12/13 12:37:36 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.6.2-r1.ebuild,v 1.3 2004/01/05 23:27:21 robbat2 Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://www.zope.org/Products/Zope/${PV}/Zope-${PV}-src.tgz"
LICENSE="ZPL"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="~x86 ~sparc"
# This is for developers that wish to test Zope with virtual/python.
# If this is a problem, let me know right away. --kutsuya@gentoo.org
diff --git a/net-zope/zope/zope-2.6.2.ebuild b/net-zope/zope/zope-2.6.2.ebuild
index 954fe2f53fb3..237a5050a9c3 100644
--- a/net-zope/zope/zope-2.6.2.ebuild
+++ b/net-zope/zope/zope-2.6.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/net-zope/zope/zope-2.6.2.ebuild,v 1.1 2003/10/30 14:58:06 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.6.2.ebuild,v 1.2 2004/01/05 23:27:21 robbat2 Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://www.zope.org/Products/Zope/${PV}/Zope-${PV}-src.tgz"
LICENSE="ZPL"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="~x86 ~sparc"
# This is for developers that wish to test Zope with virtual/python.
# If this is a problem, let me know right away. --kutsuya@gentoo.org