public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.8.ebuild ChangeLog
@ 2012-08-24  8:19 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2012-08-24  8:19 UTC (permalink / raw
  To: gentoo-commits

patrick     12/08/24 08:19:25

  Modified:             ChangeLog
  Added:                http-parser-0.7.8.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	7 Jun 2012 18:09:36 -0000	1.1
+++ ChangeLog	24 Aug 2012 08:19:25 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.1 2012/06/07 18:09:36 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.2 2012/08/24 08:19:25 patrick Exp $
+
+*http-parser-0.7.8 (24 Aug 2012)
+
+  24 Aug 2012; Patrick Lauer <patrick@gentoo.org> +http-parser-0.7.8.ebuild:
+  Bump
 
 *http-parser-0.7.5 (07 Jun 2012)
 
@@ -8,4 +13,3 @@
   +http-parser-0.7.5.ebuild, +metadata.xml:
   Initial import. Ebuild written by Ian Delaney <johneed@hotmail.com>. Fixes
   bug 416879
-



1.1                  dev-python/http-parser/http-parser-0.7.8.ebuild

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

Index: http-parser-0.7.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.1 2012/08/24 08:19:25 patrick Exp $

EAPI=4

SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="*-jython"

inherit distutils

DESCRIPTION="HTTP request/response parser for python in C"
HOMEPAGE="http://github.com/benoitc/http-parser"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

RDEPEND=""
DEPEND="${RDEPEND}
	dev-python/setuptools
	dev-python/cython"

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

src_install() {
	distutils_src_install
	if use examples; then
		docompress -x usr/share/doc/${P}/examples
		insinto usr/share/doc/${P}
		doins -r examples/
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.8.ebuild ChangeLog
@ 2012-10-17  5:48 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2012-10-17  5:48 UTC (permalink / raw
  To: gentoo-commits

patrick     12/10/17 05:48:15

  Modified:             http-parser-0.7.8.ebuild ChangeLog
  Log:
  Restricting python 2.5
  
  (Portage version: 2.2.0_alpha139/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-python/http-parser/http-parser-0.7.8.ebuild

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

Index: http-parser-0.7.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- http-parser-0.7.8.ebuild	24 Aug 2012 08:19:25 -0000	1.1
+++ http-parser-0.7.8.ebuild	17 Oct 2012 05:48:15 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.1 2012/08/24 08:19:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.2 2012/10/17 05:48:15 patrick Exp $
 
 EAPI=4
 
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="*-jython"
+RESTRICT_PYTHON_ABIS="2.5 *-jython"
 
 inherit distutils
 



1.3                  dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	24 Aug 2012 08:19:25 -0000	1.2
+++ ChangeLog	17 Oct 2012 05:48:15 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.2 2012/08/24 08:19:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.3 2012/10/17 05:48:15 patrick Exp $
+
+  17 Oct 2012; Patrick Lauer <patrick@gentoo.org> http-parser-0.7.8.ebuild:
+  Restricting python 2.5
 
 *http-parser-0.7.8 (24 Aug 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.8.ebuild ChangeLog
@ 2013-01-20 18:15 Ian Delaney (idella4)
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2013-01-20 18:15 UTC (permalink / raw
  To: gentoo-commits

idella4     13/01/20 18:15:20

  Modified:             http-parser-0.7.8.ebuild ChangeLog
  Log:
  Added http-parser-0.7.8-setup.patch, fixes locale issue wrt Bug #451826 by Ago
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/http-parser/http-parser-0.7.8.ebuild

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

Index: http-parser-0.7.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- http-parser-0.7.8.ebuild	17 Oct 2012 05:48:15 -0000	1.2
+++ http-parser-0.7.8.ebuild	20 Jan 2013 18:15:20 -0000	1.3
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.2 2012/10/17 05:48:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.3 2013/01/20 18:15:20 idella4 Exp $
 
 EAPI=4
 
 SUPPORT_PYTHON_ABIS=1
 RESTRICT_PYTHON_ABIS="2.5 *-jython"
 
-inherit distutils
+inherit distutils eutils
 
 DESCRIPTION="HTTP request/response parser for python in C"
 HOMEPAGE="http://github.com/benoitc/http-parser"
@@ -25,6 +25,10 @@
 
 PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-setup.patch
+}
+
 src_install() {
 	distutils_src_install
 	if use examples; then



1.6                  dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	12 Jan 2013 15:53:33 -0000	1.5
+++ ChangeLog	20 Jan 2013 18:15:20 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.5 2013/01/12 15:53:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.6 2013/01/20 18:15:20 idella4 Exp $
+
+  20 Jan 2013; Ian Delaney <idella4@gentoo.org>
+  +files/http-parser-0.7.8-setup.patch, http-parser-0.7.8.ebuild:
+  Added http-parser-0.7.8-setup.patch, fixes locale issue wrt Bug #451826 by Ago
 
   12 Jan 2013; Ian Delaney <idella4@gentoo.org> http-parser-0.7.12.ebuild:
   migrated 0.7.12 to distutils-r1





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

* [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.8.ebuild ChangeLog
@ 2013-01-21 11:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-21 11:19 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/21 11:19:48

  Modified:             http-parser-0.7.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #451608
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-python/http-parser/http-parser-0.7.8.ebuild

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

Index: http-parser-0.7.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- http-parser-0.7.8.ebuild	20 Jan 2013 18:15:20 -0000	1.3
+++ http-parser-0.7.8.ebuild	21 Jan 2013 11:19:47 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.3 2013/01/20 18:15:20 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.4 2013/01/21 11:19:47 ago Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 RDEPEND=""



1.7                  dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 Jan 2013 18:15:20 -0000	1.6
+++ ChangeLog	21 Jan 2013 11:19:48 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.6 2013/01/20 18:15:20 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.7 2013/01/21 11:19:48 ago Exp $
+
+  21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.7.8.ebuild:
+  Stable for amd64, wrt bug #451608
 
   20 Jan 2013; Ian Delaney <idella4@gentoo.org>
   +files/http-parser-0.7.8-setup.patch, http-parser-0.7.8.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.8.ebuild ChangeLog
@ 2013-01-21 11:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-21 11:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/21 11:21:51

  Modified:             http-parser-0.7.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #451608
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  dev-python/http-parser/http-parser-0.7.8.ebuild

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

Index: http-parser-0.7.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- http-parser-0.7.8.ebuild	21 Jan 2013 11:19:47 -0000	1.4
+++ http-parser-0.7.8.ebuild	21 Jan 2013 11:21:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.4 2013/01/21 11:19:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.5 2013/01/21 11:21:51 ago Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 RDEPEND=""



1.8                  dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	21 Jan 2013 11:19:48 -0000	1.7
+++ ChangeLog	21 Jan 2013 11:21:51 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.7 2013/01/21 11:19:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.8 2013/01/21 11:21:51 ago Exp $
+
+  21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.7.8.ebuild:
+  Stable for x86, wrt bug #451608
 
   21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.7.8.ebuild:
   Stable for amd64, wrt bug #451608





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

end of thread, other threads:[~2013-01-21 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24  8:19 [gentoo-commits] gentoo-x86 commit in dev-python/http-parser: http-parser-0.7.8.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-17  5:48 Patrick Lauer (patrick)
2013-01-20 18:15 Ian Delaney (idella4)
2013-01-21 11:19 Agostino Sarubbo (ago)
2013-01-21 11:21 Agostino Sarubbo (ago)

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