* [gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-googleanalytics: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog
@ 2012-08-05 3:53 Mike Gilbert (floppym)
0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2012-08-05 3:53 UTC (permalink / raw
To: gentoo-commits
floppym 12/08/05 03:53:12
Modified: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog
Log:
Fix unicode issue in setup.py for bug 429914.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?r1=1.1&r2=1.2
Index: sphinxcontrib-googleanalytics-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sphinxcontrib-googleanalytics-0.1.ebuild 28 Jun 2012 19:36:52 -0000 1.1
+++ sphinxcontrib-googleanalytics-0.1.ebuild 5 Aug 2012 03:53:12 -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/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.1 2012/06/28 19:36:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.2 2012/08/05 03:53:12 floppym Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
-inherit distutils
+inherit distutils eutils
DESCRIPTION="Sphinx extension googleanalytics"
HOMEPAGE="http://bitbucket.org/birkenfeld/sphinx-contrib"
@@ -20,3 +20,8 @@
RDEPEND=">=dev-python/sphinx-0.6"
PYTHON_MODNAME="sphinxcontrib"
+
+src_prepare() {
+ epatch "${FILESDIR}/setup.py.utf-8.patch"
+ distutils_src_prepare
+}
1.2 dev-python/sphinxcontrib-googleanalytics/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 28 Jun 2012 19:36:52 -0000 1.1
+++ ChangeLog 5 Aug 2012 03:53:12 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/sphinxcontrib-googleanalytics
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.1 2012/06/28 19:36:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.2 2012/08/05 03:53:12 floppym Exp $
+
+ 05 Aug 2012; Mike Gilbert <floppym@gentoo.org> +files/setup.py.utf-8.patch,
+ sphinxcontrib-googleanalytics-0.1.ebuild:
+ Fix unicode issue in setup.py for bug 429914.
*sphinxcontrib-googleanalytics-0.1 (28 Jun 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-googleanalytics: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog
@ 2012-08-28 19:11 Mike Gilbert (floppym)
0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2012-08-28 19:11 UTC (permalink / raw
To: gentoo-commits
floppym 12/08/28 19:11:24
Modified: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog
Log:
Restrict python 3.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?r1=1.2&r2=1.3
Index: sphinxcontrib-googleanalytics-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sphinxcontrib-googleanalytics-0.1.ebuild 5 Aug 2012 03:53:12 -0000 1.2
+++ sphinxcontrib-googleanalytics-0.1.ebuild 28 Aug 2012 19:11:24 -0000 1.3
@@ -1,9 +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/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.2 2012/08/05 03:53:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.3 2012/08/28 19:11:24 floppym Exp $
EAPI="4"
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils eutils
1.3 dev-python/sphinxcontrib-googleanalytics/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 5 Aug 2012 03:53:12 -0000 1.2
+++ ChangeLog 28 Aug 2012 19:11:24 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/sphinxcontrib-googleanalytics
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.2 2012/08/05 03:53:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.3 2012/08/28 19:11:24 floppym Exp $
+
+ 28 Aug 2012; Mike Gilbert <floppym@gentoo.org>
+ sphinxcontrib-googleanalytics-0.1.ebuild:
+ Restrict python 3.
05 Aug 2012; Mike Gilbert <floppym@gentoo.org> +files/setup.py.utf-8.patch,
sphinxcontrib-googleanalytics-0.1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-googleanalytics: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog
@ 2012-10-12 7:04 Patrick Lauer (patrick)
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2012-10-12 7:04 UTC (permalink / raw
To: gentoo-commits
patrick 12/10/12 07:04:46
Modified: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog
Log:
Restricting CPython-2.5
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?r1=1.3&r2=1.4
Index: sphinxcontrib-googleanalytics-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sphinxcontrib-googleanalytics-0.1.ebuild 28 Aug 2012 19:11:24 -0000 1.3
+++ sphinxcontrib-googleanalytics-0.1.ebuild 12 Oct 2012 07:04:45 -0000 1.4
@@ -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/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.3 2012/08/28 19:11:24 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.4 2012/10/12 07:04:45 patrick Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="2.5 3.*"
inherit distutils eutils
1.4 dev-python/sphinxcontrib-googleanalytics/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 28 Aug 2012 19:11:24 -0000 1.3
+++ ChangeLog 12 Oct 2012 07:04:45 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/sphinxcontrib-googleanalytics
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.3 2012/08/28 19:11:24 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.4 2012/10/12 07:04:45 patrick Exp $
+
+ 12 Oct 2012; Patrick Lauer <patrick@gentoo.org>
+ sphinxcontrib-googleanalytics-0.1.ebuild:
+ Restricting CPython-2.5
28 Aug 2012; Mike Gilbert <floppym@gentoo.org>
sphinxcontrib-googleanalytics-0.1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-12 7:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 7:04 [gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-googleanalytics: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2012-08-28 19:11 Mike Gilbert (floppym)
2012-08-05 3:53 Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox