From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O8ER1-0003U1-LH for garchives@archives.gentoo.org; Sat, 01 May 2010 15:16:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A235E0746; Sat, 1 May 2010 15:16:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EFC96E0746 for ; Sat, 1 May 2010 15:16:50 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7090E1B4098 for ; Sat, 1 May 2010 15:16:50 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2178) id 9B8092C10C; Sat, 1 May 2010 15:16:49 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs-vcs: emacs-vcs-23.1.96.ebuild ChangeLog emacs-vcs-23.1.95.ebuild emacs-vcs-23.1.9999-r3.ebuild emacs-vcs-24.0.9999.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: emacs-vcs-23.1.96.ebuild ChangeLog emacs-vcs-23.1.95.ebuild emacs-vcs-23.1.9999-r3.ebuild emacs-vcs-24.0.9999.ebuild X-VCS-Directories: app-editors/emacs-vcs X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: <20100501151649.9B8092C10C@corvid.gentoo.org> Date: Sat, 1 May 2010 15:16:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6168ea0b-e118-48fa-9df0-b88e85ad257b X-Archives-Hash: 0f7f96f84a1710133820fc8eddbc32aa ulm 10/05/01 15:16:49 Modified: emacs-vcs-23.1.96.ebuild ChangeLog emacs-vcs-23.1.95.ebuild emacs-vcs-23.1.9999-r3.ebuild emacs-vcs-24.0.9999.ebuild Log: Revert change of 2010-04-08. Fix directory owner. (Portage version: 2.2_rc67/cvs/Linux i686) Revision Changes Path 1.2 app-editors/emacs-vcs/emacs-vcs-23.1.96.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-23.1.96.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-23.1.96.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-23.1.96.ebuild?r1=3D1.1&r2=3D1.2 Index: emacs-vcs-23.1.96.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.96= .ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emacs-vcs-23.1.96.ebuild 20 Apr 2010 07:39:49 -0000 1.1 +++ emacs-vcs-23.1.96.ebuild 1 May 2010 15:16:49 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.= 96.ebuild,v 1.1 2010/04/20 07:39:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.= 96.ebuild,v 1.2 2010/05/01 15:16:49 ulm Exp $ =20 EAPI=3D2 =20 @@ -277,11 +277,9 @@ pkg_postinst() { local f for f in "${ROOT}"/var/lib/games/emacs/{snake,tetris}-scores; do - if [ ! -e "${f}" ]; then - touch "${f}" - chown games "${f}" - fi + [ -e "${f}" ] || touch "${f}" done + chown games:games "${ROOT}"/var/lib/games/emacs =20 elisp-site-regen emacs-infodir-rebuild 1.16 app-editors/emacs-vcs/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/ChangeLog?rev=3D1.16&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/ChangeLog?rev=3D1.16&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/ChangeLog?r1=3D1.15&r2=3D1.16 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 20 Apr 2010 07:39:49 -0000 1.15 +++ ChangeLog 1 May 2010 15:16:49 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for app-editors/emacs-vcs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.1= 5 2010/04/20 07:39:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.1= 6 2010/05/01 15:16:49 ulm Exp $ + + 01 May 2010; Ulrich Mueller emacs-vcs-23.1.95.ebuild, + emacs-vcs-23.1.96.ebuild, emacs-vcs-23.1.9999-r3.ebuild, + emacs-vcs-24.0.9999.ebuild: + Revert change of 2010-04-08. Fix directory owner. =20 *emacs-vcs-23.1.96 (20 Apr 2010) =20 1.3 app-editors/emacs-vcs/emacs-vcs-23.1.95.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-23.1.95.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-23.1.95.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-23.1.95.ebuild?r1=3D1.2&r2=3D1.3 Index: emacs-vcs-23.1.95.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.95= .ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emacs-vcs-23.1.95.ebuild 8 Apr 2010 12:11:34 -0000 1.2 +++ emacs-vcs-23.1.95.ebuild 1 May 2010 15:16:49 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.= 95.ebuild,v 1.2 2010/04/08 12:11:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.= 95.ebuild,v 1.3 2010/05/01 15:16:49 ulm Exp $ =20 EAPI=3D2 =20 @@ -277,11 +277,9 @@ pkg_postinst() { local f for f in "${ROOT}"/var/lib/games/emacs/{snake,tetris}-scores; do - if [ ! -e "${f}" ]; then - touch "${f}" - chown games "${f}" - fi + [ -e "${f}" ] || touch "${f}" done + chown games:games "${ROOT}"/var/lib/games/emacs =20 elisp-site-regen emacs-infodir-rebuild 1.3 app-editors/emacs-vcs/emacs-vcs-23.1.9999-r3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-23.1.9999-r3.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-23.1.9999-r3.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-23.1.9999-r3.ebuild?r1=3D1.2&r2=3D1.3 Index: emacs-vcs-23.1.9999-r3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.99= 99-r3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emacs-vcs-23.1.9999-r3.ebuild 8 Apr 2010 12:11:34 -0000 1.2 +++ emacs-vcs-23.1.9999-r3.ebuild 1 May 2010 15:16:49 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.= 9999-r3.ebuild,v 1.2 2010/04/08 12:11:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.= 9999-r3.ebuild,v 1.3 2010/05/01 15:16:49 ulm Exp $ =20 EAPI=3D2 =20 @@ -277,11 +277,9 @@ pkg_postinst() { local f for f in "${ROOT}"/var/lib/games/emacs/{snake,tetris}-scores; do - if [ ! -e "${f}" ]; then - touch "${f}" - chown games "${f}" - fi + [ -e "${f}" ] || touch "${f}" done + chown games:games "${ROOT}"/var/lib/games/emacs =20 elisp-site-regen emacs-infodir-rebuild 1.3 app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-24.0.9999.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-24.0.9999.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-= vcs/emacs-vcs-24.0.9999.ebuild?r1=3D1.2&r2=3D1.3 Index: emacs-vcs-24.0.9999.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.99= 99.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emacs-vcs-24.0.9999.ebuild 8 Apr 2010 12:11:34 -0000 1.2 +++ emacs-vcs-24.0.9999.ebuild 1 May 2010 15:16:49 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.= 9999.ebuild,v 1.2 2010/04/08 12:11:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.= 9999.ebuild,v 1.3 2010/05/01 15:16:49 ulm Exp $ =20 EAPI=3D2 =20 @@ -286,11 +286,9 @@ pkg_postinst() { local f for f in "${ROOT}"/var/lib/games/emacs/{snake,tetris}-scores; do - if [ ! -e "${f}" ]; then - touch "${f}" - chown games "${f}" - fi + [ -e "${f}" ] || touch "${f}" done + chown games:games "${ROOT}"/var/lib/games/emacs =20 elisp-site-regen emacs-infodir-rebuild