public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2010-05-01 15:16 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2010-05-01 15:16 UTC (permalink / raw
  To: gentoo-commits

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=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.96.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.96.ebuild?r1=1.1&r2=1.2

Index: emacs-vcs-23.1.96.ebuild
===================================================================
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 $
 
 EAPI=2
 
@@ -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
 
 	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=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
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.15 2010/04/20 07:39:49 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.16 2010/05/01 15:16:49 ulm Exp $
+
+  01 May 2010; Ulrich Mueller <ulm@gentoo.org> 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.
 
 *emacs-vcs-23.1.96 (20 Apr 2010)
 



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=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.95.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.95.ebuild?r1=1.2&r2=1.3

Index: emacs-vcs-23.1.95.ebuild
===================================================================
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 $
 
 EAPI=2
 
@@ -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
 
 	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=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.9999-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.9999-r3.ebuild?r1=1.2&r2=1.3

Index: emacs-vcs-23.1.9999-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.9999-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 $
 
 EAPI=2
 
@@ -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
 
 	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=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild?r1=1.2&r2=1.3

Index: emacs-vcs-24.0.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.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 $
 
 EAPI=2
 
@@ -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
 
 	elisp-site-regen
 	emacs-infodir-rebuild






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-01 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-01 15:16 [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 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox