diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2003-12-06 23:38:04 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2003-12-06 23:38:04 +0000 |
commit | 738d1ac2e1fca1b04402489a31a352c8c16017dd (patch) | |
tree | ca1bea78a220c14a58c995978e70e0c7cc424959 | |
parent | removed unecessary alsa-driver dep (diff) | |
download | historical-738d1ac2e1fca1b04402489a31a352c8c16017dd.tar.gz historical-738d1ac2e1fca1b04402489a31a352c8c16017dd.tar.bz2 historical-738d1ac2e1fca1b04402489a31a352c8c16017dd.zip |
Changing obsolete chown syntax for bug #35127.
-rw-r--r-- | app-sci/chessbrain/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/chessbrain/Manifest | 8 | ||||
-rw-r--r-- | app-sci/chessbrain/chessbrain-20304.ebuild | 6 | ||||
-rw-r--r-- | app-sci/chessbrain/chessbrain-20310.ebuild | 6 | ||||
-rw-r--r-- | app-sci/chessbrain/chessbrain-20314.ebuild | 6 | ||||
-rw-r--r-- | app-sci/setiathome/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/setiathome/Manifest | 12 | ||||
-rw-r--r-- | app-sci/setiathome/setiathome-3.03-r1.ebuild | 6 | ||||
-rw-r--r-- | app-sci/setiathome/setiathome-3.08-r1.ebuild | 6 | ||||
-rw-r--r-- | app-sci/setiathome/setiathome-3.08.ebuild | 6 |
10 files changed, 39 insertions, 30 deletions
diff --git a/app-sci/chessbrain/ChangeLog b/app-sci/chessbrain/ChangeLog index 2f432b7d36ce..764f1ec88cf0 100644 --- a/app-sci/chessbrain/ChangeLog +++ b/app-sci/chessbrain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/chessbrain # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/ChangeLog,v 1.3 2003/07/02 12:33:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/ChangeLog,v 1.4 2003/12/06 23:36:34 spyderous Exp $ + + 06 Dec 2003; Donnie Berkholz <spyderous@gentoo.org>; + chessbrain-20304.ebuild, chessbrain-20310.ebuild, chessbrain-20314.ebuild: + Changing obsolete chown syntax for bug #35127. *chessbrain-20314 (17 Mar 2003) diff --git a/app-sci/chessbrain/Manifest b/app-sci/chessbrain/Manifest index 9d65c139e3e3..c750280e1e6e 100644 --- a/app-sci/chessbrain/Manifest +++ b/app-sci/chessbrain/Manifest @@ -1,7 +1,7 @@ -MD5 156ee0b725446ae3f4122f690b65d86b ChangeLog 941 -MD5 d2bd9479af650bb02c8975a02e0a45b2 chessbrain-20304.ebuild 1332 -MD5 065b4df8b80f0523e3f426dd994c242e chessbrain-20310.ebuild 1332 -MD5 0425ec7a70022eeea5a5f545011da426 chessbrain-20314.ebuild 1334 +MD5 1ef3614d4f506690c603fe0020e190d0 ChangeLog 1128 +MD5 65c071a27a4805a9d52135d459504a4a chessbrain-20304.ebuild 1337 +MD5 43e21af97eb5d68d3238ae7150fb0851 chessbrain-20310.ebuild 1337 +MD5 e8d7a9c9d6a6f66beb21e2f0763f596d chessbrain-20314.ebuild 1337 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 f57d768a4f95e3286a5797a484257986 files/cb-conf.d 111 MD5 628a940ece7bcac03be879283f329f06 files/cb-init.d 1212 diff --git a/app-sci/chessbrain/chessbrain-20304.ebuild b/app-sci/chessbrain/chessbrain-20304.ebuild index 403f5f09d56e..e1b8e5794d2d 100644 --- a/app-sci/chessbrain/chessbrain-20304.ebuild +++ b/app-sci/chessbrain/chessbrain-20304.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20304.ebuild,v 1.3 2003/07/02 12:33:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20304.ebuild,v 1.4 2003/12/06 23:36:34 spyderous Exp $ MY_PV=${PV}-01 DESCRIPTION="distibuted computing project client" @@ -20,8 +20,8 @@ I=/opt/chessbrain src_install() { dodir ${I} cp {cbspn,cbspn.conf} ${D}/${I} - chown nobody.nogroup ${D}/${I} - chown nobody.nogroup ${D}/${I}/cbspn + chown nobody:nogroup ${D}/${I} + chown nobody:nogroup ${D}/${I}/cbspn chmod +s ${S}/cbspn exeinto /etc/init.d ; newexe ${FILESDIR}/cb-init.d chessbrain diff --git a/app-sci/chessbrain/chessbrain-20310.ebuild b/app-sci/chessbrain/chessbrain-20310.ebuild index 88d778d77a71..ff38db29513d 100644 --- a/app-sci/chessbrain/chessbrain-20310.ebuild +++ b/app-sci/chessbrain/chessbrain-20310.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20310.ebuild,v 1.3 2003/07/02 12:33:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20310.ebuild,v 1.4 2003/12/06 23:36:34 spyderous Exp $ MY_PV=${PV}-01 DESCRIPTION="distibuted computing project client" @@ -20,8 +20,8 @@ I=/opt/chessbrain src_install() { dodir ${I} cp {cbspn,cbspn.conf} ${D}/${I} - chown nobody.nogroup ${D}/${I} - chown nobody.nogroup ${D}/${I}/cbspn + chown nobody:nogroup ${D}/${I} + chown nobody:nogroup ${D}/${I}/cbspn chmod +s ${S}/cbspn exeinto /etc/init.d ; newexe ${FILESDIR}/cb-init.d chessbrain diff --git a/app-sci/chessbrain/chessbrain-20314.ebuild b/app-sci/chessbrain/chessbrain-20314.ebuild index f2e7cc80f7ed..3e516160e714 100644 --- a/app-sci/chessbrain/chessbrain-20314.ebuild +++ b/app-sci/chessbrain/chessbrain-20314.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20314.ebuild,v 1.2 2003/04/23 14:34:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20314.ebuild,v 1.3 2003/12/06 23:36:34 spyderous Exp $ MY_PV=${PV}-03 DESCRIPTION="distibuted computing project client" @@ -20,8 +20,8 @@ I=/opt/chessbrain src_install() { dodir ${I} cp {cbspn,cbspn.conf} ${D}/${I} - chown nobody.nogroup ${D}/${I} - chown nobody.nogroup ${D}/${I}/cbspn + chown nobody:nogroup ${D}/${I} + chown nobody:nogroup ${D}/${I}/cbspn chmod +s ${S}/cbspn exeinto /etc/init.d ; newexe ${FILESDIR}/cb-init.d chessbrain diff --git a/app-sci/setiathome/ChangeLog b/app-sci/setiathome/ChangeLog index 8bcd61101a63..1fb9d50570d7 100644 --- a/app-sci/setiathome/ChangeLog +++ b/app-sci/setiathome/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/setiathome # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/ChangeLog,v 1.12 2003/10/13 15:03:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/ChangeLog,v 1.13 2003/12/06 23:38:00 spyderous Exp $ + + 06 Dec 2003; Donnie Berkholz <spyderous@gentoo.org>; + setiathome-3.03-r1.ebuild, setiathome-3.08-r1.ebuild, + setiathome-3.08.ebuild: + Changing obsolete chown syntax for bug #35127. 13 Oct 2003; Daniel Ahlberg <aliz@gentoo.org> setiathome-3.08-r1.ebuild : Added amd64. diff --git a/app-sci/setiathome/Manifest b/app-sci/setiathome/Manifest index c41cc6e8d87d..ab7c38d987da 100644 --- a/app-sci/setiathome/Manifest +++ b/app-sci/setiathome/Manifest @@ -1,10 +1,10 @@ -MD5 bdf2dec9bd6f036acc1ba9f1230482c5 ChangeLog 2021 -MD5 827b14ec83f4865f9671282ac77937ab setiathome-3.03-r1.ebuild 2150 -MD5 8f00e92ffc649271bae3ea5bbf1fe732 setiathome-3.08.ebuild 2596 -MD5 e9708d1c3b306f85981b6b4053ca3c9e setiathome-3.08-r1.ebuild 2929 +MD5 50b083cae893c3fb4aa2bd2816f3ae5c ChangeLog 2213 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 f3f67ff6e11fea865cb93bfb4e88bf49 setiathome-3.03-r1.ebuild 2153 +MD5 d0ebd358daa2883551efb9d4dd7d1e4c setiathome-3.08-r1.ebuild 2934 +MD5 f906d3083388e841d56fe3824d5be510 setiathome-3.08.ebuild 2601 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-setiathome-3.03-r1 0 -MD5 2d83ded4bcd8e9b28eb91fc883aec602 files/seti-conf.d-r1 349 -MD5 114e8748cb064ab2ee820ea3ead92e50 files/seti-init.d-r1 1472 MD5 64b90b7744efe9d67350d46ba7142d29 files/digest-setiathome-3.08 82 MD5 4383e568b5b768f6fa2f27b3d9a713b9 files/digest-setiathome-3.08-r1 166 +MD5 2d83ded4bcd8e9b28eb91fc883aec602 files/seti-conf.d-r1 349 +MD5 114e8748cb064ab2ee820ea3ead92e50 files/seti-init.d-r1 1472 diff --git a/app-sci/setiathome/setiathome-3.03-r1.ebuild b/app-sci/setiathome/setiathome-3.03-r1.ebuild index 4f3b9581dc86..b5408cc34abc 100644 --- a/app-sci/setiathome/setiathome-3.03-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.03-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.11 2003/02/13 09:25:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.12 2003/12/06 23:38:00 spyderous Exp $ IUSE="X" @@ -47,8 +47,8 @@ src_install () { dodir ${I} cp {setiathome,README} ${D}/${I} use X && cp {xsetiathome,README.xsetiathome} ${D}/${I} - chown nobody.nogroup ${D}/${I} - chown nobody.nogroup ${D}/${I}/setiathome + chown nobody:nogroup ${D}/${I} + chown nobody:nogroup ${D}/${I}/setiathome chmod +s ${S}/setiathome exeinto /etc/init.d ; newexe ${FILESDIR}/seti-init.d-r1 setiathome diff --git a/app-sci/setiathome/setiathome-3.08-r1.ebuild b/app-sci/setiathome/setiathome-3.08-r1.ebuild index 67e9fe5ad970..8d3e41939f71 100644 --- a/app-sci/setiathome/setiathome-3.08-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.08-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.4 2003/10/13 15:03:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.5 2003/12/06 23:38:00 spyderous Exp $ IUSE="X" @@ -50,8 +50,8 @@ src_install () { dodir ${I} /var/lib/setiathome cp {setiathome,README} ${D}/${I} use X && cp {xsetiathome,README.xsetiathome} ${D}/${I} - chown nobody.nogroup ${D}/${I} - chown nobody.nogroup ${D}/${I}/setiathome + chown nobody:nogroup ${D}/${I} + chown nobody:nogroup ${D}/${I}/setiathome chmod +s ${S}/setiathome exeinto /etc/init.d ; newexe ${FILESDIR}/seti-init.d-r1 setiathome diff --git a/app-sci/setiathome/setiathome-3.08.ebuild b/app-sci/setiathome/setiathome-3.08.ebuild index f072a394f2e4..52e16e6d8ca9 100644 --- a/app-sci/setiathome/setiathome-3.08.ebuild +++ b/app-sci/setiathome/setiathome-3.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08.ebuild,v 1.1 2003/04/09 08:39:49 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08.ebuild,v 1.2 2003/12/06 23:38:00 spyderous Exp $ IUSE="X" @@ -48,8 +48,8 @@ src_install () { dodir ${I} cp {setiathome,README} ${D}/${I} use X && cp {xsetiathome,README.xsetiathome} ${D}/${I} - chown nobody.nogroup ${D}/${I} - chown nobody.nogroup ${D}/${I}/setiathome + chown nobody:nogroup ${D}/${I} + chown nobody:nogroup ${D}/${I}/setiathome chmod +s ${S}/setiathome exeinto /etc/init.d ; newexe ${FILESDIR}/seti-init.d-r1 setiathome |