public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2009-04-16  5:31 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-04-16  5:31 UTC (permalink / raw
  To: gentoo-commits

fauli       09/04/16 05:31:28

  Modified:             ChangeLog
  Added:                python-mode-5.1.0.ebuild
  Log:
  version bump, taken from Emacs overlay.  Major rework of the mode, but dropped some features, like doctest-mode which has its own ebuild now
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.37                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	20 Sep 2008 21:09:47 -0000	1.36
+++ ChangeLog	16 Apr 2009 05:31:28 -0000	1.37
@@ -1,6 +1,13 @@
 # ChangeLog for app-emacs/python-mode
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.36 2008/09/20 21:09:47 ulm Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.37 2009/04/16 05:31:28 fauli Exp $
+
+*python-mode-5.1.0 (16 Apr 2009)
+
+  16 Apr 2009; Christian Faulhammer <fauli@gentoo.org>
+  +files/60python-mode-gentoo-5.1.el, +python-mode-5.1.0.ebuild:
+  version bump, taken from Emacs overlay. Major rework of the mode, but
+  dropped some features, like doctest-mode which has its own ebuild now
 
   20 Sep 2008; Ulrich Mueller <ulm@gentoo.org> -python-mode-1.0.ebuild:
   Remove old.



1.1                  app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.1&content-type=text/plain

Index: python-mode-5.1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.1 2009/04/16 05:31:28 fauli Exp $

inherit elisp

DESCRIPTION="An Emacs major mode for editing Python source"
HOMEPAGE="https://launchpad.net/python-mode"
# taken from http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}.el"
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S=${WORKDIR}
SITEFILE=50${PN}-gentoo-5.1.el

pkg_postinst() {
	elog "Note that doctest support is now split out to app-emacs/doctest-mode."
}






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2009-04-16 14:33 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-04-16 14:33 UTC (permalink / raw
  To: gentoo-commits

fauli       09/04/16 14:33:43

  Modified:             python-mode-5.1.0.ebuild ChangeLog
  Log:
  fix SITEFILE name, reported on bug 266382 by Martin von Gagern
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?r1=1.1&r2=1.2

Index: python-mode-5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-mode-5.1.0.ebuild	16 Apr 2009 05:31:28 -0000	1.1
+++ python-mode-5.1.0.ebuild	16 Apr 2009 14:33:43 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.1 2009/04/16 05:31:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.2 2009/04/16 14:33:43 fauli Exp $
 
 inherit elisp
 
@@ -18,7 +18,7 @@
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}
-SITEFILE=50${PN}-gentoo-5.1.el
+SITEFILE=60${PN}-gentoo-5.1.el
 
 pkg_postinst() {
 	elog "Note that doctest support is now split out to app-emacs/doctest-mode."



1.38                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	16 Apr 2009 05:31:28 -0000	1.37
+++ ChangeLog	16 Apr 2009 14:33:43 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/python-mode
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.37 2009/04/16 05:31:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.38 2009/04/16 14:33:43 fauli Exp $
+
+  16 Apr 2009; Christian Faulhammer <fauli@gentoo.org>
+  python-mode-5.1.0.ebuild:
+  fix SITEFILE name, reported on bug 266382 by Martin von Gagern
 
 *python-mode-5.1.0 (16 Apr 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2009-06-04 19:26 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-04 19:26 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/04 19:26:17

  Modified:             python-mode-5.1.0.ebuild ChangeLog
  Log:
  stable x86, bug 272474
  (Portage version: 2.1.6.11/cvs/Linux i686)

Revision  Changes    Path
1.3                  app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?r1=1.2&r2=1.3

Index: python-mode-5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-mode-5.1.0.ebuild	16 Apr 2009 14:33:43 -0000	1.2
+++ python-mode-5.1.0.ebuild	4 Jun 2009 19:26:17 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.2 2009/04/16 14:33:43 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.3 2009/06/04 19:26:17 fauli Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



1.39                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	16 Apr 2009 14:33:43 -0000	1.38
+++ ChangeLog	4 Jun 2009 19:26:17 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/python-mode
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.38 2009/04/16 14:33:43 fauli Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.39 2009/06/04 19:26:17 fauli Exp $
+
+  04 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  python-mode-5.1.0.ebuild:
+  stable x86, bug 272474
 
   16 Apr 2009; Christian Faulhammer <fauli@gentoo.org>
   python-mode-5.1.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2009-06-06 17:43 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-06-06 17:43 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/06/06 17:43:52

  Modified:             python-mode-5.1.0.ebuild ChangeLog
  Log:
  ppc stable #272474
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.4                  app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?r1=1.3&r2=1.4

Index: python-mode-5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-mode-5.1.0.ebuild	4 Jun 2009 19:26:17 -0000	1.3
+++ python-mode-5.1.0.ebuild	6 Jun 2009 17:43:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.3 2009/06/04 19:26:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.4 2009/06/06 17:43:52 nixnut Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



1.40                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	4 Jun 2009 19:26:17 -0000	1.39
+++ ChangeLog	6 Jun 2009 17:43:52 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/python-mode
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.39 2009/06/04 19:26:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.40 2009/06/06 17:43:52 nixnut Exp $
+
+  06 Jun 2009; nixnut <nixnut@gentoo.org> python-mode-5.1.0.ebuild:
+  ppc stable #272474
 
   04 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
   python-mode-5.1.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2009-06-09 14:42 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-06-09 14:42 UTC (permalink / raw
  To: gentoo-commits

armin76     09/06/09 14:42:15

  Modified:             python-mode-5.1.0.ebuild ChangeLog
  Log:
  arm/ia64/s390/sh stable wrt #272474
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.5                  app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?r1=1.4&r2=1.5

Index: python-mode-5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-mode-5.1.0.ebuild	6 Jun 2009 17:43:52 -0000	1.4
+++ python-mode-5.1.0.ebuild	9 Jun 2009 14:42:15 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.4 2009/06/06 17:43:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.5 2009/06/09 14:42:15 armin76 Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd"
+KEYWORDS="~amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



1.41                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	6 Jun 2009 17:43:52 -0000	1.40
+++ ChangeLog	9 Jun 2009 14:42:15 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/python-mode
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.40 2009/06/06 17:43:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.41 2009/06/09 14:42:15 armin76 Exp $
+
+  09 Jun 2009; Raúl Porcel <armin76@gentoo.org> python-mode-5.1.0.ebuild:
+  arm/ia64/s390/sh stable wrt #272474
 
   06 Jun 2009; nixnut <nixnut@gentoo.org> python-mode-5.1.0.ebuild:
   ppc stable #272474






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2009-06-11 19:46 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-06-11 19:46 UTC (permalink / raw
  To: gentoo-commits

maekke      09/06/11 19:46:14

  Modified:             python-mode-5.1.0.ebuild ChangeLog
  Log:
  amd64 stable, bug #272474
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?r1=1.5&r2=1.6

Index: python-mode-5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-mode-5.1.0.ebuild	9 Jun 2009 14:42:15 -0000	1.5
+++ python-mode-5.1.0.ebuild	11 Jun 2009 19:46:14 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.5 2009/06/09 14:42:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.6 2009/06/11 19:46:14 maekke Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



1.42                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	9 Jun 2009 14:42:15 -0000	1.41
+++ ChangeLog	11 Jun 2009 19:46:14 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/python-mode
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.41 2009/06/09 14:42:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.42 2009/06/11 19:46:14 maekke Exp $
+
+  11 Jun 2009; Markus Meier <maekke@gentoo.org> python-mode-5.1.0.ebuild:
+  amd64 stable, bug #272474
 
   09 Jun 2009; Raúl Porcel <armin76@gentoo.org> python-mode-5.1.0.ebuild:
   arm/ia64/s390/sh stable wrt #272474






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2009-07-06 10:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-07-06 10:35 UTC (permalink / raw
  To: gentoo-commits

jer         09/07/06 10:35:05

  Modified:             python-mode-5.1.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #272474).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.7                  app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?r1=1.6&r2=1.7

Index: python-mode-5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-mode-5.1.0.ebuild	11 Jun 2009 19:46:14 -0000	1.6
+++ python-mode-5.1.0.ebuild	6 Jul 2009 10:35:05 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.6 2009/06/11 19:46:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.7 2009/07/06 10:35:05 jer Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh x86 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ia64 ppc ~ppc64 s390 sh x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



1.43                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	11 Jun 2009 19:46:14 -0000	1.42
+++ ChangeLog	6 Jul 2009 10:35:05 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/python-mode
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.42 2009/06/11 19:46:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.43 2009/07/06 10:35:05 jer Exp $
+
+  06 Jul 2009; Jeroen Roovers <jer@gentoo.org> python-mode-5.1.0.ebuild:
+  Stable for HPPA (bug #272474).
 
   11 Jun 2009; Markus Meier <maekke@gentoo.org> python-mode-5.1.0.ebuild:
   amd64 stable, bug #272474






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2009-09-06 16:32 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-09-06 16:32 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/06 16:32:49

  Modified:             python-mode-5.1.0.ebuild ChangeLog
  Log:
  Marking python-mode-5.1.0 ppc64 for bug 272474
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.8                  app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?r1=1.7&r2=1.8

Index: python-mode-5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-mode-5.1.0.ebuild	6 Jul 2009 10:35:05 -0000	1.7
+++ python-mode-5.1.0.ebuild	6 Sep 2009 16:32:49 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.7 2009/07/06 10:35:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.8 2009/09/06 16:32:49 ranger Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ~ppc64 s390 sh x86 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 s390 sh x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



1.44                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	6 Jul 2009 10:35:05 -0000	1.43
+++ ChangeLog	6 Sep 2009 16:32:49 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/python-mode
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.43 2009/07/06 10:35:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.44 2009/09/06 16:32:49 ranger Exp $
+
+  06 Sep 2009; Brent Baude <ranger@gentoo.org> python-mode-5.1.0.ebuild:
+  Marking python-mode-5.1.0 ppc64 for bug 272474
 
   06 Jul 2009; Jeroen Roovers <jer@gentoo.org> python-mode-5.1.0.ebuild:
   Stable for HPPA (bug #272474).






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2009-11-24 21:16 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-11-24 21:16 UTC (permalink / raw
  To: gentoo-commits

fauli       09/11/24 21:16:07

  Modified:             python-mode-5.1.0.ebuild ChangeLog
  Log:
  import changes from Prefix overlay
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.9                  app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?r1=1.8&r2=1.9

Index: python-mode-5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-mode-5.1.0.ebuild	6 Sep 2009 16:32:49 -0000	1.8
+++ python-mode-5.1.0.ebuild	24 Nov 2009 21:16:07 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.8 2009/09/06 16:32:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.9 2009/11/24 21:16:07 fauli Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ppc64 s390 sh x86 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 s390 sh x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""



1.47                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	7 Sep 2009 10:26:29 -0000	1.46
+++ ChangeLog	24 Nov 2009 21:16:07 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/python-mode
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.46 2009/09/07 10:26:29 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.47 2009/11/24 21:16:07 fauli Exp $
+
+  24 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
+  python-mode-5.1.0.ebuild:
+  import changes from Prefix overlay
 
   07 Sep 2009; Christian Faulhammer <fauli@gentoo.org> metadata.xml:
   remove unused flag description






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
@ 2010-04-30 14:56 Fabian Groffen (grobian)
  0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2010-04-30 14:56 UTC (permalink / raw
  To: gentoo-commits

grobian     10/04/30 14:56:43

  Modified:             python-mode-5.1.0.ebuild ChangeLog
  Log:
  Marked ~x64-macos
  (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.10                 app-emacs/python-mode/python-mode-5.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild?r1=1.9&r2=1.10

Index: python-mode-5.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-mode-5.1.0.ebuild	24 Nov 2009 21:16:07 -0000	1.9
+++ python-mode-5.1.0.ebuild	30 Apr 2010 14:56:43 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.9 2009/11/24 21:16:07 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.10 2010/04/30 14:56:43 grobian Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ppc64 s390 sh x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 s390 sh x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""



1.48                 app-emacs/python-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	24 Nov 2009 21:16:07 -0000	1.47
+++ ChangeLog	30 Apr 2010 14:56:43 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/python-mode
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.47 2009/11/24 21:16:07 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.48 2010/04/30 14:56:43 grobian Exp $
+
+  30 Apr 2010; Fabian Groffen <grobian@gentoo.org> python-mode-5.1.0.ebuild:
+  Marked ~x64-macos
 
   24 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
   python-mode-5.1.0.ebuild:






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

end of thread, other threads:[~2010-04-30 14:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11 19:46 [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-30 14:56 Fabian Groffen (grobian)
2009-11-24 21:16 Christian Faulhammer (fauli)
2009-09-06 16:32 Brent Baude (ranger)
2009-07-06 10:35 Jeroen Roovers (jer)
2009-06-09 14:42 Raul Porcel (armin76)
2009-06-06 17:43 Gysbert Wassenaar (nixnut)
2009-06-04 19:26 Christian Faulhammer (fauli)
2009-04-16 14:33 Christian Faulhammer (fauli)
2009-04-16  5:31 Christian Faulhammer (fauli)

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