From 0705e128d2e3a87c1f3c1adce31551b10807af24 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 5 Jan 2004 23:27:21 +0000 Subject: fix tail -1 issue and copyright headers, remove ppc keywords as they don't have a valid python. --- net-zope/zope/ChangeLog | 8 +++++++- net-zope/zope/files/zope | 2 +- net-zope/zope/files/zope.rc6 | 2 +- net-zope/zope/zope-2.4.0-r6.ebuild | 6 +++--- net-zope/zope/zope-2.5.1.ebuild | 6 +++--- net-zope/zope/zope-2.6.1.ebuild | 6 +++--- net-zope/zope/zope-2.6.2-r1.ebuild | 6 +++--- net-zope/zope/zope-2.6.2.ebuild | 6 +++--- 8 files changed, 24 insertions(+), 18 deletions(-) (limited to 'net-zope/zope') 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 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; 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 -- cgit v1.2.3-65-gdbad