diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2003-12-06 23:38:04 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2003-12-06 23:38:04 +0000 |
commit | b47d00bc212833ae13772559af888118bc474078 (patch) | |
tree | 60070b4a7e07a742f69581769ffc5f3562f12388 /app-sci/setiathome | |
parent | removed unecessary alsa-driver dep (diff) | |
download | gentoo-2-b47d00bc212833ae13772559af888118bc474078.tar.gz gentoo-2-b47d00bc212833ae13772559af888118bc474078.tar.bz2 gentoo-2-b47d00bc212833ae13772559af888118bc474078.zip |
Changing obsolete chown syntax for bug #35127.
Diffstat (limited to 'app-sci/setiathome')
-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 |
5 files changed, 21 insertions, 16 deletions
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 |