public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/webob: ChangeLog webob-1.1.ebuild
@ 2011-09-16  8:12 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 6+ messages in thread
From: Dirkjan Ochtman (djc) @ 2011-09-16  8:12 UTC (permalink / raw
  To: gentoo-commits

djc         11/09/16 08:12:12

  Modified:             ChangeLog
  Added:                webob-1.1.ebuild
  Log:
  Version bump webob to 1.1.
  
  (Portage version: 2.1.10.15/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	5 Aug 2011 22:38:53 -0000	1.45
+++ ChangeLog	16 Sep 2011 08:12:12 -0000	1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.45 2011/08/05 22:38:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.46 2011/09/16 08:12:12 djc Exp $
+
+*webob-1.1 (16 Sep 2011)
+
+  16 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +webob-1.1.ebuild:
+  Version bump to 1.1 (fixes bug 382925, thanks to jbergstroem).
 
   05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -webob-1.0.6.ebuild:
   Remove old ebuild. Requested by Arfrever



1.1                  dev-python/webob/webob-1.1.ebuild

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

Index: webob-1.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.1 2011/09/16 08:12:12 djc Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
DISTUTILS_SRC_TEST="nosetests"

inherit distutils eutils

MY_PN="WebOb"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="WSGI request and response object"
HOMEPAGE="http://pythonpaste.org/webob/ http://pypi.python.org/pypi/WebOb"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"

DEPEND="app-arch/unzip
	dev-python/setuptools
	doc? ( dev-python/sphinx )
	test? ( dev-python/webtest )"
RDEPEND=""

S="${WORKDIR}/${MY_P}"

src_compile() {
	distutils_src_compile

	if use doc; then
		einfo "Generation of documentation"
		"$(PYTHON -f)" setup.py build_sphinx || die "Generation of documentation failed"
	fi
}

src_install() {
	distutils_src_install

	if use doc; then
		pushd build/sphinx/html > /dev/null
		insinto /usr/share/doc/${PF}/html
		doins -r [a-z]* _static || die "Installation of documentation failed"
		popd > /dev/null
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: ChangeLog webob-1.1.ebuild
@ 2012-04-16  2:22 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-04-16  2:22 UTC (permalink / raw
  To: gentoo-commits

jer         12/04/16 02:22:06

  Modified:             ChangeLog webob-1.1.ebuild
  Log:
  Marked ~hppa (bug #411761).
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	2 Apr 2012 13:48:25 -0000	1.47
+++ ChangeLog	16 Apr 2012 02:22:06 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.47 2012/04/02 13:48:25 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.48 2012/04/16 02:22:06 jer Exp $
+
+  16 Apr 2012; Jeroen Roovers <jer@gentoo.org> webob-1.1.ebuild:
+  Marked ~hppa (bug #411761).
 
   02 Apr 2012; Naohiro Aota <naota@gentoo.org> webob-1.1.ebuild:
   Add ~x86-fbsd



1.3                  dev-python/webob/webob-1.1.ebuild

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

Index: webob-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webob-1.1.ebuild	2 Apr 2012 13:48:25 -0000	1.2
+++ webob-1.1.ebuild	16 Apr 2012 02:22:06 -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/webob/webob-1.1.ebuild,v 1.2 2012/04/02 13:48:25 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.3 2012/04/16 02:22:06 jer Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="app-arch/unzip






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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: ChangeLog webob-1.1.ebuild
@ 2012-05-18  6:07 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-18  6:07 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/18 06:07:32

  Modified:             ChangeLog webob-1.1.ebuild
  Log:
  marked x86 per bug 415865
  
  (Portage version: 2.2.0_alpha107/cvs/Linux i686)

Revision  Changes    Path
1.51                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	15 May 2012 15:59:11 -0000	1.50
+++ ChangeLog	18 May 2012 06:07:32 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.50 2012/05/15 15:59:11 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.51 2012/05/18 06:07:32 jdhore Exp $
+
+  18 May 2012; Jeff Horelick <jdhore@gentoo.org> webob-1.1.ebuild:
+  marked x86 per bug 415865
 
 *webob-1.2_rc1 (15 May 2012)
 



1.5                  dev-python/webob/webob-1.1.ebuild

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

Index: webob-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webob-1.1.ebuild	14 May 2012 16:02:51 -0000	1.4
+++ webob-1.1.ebuild	18 May 2012 06:07:32 -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/webob/webob-1.1.ebuild,v 1.4 2012/05/14 16:02:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.5 2012/05/18 06:07:32 jdhore Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="app-arch/unzip






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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: ChangeLog webob-1.1.ebuild
@ 2012-05-23 13:15 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-05-23 13:15 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/23 13:15:14

  Modified:             ChangeLog webob-1.1.ebuild
  Log:
  Marking webob-1.1 ppc64 for bug 415865
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.52                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	18 May 2012 06:07:32 -0000	1.51
+++ ChangeLog	23 May 2012 13:15:14 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.51 2012/05/18 06:07:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.52 2012/05/23 13:15:14 ranger Exp $
+
+  23 May 2012; Brent Baude <ranger@gentoo.org> webob-1.1.ebuild:
+  Marking webob-1.1 ppc64 for bug 415865
 
   18 May 2012; Jeff Horelick <jdhore@gentoo.org> webob-1.1.ebuild:
   marked x86 per bug 415865



1.6                  dev-python/webob/webob-1.1.ebuild

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

Index: webob-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- webob-1.1.ebuild	18 May 2012 06:07:32 -0000	1.5
+++ webob-1.1.ebuild	23 May 2012 13:15:14 -0000	1.6
@@ -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/webob/webob-1.1.ebuild,v 1.5 2012/05/18 06:07:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.6 2012/05/23 13:15:14 ranger Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="app-arch/unzip






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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: ChangeLog webob-1.1.ebuild
@ 2012-05-29 19:54 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-05-29 19:54 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/29 19:54:56

  Modified:             ChangeLog webob-1.1.ebuild
  Log:
  Marking webob-1.1 ppc for bug 415865
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.53                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	23 May 2012 13:15:14 -0000	1.52
+++ ChangeLog	29 May 2012 19:54:56 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.52 2012/05/23 13:15:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.53 2012/05/29 19:54:56 ranger Exp $
+
+  29 May 2012; Brent Baude <ranger@gentoo.org> webob-1.1.ebuild:
+  Marking webob-1.1 ppc for bug 415865
 
   23 May 2012; Brent Baude <ranger@gentoo.org> webob-1.1.ebuild:
   Marking webob-1.1 ppc64 for bug 415865



1.7                  dev-python/webob/webob-1.1.ebuild

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

Index: webob-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- webob-1.1.ebuild	23 May 2012 13:15:14 -0000	1.6
+++ webob-1.1.ebuild	29 May 2012 19:54:56 -0000	1.7
@@ -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/webob/webob-1.1.ebuild,v 1.6 2012/05/23 13:15:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.7 2012/05/29 19:54:56 ranger Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="app-arch/unzip






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

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

blueness    12/08/05 06:13:32

  Modified:             ChangeLog webob-1.1.ebuild
  Log:
  Stable arm, bug #427546
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	29 May 2012 19:54:56 -0000	1.53
+++ ChangeLog	5 Aug 2012 06:13:32 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.53 2012/05/29 19:54:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.54 2012/08/05 06:13:32 blueness Exp $
+
+  05 Aug 2012; Anthony G. Basile <blueness@gentoo.org> webob-1.1.ebuild:
+  Stable arm, bug #427546
 
   29 May 2012; Brent Baude <ranger@gentoo.org> webob-1.1.ebuild:
   Marking webob-1.1 ppc for bug 415865



1.8                  dev-python/webob/webob-1.1.ebuild

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

Index: webob-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- webob-1.1.ebuild	29 May 2012 19:54:56 -0000	1.7
+++ webob-1.1.ebuild	5 Aug 2012 06:13:32 -0000	1.8
@@ -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/webob/webob-1.1.ebuild,v 1.7 2012/05/29 19:54:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.8 2012/08/05 06:13:32 blueness Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="app-arch/unzip





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

end of thread, other threads:[~2012-08-05  6:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 13:15 [gentoo-commits] gentoo-x86 commit in dev-python/webob: ChangeLog webob-1.1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-05  6:13 Anthony G. Basile (blueness)
2012-05-29 19:54 Brent Baude (ranger)
2012-05-18  6:07 Jeff Horelick (jdhore)
2012-04-16  2:22 Jeroen Roovers (jer)
2011-09-16  8:12 Dirkjan Ochtman (djc)

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