public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx_rtd_theme: sphinx_rtd_theme-0.1.6.ebuild ChangeLog
@ 2014-06-30  4:21 Mike Gilbert (floppym)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert (floppym) @ 2014-06-30  4:21 UTC (permalink / raw
  To: gentoo-commits

floppym     14/06/30 04:21:12

  Modified:             sphinx_rtd_theme-0.1.6.ebuild ChangeLog
  Log:
  Depend on setuptools.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild

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

Index: sphinx_rtd_theme-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sphinx_rtd_theme-0.1.6.ebuild	9 Jun 2014 02:27:45 -0000	1.1
+++ sphinx_rtd_theme-0.1.6.ebuild	30 Jun 2014 04:21:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.1 2014/06/09 02:27:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.2 2014/06/30 04:21:12 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -15,3 +15,5 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.2                  dev-python/sphinx_rtd_theme/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	9 Jun 2014 02:27:45 -0000	1.1
+++ ChangeLog	30 Jun 2014 04:21:12 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx_rtd_theme
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.1 2014/06/09 02:27:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.2 2014/06/30 04:21:12 floppym Exp $
+
+  30 Jun 2014; Mike Gilbert <floppym@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
+  Depend on setuptools.
 
 *sphinx_rtd_theme-0.1.6 (09 Jun 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx_rtd_theme: sphinx_rtd_theme-0.1.6.ebuild ChangeLog
@ 2014-07-14  8:23 Ian Delaney (idella4)
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Delaney (idella4) @ 2014-07-14  8:23 UTC (permalink / raw
  To: gentoo-commits

idella4     14/07/14 08:23:38

  Modified:             sphinx_rtd_theme-0.1.6.ebuild ChangeLog
  Log:
  add py3.4 pypy support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild

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

Index: sphinx_rtd_theme-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sphinx_rtd_theme-0.1.6.ebuild	30 Jun 2014 04:21:12 -0000	1.2
+++ sphinx_rtd_theme-0.1.6.ebuild	14 Jul 2014 08:23:38 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.2 2014/06/30 04:21:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.3 2014/07/14 08:23:38 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.3                  dev-python/sphinx_rtd_theme/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	30 Jun 2014 04:21:12 -0000	1.2
+++ ChangeLog	14 Jul 2014 08:23:38 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx_rtd_theme
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.2 2014/06/30 04:21:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.3 2014/07/14 08:23:38 idella4 Exp $
+
+  14 Jul 2014; Ian Delaney <idella4@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
+  add py3.4 pypy support
 
   30 Jun 2014; Mike Gilbert <floppym@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
   Depend on setuptools.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx_rtd_theme: sphinx_rtd_theme-0.1.6.ebuild ChangeLog
@ 2014-08-15  0:06 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-15  0:06 UTC (permalink / raw
  To: gentoo-commits

blueness    14/08/15 00:06:16

  Modified:             sphinx_rtd_theme-0.1.6.ebuild ChangeLog
  Log:
  Keyword ~ppc, bug #517086
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.4                  dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild

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

Index: sphinx_rtd_theme-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sphinx_rtd_theme-0.1.6.ebuild	14 Jul 2014 08:23:38 -0000	1.3
+++ sphinx_rtd_theme-0.1.6.ebuild	15 Aug 2014 00:06:16 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.3 2014/07/14 08:23:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.4 2014/08/15 00:06:16 blueness Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.4                  dev-python/sphinx_rtd_theme/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	14 Jul 2014 08:23:38 -0000	1.3
+++ ChangeLog	15 Aug 2014 00:06:16 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/sphinx_rtd_theme
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.3 2014/07/14 08:23:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.4 2014/08/15 00:06:16 blueness Exp $
+
+  15 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
+  sphinx_rtd_theme-0.1.6.ebuild:
+  Keyword ~ppc, bug #517086
 
   14 Jul 2014; Ian Delaney <idella4@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
   add py3.4 pypy support





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx_rtd_theme: sphinx_rtd_theme-0.1.6.ebuild ChangeLog
@ 2014-09-04 10:59 Ian Delaney (idella4)
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Delaney (idella4) @ 2014-09-04 10:59 UTC (permalink / raw
  To: gentoo-commits

idella4     14/09/04 10:59:46

  Modified:             sphinx_rtd_theme-0.1.6.ebuild ChangeLog
  Log:
  added missing RDEP, fixes Bug 521998 by W.T. King
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild

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

Index: sphinx_rtd_theme-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sphinx_rtd_theme-0.1.6.ebuild	15 Aug 2014 00:06:16 -0000	1.4
+++ sphinx_rtd_theme-0.1.6.ebuild	4 Sep 2014 10:59:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.4 2014/08/15 00:06:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.5 2014/09/04 10:59:46 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,3 +17,4 @@
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



1.5                  dev-python/sphinx_rtd_theme/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	15 Aug 2014 00:06:16 -0000	1.4
+++ ChangeLog	4 Sep 2014 10:59:46 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx_rtd_theme
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.4 2014/08/15 00:06:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.5 2014/09/04 10:59:46 idella4 Exp $
+
+  04 Sep 2014; Ian Delaney <idella4@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
+  added missing RDEP, fixes Bug 521998 by W.T. King
 
   15 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
   sphinx_rtd_theme-0.1.6.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx_rtd_theme: sphinx_rtd_theme-0.1.6.ebuild ChangeLog
@ 2015-03-06 22:38 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:38 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/06 22:38:21

  Modified:             sphinx_rtd_theme-0.1.6.ebuild ChangeLog
  Log:
  amd64 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild

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

Index: sphinx_rtd_theme-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sphinx_rtd_theme-0.1.6.ebuild	4 Sep 2014 10:59:46 -0000	1.5
+++ sphinx_rtd_theme-0.1.6.ebuild	6 Mar 2015 22:38:21 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.5 2014/09/04 10:59:46 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.6 2015/03/06 22:38:21 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.6                  dev-python/sphinx_rtd_theme/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	4 Sep 2014 10:59:46 -0000	1.5
+++ ChangeLog	6 Mar 2015 22:38:21 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx_rtd_theme
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.5 2014/09/04 10:59:46 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.6 2015/03/06 22:38:21 pacho Exp $
+
+  06 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
+  amd64 stable, bug 540290
 
   04 Sep 2014; Ian Delaney <idella4@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
   added missing RDEP, fixes Bug 521998 by W.T. King





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx_rtd_theme: sphinx_rtd_theme-0.1.6.ebuild ChangeLog
@ 2015-03-07  8:23 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07  8:23 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/07 08:23:21

  Modified:             sphinx_rtd_theme-0.1.6.ebuild ChangeLog
  Log:
  ppc stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.7                  dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild

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

Index: sphinx_rtd_theme-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sphinx_rtd_theme-0.1.6.ebuild	6 Mar 2015 22:38:21 -0000	1.6
+++ sphinx_rtd_theme-0.1.6.ebuild	7 Mar 2015 08:23:21 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.6 2015/03/06 22:38:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.7 2015/03/07 08:23:21 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.7                  dev-python/sphinx_rtd_theme/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Mar 2015 22:38:21 -0000	1.6
+++ ChangeLog	7 Mar 2015 08:23:21 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx_rtd_theme
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.6 2015/03/06 22:38:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.7 2015/03/07 08:23:21 pacho Exp $
+
+  07 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
+  ppc stable, bug 540290
 
   06 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
   amd64 stable, bug 540290





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

* [gentoo-commits] gentoo-x86 commit in dev-python/sphinx_rtd_theme: sphinx_rtd_theme-0.1.6.ebuild ChangeLog
@ 2015-03-08 23:59 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-08 23:59 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/08 23:59:26

  Modified:             sphinx_rtd_theme-0.1.6.ebuild ChangeLog
  Log:
  x86 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.8                  dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild

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

Index: sphinx_rtd_theme-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sphinx_rtd_theme-0.1.6.ebuild	7 Mar 2015 08:23:21 -0000	1.7
+++ sphinx_rtd_theme-0.1.6.ebuild	8 Mar 2015 23:59:26 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.7 2015/03/07 08:23:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.8 2015/03/08 23:59:26 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.8                  dev-python/sphinx_rtd_theme/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	7 Mar 2015 08:23:21 -0000	1.7
+++ ChangeLog	8 Mar 2015 23:59:26 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx_rtd_theme
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.7 2015/03/07 08:23:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.8 2015/03/08 23:59:26 pacho Exp $
+
+  08 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
+  x86 stable, bug 540290
 
   07 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
   ppc stable, bug 540290





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

end of thread, other threads:[~2015-03-08 23:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30  4:21 [gentoo-commits] gentoo-x86 commit in dev-python/sphinx_rtd_theme: sphinx_rtd_theme-0.1.6.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-14  8:23 Ian Delaney (idella4)
2014-08-15  0:06 Anthony G. Basile (blueness)
2014-09-04 10:59 Ian Delaney (idella4)
2015-03-06 22:38 Pacho Ramos (pacho)
2015-03-07  8:23 Pacho Ramos (pacho)
2015-03-08 23:59 Pacho Ramos (pacho)

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