public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/urwid: ChangeLog urwid-1.0.2.ebuild
@ 2012-07-14  0:42 Tim Harder (radhermit)
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder (radhermit) @ 2012-07-14  0:42 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/07/14 00:42:04

  Modified:             ChangeLog
  Added:                urwid-1.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 dev-python/urwid/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	31 May 2012 16:29:11 -0000	1.50
+++ ChangeLog	14 Jul 2012 00:42:04 -0000	1.51
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/urwid
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.50 2012/05/31 16:29:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.51 2012/07/14 00:42:04 radhermit Exp $
+
+*urwid-1.0.2 (14 Jul 2012)
+
+  14 Jul 2012; Tim Harder <radhermit@gentoo.org> +urwid-1.0.2.ebuild:
+  Version bump.
 
   31 May 2012; Anthony G. Basile <blueness@gentoo.org> urwid-1.0.1.ebuild:
   Keyword ~mips



1.1                  dev-python/urwid/urwid-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.1&content-type=text/plain

Index: urwid-1.0.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.1 2012/07/14 00:42:04 radhermit Exp $

EAPI="4"
PYTHON_USE_WITH="ncurses"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
PYTHON_TESTS_FAILURES_TOLERANT_ABIS="3.1"
DISTUTILS_SRC_TEST="setup.py"

inherit distutils

DESCRIPTION="Urwid is a curses-based user interface library for Python"
HOMEPAGE="http://excess.org/urwid/ http://pypi.python.org/pypi/urwid"
SRC_URI="http://excess.org/urwid/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="examples"

DEPEND="dev-python/setuptools"

PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")

src_install() {
	distutils_src_install

	dohtml reference.html tutorial.html

	if use examples; then
		docinto examples
		dodoc bigtext.py browse.py calc.py dialog.py edit.py \
			fib.py graph.py input_test.py tour.py
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/urwid: ChangeLog urwid-1.0.2.ebuild
@ 2012-08-05 21:47 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-05 21:47 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/05 21:47:58

  Modified:             ChangeLog urwid-1.0.2.ebuild
  Log:
  Keyword ~arm
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 dev-python/urwid/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	14 Jul 2012 00:42:04 -0000	1.51
+++ ChangeLog	5 Aug 2012 21:47:58 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/urwid
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.51 2012/07/14 00:42:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.52 2012/08/05 21:47:58 blueness Exp $
+
+  05 Aug 2012; Anthony G. Basile <blueness@gentoo.org> urwid-1.0.2.ebuild:
+  Keyword ~arm
 
 *urwid-1.0.2 (14 Jul 2012)
 



1.2                  dev-python/urwid/urwid-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?r1=1.1&r2=1.2

Index: urwid-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- urwid-1.0.2.ebuild	14 Jul 2012 00:42:04 -0000	1.1
+++ urwid-1.0.2.ebuild	5 Aug 2012 21:47:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.1 2012/07/14 00:42:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.2 2012/08/05 21:47:58 blueness Exp $
 
 EAPI="4"
 PYTHON_USE_WITH="ncurses"
@@ -17,7 +17,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools"





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

* [gentoo-commits] gentoo-x86 commit in dev-python/urwid: ChangeLog urwid-1.0.2.ebuild
@ 2012-09-08 13:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-08 13:07 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/08 13:07:13

  Modified:             ChangeLog urwid-1.0.2.ebuild
  Log:
  Stable for amd64, wrt bug #433275
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 dev-python/urwid/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	5 Aug 2012 21:47:58 -0000	1.52
+++ ChangeLog	8 Sep 2012 13:07:13 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/urwid
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.52 2012/08/05 21:47:58 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.53 2012/09/08 13:07:13 ago Exp $
+
+  08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> urwid-1.0.2.ebuild:
+  Stable for amd64, wrt bug #433275
 
   05 Aug 2012; Anthony G. Basile <blueness@gentoo.org> urwid-1.0.2.ebuild:
   Keyword ~arm



1.3                  dev-python/urwid/urwid-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?r1=1.2&r2=1.3

Index: urwid-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- urwid-1.0.2.ebuild	5 Aug 2012 21:47:58 -0000	1.2
+++ urwid-1.0.2.ebuild	8 Sep 2012 13:07:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.2 2012/08/05 21:47:58 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.3 2012/09/08 13:07:13 ago Exp $
 
 EAPI="4"
 PYTHON_USE_WITH="ncurses"
@@ -17,7 +17,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools"





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

* [gentoo-commits] gentoo-x86 commit in dev-python/urwid: ChangeLog urwid-1.0.2.ebuild
@ 2012-09-12  2:09 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-12  2:09 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/12 02:09:31

  Modified:             ChangeLog urwid-1.0.2.ebuild
  Log:
  Stable ppc ppc64, bug #433275
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 dev-python/urwid/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	8 Sep 2012 13:07:13 -0000	1.53
+++ ChangeLog	12 Sep 2012 02:09:31 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/urwid
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.53 2012/09/08 13:07:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.54 2012/09/12 02:09:31 blueness Exp $
+
+  12 Sep 2012; Anthony G. Basile <blueness@gentoo.org> urwid-1.0.2.ebuild:
+  Stable ppc ppc64, bug #433275
 
   08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> urwid-1.0.2.ebuild:
   Stable for amd64, wrt bug #433275



1.4                  dev-python/urwid/urwid-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?r1=1.3&r2=1.4

Index: urwid-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- urwid-1.0.2.ebuild	8 Sep 2012 13:07:13 -0000	1.3
+++ urwid-1.0.2.ebuild	12 Sep 2012 02:09:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.3 2012/09/08 13:07:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.4 2012/09/12 02:09:31 blueness Exp $
 
 EAPI="4"
 PYTHON_USE_WITH="ncurses"
@@ -17,7 +17,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools"





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

* [gentoo-commits] gentoo-x86 commit in dev-python/urwid: ChangeLog urwid-1.0.2.ebuild
@ 2012-09-23  8:11 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-09-23  8:11 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/09/23 08:11:05

  Modified:             ChangeLog urwid-1.0.2.ebuild
  Log:
  x86 stable wrt bug #433275
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.55                 dev-python/urwid/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	12 Sep 2012 02:09:31 -0000	1.54
+++ ChangeLog	23 Sep 2012 08:11:05 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/urwid
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.54 2012/09/12 02:09:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.55 2012/09/23 08:11:05 phajdan.jr Exp $
+
+  23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> urwid-1.0.2.ebuild:
+  x86 stable wrt bug #433275
 
   12 Sep 2012; Anthony G. Basile <blueness@gentoo.org> urwid-1.0.2.ebuild:
   Stable ppc ppc64, bug #433275



1.5                  dev-python/urwid/urwid-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild?r1=1.4&r2=1.5

Index: urwid-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- urwid-1.0.2.ebuild	12 Sep 2012 02:09:31 -0000	1.4
+++ urwid-1.0.2.ebuild	23 Sep 2012 08:11:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.4 2012/09/12 02:09:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.5 2012/09/23 08:11:05 phajdan.jr Exp $
 
 EAPI="4"
 PYTHON_USE_WITH="ncurses"
@@ -17,7 +17,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools"





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

end of thread, other threads:[~2012-09-23  8:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-23  8:11 [gentoo-commits] gentoo-x86 commit in dev-python/urwid: ChangeLog urwid-1.0.2.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-12  2:09 Anthony G. Basile (blueness)
2012-09-08 13:07 Agostino Sarubbo (ago)
2012-08-05 21:47 Anthony G. Basile (blueness)
2012-07-14  0:42 Tim Harder (radhermit)

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