public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/emacs-updater: ChangeLog emacs-updater-1.7.ebuild
@ 2010-11-10 18:13 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-11-10 18:13 UTC (permalink / raw
  To: gentoo-commits

ulm         10/11/10 18:13:00

  Modified:             ChangeLog
  Added:                emacs-updater-1.7.ebuild
  Log:
  Version bump, fixes bug 344467.
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 app-admin/emacs-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	7 Dec 2009 22:11:47 -0000	1.34
+++ ChangeLog	10 Nov 2010 18:12:59 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/emacs-updater
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.34 2009/12/07 22:11:47 ulm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.35 2010/11/10 18:12:59 ulm Exp $
+
+*emacs-updater-1.7 (10 Nov 2010)
+
+  10 Nov 2010; Ulrich Mueller <ulm@gentoo.org> +emacs-updater-1.7.ebuild:
+  Version bump, fixes bug 344467.
 
 *emacs-updater-1.6-r1 (07 Dec 2009)
 



1.1                  app-admin/emacs-updater/emacs-updater-1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.1&content-type=text/plain

Index: emacs-updater-1.7.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.1 2010/11/10 18:13:00 ulm Exp $

EAPI=2

DESCRIPTION="Rebuild Emacs packages"
HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

DEPEND=""
RDEPEND="!<=app-admin/eselect-emacs-1.5
	>=app-portage/portage-utils-0.1.28
	virtual/emacs"

src_prepare() {
	if [ -n "${EPREFIX}" ]; then
		sed -i -e "1s:/:${EPREFIX%/}/:" \
			-e "s:^\(EMACS\|SITELISP\)=:&${EPREFIX%/}:" \
			emacs-updater || die
	fi
}

src_install() {
	dosbin emacs-updater || die "dosbin failed"
	doman emacs-updater.8 || die "doman failed"
}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/emacs-updater: ChangeLog emacs-updater-1.7.ebuild
@ 2010-12-12 16:29 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-12 16:29 UTC (permalink / raw
  To: gentoo-commits

fauli       10/12/12 16:29:01

  Modified:             ChangeLog emacs-updater-1.7.ebuild
  Log:
  stable x86, bug 348505
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.36                 app-admin/emacs-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	10 Nov 2010 18:12:59 -0000	1.35
+++ ChangeLog	12 Dec 2010 16:29:01 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/emacs-updater
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.35 2010/11/10 18:12:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.36 2010/12/12 16:29:01 fauli Exp $
+
+  12 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
+  emacs-updater-1.7.ebuild:
+  stable x86, bug 348505
 
 *emacs-updater-1.7 (10 Nov 2010)
 



1.2                  app-admin/emacs-updater/emacs-updater-1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?r1=1.1&r2=1.2

Index: emacs-updater-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emacs-updater-1.7.ebuild	10 Nov 2010 18:13:00 -0000	1.1
+++ emacs-updater-1.7.ebuild	12 Dec 2010 16:29:01 -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-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.1 2010/11/10 18:13:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.2 2010/12/12 16:29:01 fauli Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/emacs-updater: ChangeLog emacs-updater-1.7.ebuild
@ 2010-12-12 18:53 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-12-12 18:53 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/12/12 18:53:54

  Modified:             ChangeLog emacs-updater-1.7.ebuild
  Log:
  Stable on amd64 wrt bug #348505
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 app-admin/emacs-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	12 Dec 2010 16:29:01 -0000	1.36
+++ ChangeLog	12 Dec 2010 18:53:54 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/emacs-updater
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.36 2010/12/12 16:29:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.37 2010/12/12 18:53:54 hwoarang Exp $
+
+  12 Dec 2010; Markos Chandras <hwoarang@gentoo.org> emacs-updater-1.7.ebuild:
+  Stable on amd64 wrt bug #348505
 
   12 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
   emacs-updater-1.7.ebuild:



1.3                  app-admin/emacs-updater/emacs-updater-1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?r1=1.2&r2=1.3

Index: emacs-updater-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emacs-updater-1.7.ebuild	12 Dec 2010 16:29:01 -0000	1.2
+++ emacs-updater-1.7.ebuild	12 Dec 2010 18:53:54 -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-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.2 2010/12/12 16:29:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.3 2010/12/12 18:53:54 hwoarang Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/emacs-updater: ChangeLog emacs-updater-1.7.ebuild
@ 2010-12-24 16:38 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-12-24 16:38 UTC (permalink / raw
  To: gentoo-commits

jer         10/12/24 16:38:56

  Modified:             ChangeLog emacs-updater-1.7.ebuild
  Log:
  Stable for HPPA (bug #348505).
  
  (Portage version: 2.2.0_alpha10/cvs/Linux i686)

Revision  Changes    Path
1.38                 app-admin/emacs-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	12 Dec 2010 18:53:54 -0000	1.37
+++ ChangeLog	24 Dec 2010 16:38:56 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/emacs-updater
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.37 2010/12/12 18:53:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.38 2010/12/24 16:38:56 jer Exp $
+
+  24 Dec 2010; Jeroen Roovers <jer@gentoo.org> emacs-updater-1.7.ebuild:
+  Stable for HPPA (bug #348505).
 
   12 Dec 2010; Markos Chandras <hwoarang@gentoo.org> emacs-updater-1.7.ebuild:
   Stable on amd64 wrt bug #348505



1.4                  app-admin/emacs-updater/emacs-updater-1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?r1=1.3&r2=1.4

Index: emacs-updater-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emacs-updater-1.7.ebuild	12 Dec 2010 18:53:54 -0000	1.3
+++ emacs-updater-1.7.ebuild	24 Dec 2010 16:38:56 -0000	1.4
@@ -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-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.3 2010/12/12 18:53:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.4 2010/12/24 16:38:56 jer Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/emacs-updater: ChangeLog emacs-updater-1.7.ebuild
@ 2010-12-25 14:29 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-12-25 14:29 UTC (permalink / raw
  To: gentoo-commits

maekke      10/12/25 14:29:15

  Modified:             ChangeLog emacs-updater-1.7.ebuild
  Log:
  arm stable, bug #348505
  
  (Portage version: 2.1.9.26/cvs/Linux i686)

Revision  Changes    Path
1.39                 app-admin/emacs-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	24 Dec 2010 16:38:56 -0000	1.38
+++ ChangeLog	25 Dec 2010 14:29:15 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/emacs-updater
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.38 2010/12/24 16:38:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.39 2010/12/25 14:29:15 maekke Exp $
+
+  25 Dec 2010; Markus Meier <maekke@gentoo.org> emacs-updater-1.7.ebuild:
+  arm stable, bug #348505
 
   24 Dec 2010; Jeroen Roovers <jer@gentoo.org> emacs-updater-1.7.ebuild:
   Stable for HPPA (bug #348505).



1.5                  app-admin/emacs-updater/emacs-updater-1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?r1=1.4&r2=1.5

Index: emacs-updater-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emacs-updater-1.7.ebuild	24 Dec 2010 16:38:56 -0000	1.4
+++ emacs-updater-1.7.ebuild	25 Dec 2010 14:29:15 -0000	1.5
@@ -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-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.4 2010/12/24 16:38:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.5 2010/12/25 14:29:15 maekke Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/emacs-updater: ChangeLog emacs-updater-1.7.ebuild
@ 2010-12-26 17:34 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-12-26 17:34 UTC (permalink / raw
  To: gentoo-commits

armin76     10/12/26 17:34:31

  Modified:             ChangeLog emacs-updater-1.7.ebuild
  Log:
  alpha/arm/ia64/s390/sparc stable wrt #348505
  
  (Portage version: 2.1.9.24/cvs/Linux ia64)

Revision  Changes    Path
1.40                 app-admin/emacs-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	25 Dec 2010 14:29:15 -0000	1.39
+++ ChangeLog	26 Dec 2010 17:34:31 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/emacs-updater
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.39 2010/12/25 14:29:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.40 2010/12/26 17:34:31 armin76 Exp $
+
+  26 Dec 2010; Raúl Porcel <armin76@gentoo.org> emacs-updater-1.7.ebuild:
+  alpha/arm/ia64/s390/sparc stable wrt #348505
 
   25 Dec 2010; Markus Meier <maekke@gentoo.org> emacs-updater-1.7.ebuild:
   arm stable, bug #348505



1.6                  app-admin/emacs-updater/emacs-updater-1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?r1=1.5&r2=1.6

Index: emacs-updater-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- emacs-updater-1.7.ebuild	25 Dec 2010 14:29:15 -0000	1.5
+++ emacs-updater-1.7.ebuild	26 Dec 2010 17:34:31 -0000	1.6
@@ -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-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.5 2010/12/25 14:29:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.6 2010/12/26 17:34:31 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/emacs-updater: ChangeLog emacs-updater-1.7.ebuild
@ 2011-01-08  0:53 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-01-08  0:53 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/08 00:53:17

  Modified:             ChangeLog emacs-updater-1.7.ebuild
  Log:
  Marking emacs-updater-1.7 ppc for bug 348505
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.42                 app-admin/emacs-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	7 Jan 2011 22:51:28 -0000	1.41
+++ ChangeLog	8 Jan 2011 00:53:17 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/emacs-updater
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.41 2011/01/07 22:51:28 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.42 2011/01/08 00:53:17 ranger Exp $
+
+  08 Jan 2011; Brent Baude <ranger@gentoo.org> emacs-updater-1.7.ebuild:
+  Marking emacs-updater-1.7 ppc for bug 348505
 
 *emacs-updater-1.8 (07 Jan 2011)
 



1.7                  app-admin/emacs-updater/emacs-updater-1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?r1=1.6&r2=1.7

Index: emacs-updater-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- emacs-updater-1.7.ebuild	26 Dec 2010 17:34:31 -0000	1.6
+++ emacs-updater-1.7.ebuild	8 Jan 2011 00:53:17 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.6 2010/12/26 17:34:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.7 2011/01/08 00:53:17 ranger Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/emacs-updater: ChangeLog emacs-updater-1.7.ebuild
@ 2011-03-16 17:07 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-16 17:07 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/16 17:07:11

  Modified:             ChangeLog emacs-updater-1.7.ebuild
  Log:
  ppc64 stable wrt #348505
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 app-admin/emacs-updater/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	8 Jan 2011 00:53:17 -0000	1.42
+++ ChangeLog	16 Mar 2011 17:07:11 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/emacs-updater
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.42 2011/01/08 00:53:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.43 2011/03/16 17:07:11 xarthisius Exp $
+
+  16 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> emacs-updater-1.7.ebuild:
+  ppc64 stable wrt #348505
 
   08 Jan 2011; Brent Baude <ranger@gentoo.org> emacs-updater-1.7.ebuild:
   Marking emacs-updater-1.7 ppc for bug 348505



1.8                  app-admin/emacs-updater/emacs-updater-1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild?r1=1.7&r2=1.8

Index: emacs-updater-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- emacs-updater-1.7.ebuild	8 Jan 2011 00:53:17 -0000	1.7
+++ emacs-updater-1.7.ebuild	16 Mar 2011 17:07:11 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.7 2011/01/08 00:53:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.7.ebuild,v 1.8 2011/03/16 17:07:11 xarthisius Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-03-16 17:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-12 16:29 [gentoo-commits] gentoo-x86 commit in app-admin/emacs-updater: ChangeLog emacs-updater-1.7.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-16 17:07 Kacper Kowalik (xarthisius)
2011-01-08  0:53 Brent Baude (ranger)
2010-12-26 17:34 Raul Porcel (armin76)
2010-12-25 14:29 Markus Meier (maekke)
2010-12-24 16:38 Jeroen Roovers (jer)
2010-12-12 18:53 Markos Chandras (hwoarang)
2010-11-10 18:13 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