public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2020-01-10  8:45 Mark Wright
  0 siblings, 0 replies; 25+ messages in thread
From: Mark Wright @ 2020-01-10  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d18700aaccc7a86f87163aeadedb74c60794803d
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 02:58:33 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 08:43:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18700aa

app-doc/mathjax-docs: Add for dev-libs/mathjax USE=doc

Bug: https://bugs.gentoo.org/show_bug.cgi?id=526128
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

 app-doc/mathjax-docs/Manifest                  |  1 +
 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 33 ++++++++++++++++++++++++++
 app-doc/mathjax-docs/metadata.xml              | 23 ++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/app-doc/mathjax-docs/Manifest b/app-doc/mathjax-docs/Manifest
new file mode 100644
index 00000000000..94ca647bff4
--- /dev/null
+++ b/app-doc/mathjax-docs/Manifest
@@ -0,0 +1 @@
+DIST mathjax-docs-2.7.7.tar.gz 233452 BLAKE2B 280db6c794471d369a17161ad859dc73ddf1494af35114b69356aae41ea52d771f92b0b85ba82df8ed542039af152938f5fda71d752da4410ab183fe6a24ab81 SHA512 25fa97294ae153298d45b449d995c0402c481c6425ea4ebb38dcc509df741aed02d5469a520c8b793b8135b4140a6d1ad6688a42e3cb26004cfd7fcb838c32e6

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
new file mode 100644
index 00000000000..8910e70344b
--- /dev/null
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit python-utils-r1 vcs-clean
+
+COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388"
+
+DESCRIPTION="MathJax documentation"
+HOMEPAGE="http://www.mathjax.org/"
+SRC_URI="https://github.com/mathjax/MathJax-docs/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+S=${WORKDIR}/MathJax-docs-${COMMIT}
+
+src_prepare() {
+	default
+	egit_clean
+}
+
+src_compile() {
+	build_sphinx "${S}"
+}
+
+src_install() {
+	local DOCS=( README.md )
+	default
+	dosym ${P} /usr/share/doc/${PN}-${SLOT}
+}

diff --git a/app-doc/mathjax-docs/metadata.xml b/app-doc/mathjax-docs/metadata.xml
new file mode 100644
index 00000000000..1cffc88c0df
--- /dev/null
+++ b/app-doc/mathjax-docs/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>gienah@gentoo.org</email>
+    <name>Mark Wright</name>
+  </maintainer>
+  <longdescription lang="en">
+  MathJax is an open-source JavaScript display engine for LaTeX and
+  MathML that works in all modern browsers. It was designed with the
+  goal of consolidating the recent advances in web technologies into a
+  single, definitive, math-on-the-web platform supporting the major
+  browsers and operating systems. It requires no setup on the part of
+  the user (no plugins to downlaod or software to install), so the
+  page author can write web documents that include mathematics and be
+  confident that users will be able to view it naturally and
+  easily. One simply includes MathJax and some mathematics in a web
+  page, and MathJax does the rest.
+</longdescription>
+  <upstream>
+    <remote-id type="github">mathjax/MathJax-docs</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2020-01-13  2:57 Mark Wright
  0 siblings, 0 replies; 25+ messages in thread
From: Mark Wright @ 2020-01-13  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     14d27311f122f927cb09cec28450a47a32fbebe2
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 02:52:21 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 02:57:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d27311

app-doc/mathjax-docs: add sphinx dep

Thanks to toralf for reporting.

Closes: https://bugs.gentoo.org/show_bug.cgi?id=705206
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 8910e70344b..cb647633cda 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,6 +15,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
+DEPEND="dev-python/sphinx"
+
 S=${WORKDIR}/MathJax-docs-${COMMIT}
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2020-12-01 10:26 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-12-01 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6d54805b3157a0e2fbc09b07dac827df218cab4e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 10:22:30 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 10:25:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d54805b

app-doc/mathjax-docs: ~x64-macos keyworded

Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 7e44d949bd4..783ab0bca1e 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mathjax/MathJax-docs/archive/${COMMIT}.tar.gz -> ${P
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 DEPEND="dev-python/sphinx"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2020-12-01 10:26 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-12-01 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4bc7d5d0cc20237ea4b5a49f3db4ad9258e20c3e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 10:24:59 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 10:25:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc7d5d0

app-doc/mathjax-docs: add dev-python/sphinx_rtd_theme dep

"Theme error:
sphinx_rtd_theme is no longer a hard dependency since version 1.4.0.
Please install it manually.(pip install sphinx_rtd_theme)"

Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 783ab0bca1e..6706659e7ac 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -10,14 +10,16 @@ COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388"
 DESCRIPTION="MathJax documentation"
 HOMEPAGE="https://www.mathjax.org/"
 SRC_URI="https://github.com/mathjax/MathJax-docs/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
-DEPEND="dev-python/sphinx"
-
-S=${WORKDIR}/MathJax-docs-${COMMIT}
+BDEPEND="
+	dev-python/sphinx
+	dev-python/sphinx_rtd_theme
+"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2021-06-20  1:55 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-06-20  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4e51667f737c25dfe3f451ea4a00ee514ecc6c12
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 01:54:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 01:54:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51667f

app-doc/mathjax-docs: Keyword 2.7.7 sparc, #796365

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 6706659e7ac..16a2e6a42e0 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	dev-python/sphinx


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2021-09-02  0:01 Marek Szuba
  0 siblings, 0 replies; 25+ messages in thread
From: Marek Szuba @ 2021-09-02  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c6e17f2058d280992f2a8bb2ae77985300992cdd
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  1 17:38:25 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Sep  2 00:01:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e17f20

app-doc/mathjax-docs: keyword 2.7.7 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 16a2e6a42e0..517a0985b13 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	dev-python/sphinx


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2021-09-06  0:18 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-09-06  0:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8d51ba43541478213c77a507d674db4b353343f8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  6 00:18:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  6 00:18:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d51ba43

app-doc/mathjax-docs: Keyword 2.7.7 s390, #808378

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 517a0985b13..efa52930635 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	dev-python/sphinx


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2021-11-14  3:43 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-11-14  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6b85db1f0a4f55faf445f7cb5bb67503a452be44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 03:43:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 03:43:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b85db1f

app-doc/mathjax-docs: Keyword 2.7.7 ia64, #808378

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index efa529306357..5cba155ddde5 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	dev-python/sphinx


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2021-11-14 20:35 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-11-14 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     033b037f1bfcaa760aa80ce5cdae377ded2d7087
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 20:35:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 20:35:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033b037f

app-doc/mathjax-docs: Keyword 2.7.7 hppa, #808378

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 5cba155ddde5..27fcd974bf7b 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	dev-python/sphinx


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-01-30 12:46 James Le Cuirot
  0 siblings, 0 replies; 25+ messages in thread
From: James Le Cuirot @ 2022-01-30 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ab3cf7ddadc9bcd9fb02b80a78ccaf2f34b08f86
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 12:43:50 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 12:43:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3cf7dd

app-doc/mathjax-docs: Remove the doc symlink as it violates QA

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index d95a45b56f11..dcac1ed0a6dc 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -24,6 +24,10 @@ BDEPEND="
 	')
 "
 
+DOCS=(
+	README.md
+)
+
 src_prepare() {
 	default
 	egit_clean
@@ -32,9 +36,3 @@ src_prepare() {
 src_compile() {
 	build_sphinx "${S}"
 }
-
-src_install() {
-	local DOCS=( README.md )
-	default
-	dosym ${P} /usr/share/doc/${PN}-${SLOT}
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-01-30 12:46 James Le Cuirot
  0 siblings, 0 replies; 25+ messages in thread
From: James Le Cuirot @ 2022-01-30 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6cbf0583ce7af6d17972c76b9e377e1c608a86d6
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 12:42:23 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 12:42:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbf0583

app-doc/mathjax-docs: Use the python-any-r1 eclass

Closes: https://bugs.gentoo.org/831802
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 27fcd974bf7b..d95a45b56f11 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit python-utils-r1 vcs-clean
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit python-any-r1 python-utils-r1 vcs-clean
 
 COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388"
 
@@ -17,8 +18,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
-	dev-python/sphinx
-	dev-python/sphinx_rtd_theme
+	$(python_gen_any_dep '
+		dev-python/sphinx[${PYTHON_USEDEP}]
+		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+	')
 "
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-01-30 13:32 James Le Cuirot
  0 siblings, 0 replies; 25+ messages in thread
From: James Le Cuirot @ 2022-01-30 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7f4fbc26d5636eac9cd8850d73e5c26fa8578af4
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 13:07:21 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 13:31:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4fbc26

app-doc/mathjax-docs: Keyword 2.7.7 for ~m68k

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index dcac1ed0a6dc..a95494e1afde 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	$(python_gen_any_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-02-14  8:35 Matt Turner
  0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2022-02-14  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b7de5dd9c32190bc6b00d640805e122a627f726d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 08:27:13 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 08:35:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7de5dd9

app-doc/mathjax-docs: Keyword 2.7.7 alpha, #831222

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index a95494e1afde..0083fca3d92e 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	$(python_gen_any_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-02-27 12:29 Jakov Smolić
  0 siblings, 0 replies; 25+ messages in thread
From: Jakov Smolić @ 2022-02-27 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f70ec8c8a29cf21af9fbaed5c4ffca13efe564d2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 12:28:38 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 12:28:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70ec8c8

app-doc/mathjax-docs: Stabilize 2.7.7 x86, #834273

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 0083fca3d92e..03deb8bfbc3a 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	$(python_gen_any_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-02-27 16:38 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-02-27 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a8b4efaa138d831051aefdcd4a76fbfe9f76f203
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 16:34:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 16:34:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b4efaa

app-doc/mathjax-docs: Stabilize 2.7.7 sparc, #834273

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index e03686b22f67..c19b255fb7c0 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	$(python_gen_any_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-02-27 16:48 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-02-27 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2f1f6b881e031e61282915c02f6fc6107e1e5a69
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 16:48:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 16:48:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1f6b88

app-doc/mathjax-docs: mark ALLARCHES

Bug: https://bugs.gentoo.org/834273
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-doc/mathjax-docs/metadata.xml b/app-doc/mathjax-docs/metadata.xml
index 2c67d4cc5913..20d1fbba32f8 100644
--- a/app-doc/mathjax-docs/metadata.xml
+++ b/app-doc/mathjax-docs/metadata.xml
@@ -5,6 +5,7 @@
     <email>gienah@gentoo.org</email>
     <name>Mark Wright</name>
   </maintainer>
+  <stabilize-allarches/>
   <longdescription lang="en">
   MathJax is an open-source JavaScript display engine for LaTeX and
   MathML that works in all modern browsers. It was designed with the


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-02-27 16:51 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-02-27 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     56c7e0b1eb2b700c52657e169cb78c5134290cff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 16:49:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 16:51:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c7e0b1

app-doc/mathjax-docs: Stabilize 2.7.7 ALLARCHES, #834273

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index c19b255fb7c0..edf9e2962306 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	$(python_gen_any_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-02-27 16:51 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-02-27 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9e8057574a8d8048cececbcd4400915eddd0db1e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 16:50:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 16:51:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e805757

app-doc/mathjax-docs: Stabilize 2.7.7 ALLARCHES, #834273

Bug: https://bugs.gentoo.org/834273
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index edf9e2962306..ceca0d3ec978 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	$(python_gen_any_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-02-27 23:09 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-02-27 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b1f630bc73bd82a6523d3eeb6c39d5172bd10038
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 23:08:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 23:09:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f630bc

app-doc/mathjax-docs: stabilize 2.7.7 for arm64

Bug: https://bugs.gentoo.org/834273
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index ceca0d3ec978..cc87a5b9fd0b 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	$(python_gen_any_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-09-22  7:45 Michał Górny
  0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2022-09-22  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fedac184413539ea840809ed75492154d109f0bf
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Wed Sep 21 21:56:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 07:45:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedac184

app-doc/mathjax-docs: Keyword 2.7.7 mips, #831222

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index cc87a5b9fd0b..8098c758596a 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	$(python_gen_any_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2022-12-25 22:06 David Seifert
  0 siblings, 0 replies; 25+ messages in thread
From: David Seifert @ 2022-12-25 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7a96c2547f22c28b30b6fe2bfca9a4c484fbd272
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 22:05:50 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 22:05:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a96c254

app-doc/mathjax-docs: remove needless python-utils-r1 inherit

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 8098c758596a..a0675deb99a2 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit python-any-r1 python-utils-r1 vcs-clean
+inherit python-any-r1 vcs-clean
 
 COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2023-05-06 14:19 Arthur Zamarin
  0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-05-06 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3fdf5be75f3184aeef18273e70f553f7d390d6cc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 14:17:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May  6 14:18:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdf5be7

app-doc/mathjax-docs: EAPI=8, enable py3.10

- add missing python_check_deps funciton
- fix usage of old sphinx function
- bump EAPI (file contents doesn't change at all)
- enable py3.11

Closes: https://bugs.gentoo.org/720136
Closes: https://bugs.gentoo.org/832425
Closes: https://bugs.gentoo.org/829061
Closes: https://bugs.gentoo.org/889408
Closes: https://bugs.gentoo.org/896522
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 09c46593386f..0ae6c89946c7 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
 inherit python-any-r1 vcs-clean
 
 COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388"
@@ -24,13 +24,17 @@ BDEPEND="
 	')
 "
 
-DOCS=(
-	README.md
-)
+python_check_deps() {
+	python_has_version "dev-python/sphinx[${PYTHON_USEDEP}]" &&
+	python_has_version "dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]"
+}
+
+DOCS=( README.md )
 
 src_prepare() {
 	default
 	egit_clean
+	sed -e 's/add_stylesheet/add_css_file/' -i conf.py || die
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2023-08-16 20:17 Michael Orlitzky
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Orlitzky @ 2023-08-16 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8bb74854608a2203669061ebb6536a03c740368e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 14:14:14 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 20:13:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb74854

app-doc/mathjax-docs: add 3.2.2

Bug: https://bugs.gentoo.org/837722
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 app-doc/mathjax-docs/Manifest                  |  1 +
 app-doc/mathjax-docs/mathjax-docs-3.2.2.ebuild | 40 ++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-doc/mathjax-docs/Manifest b/app-doc/mathjax-docs/Manifest
index 94ca647bff47..a813dd8dcec0 100644
--- a/app-doc/mathjax-docs/Manifest
+++ b/app-doc/mathjax-docs/Manifest
@@ -1 +1,2 @@
 DIST mathjax-docs-2.7.7.tar.gz 233452 BLAKE2B 280db6c794471d369a17161ad859dc73ddf1494af35114b69356aae41ea52d771f92b0b85ba82df8ed542039af152938f5fda71d752da4410ab183fe6a24ab81 SHA512 25fa97294ae153298d45b449d995c0402c481c6425ea4ebb38dcc509df741aed02d5469a520c8b793b8135b4140a6d1ad6688a42e3cb26004cfd7fcb838c32e6
+DIST mathjax-docs-3.2.2.tar.gz 227724 BLAKE2B 1b2d25073e4f141f5c832f1139e6bcfbdb15c039b820f3662d6fb261faebedac8ea72fb324d76389c35cd28cd41556689501d8795d7a426d735d4eaf88eb61ee SHA512 94167e58deb4f899d5c49a6b1efec24f57fff7aa497a019e9f775e251927c698b7c5598b88087c2964b8cb7238b73152dea01e091b8afaeab8979b396270d429

diff --git a/app-doc/mathjax-docs/mathjax-docs-3.2.2.ebuild b/app-doc/mathjax-docs/mathjax-docs-3.2.2.ebuild
new file mode 100644
index 000000000000..067c8fd87fe7
--- /dev/null
+++ b/app-doc/mathjax-docs/mathjax-docs-3.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+inherit python-any-r1 vcs-clean
+
+# MathJax-docs doesn't have releases, so this is the commit that was
+# current when mathjax-${PV} was released.
+COMMIT="c4a733d6d0ced4242a4df1c46137d4be6b3aaaee"
+
+DESCRIPTION="MathJax documentation"
+HOMEPAGE="https://docs.mathjax.org/"
+SRC_URI="https://github.com/mathjax/MathJax-docs/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/MathJax-docs-${COMMIT}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+BDEPEND="
+	$(python_gen_any_dep '
+		dev-python/sphinx[${PYTHON_USEDEP}]
+		dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
+	')
+"
+
+DOCS=(
+	README.md
+)
+
+src_prepare() {
+	default
+	egit_clean
+}
+
+src_compile() {
+	build_sphinx "${S}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2023-09-30 18:22 Michael Orlitzky
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Orlitzky @ 2023-09-30 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     24e54a25ed2b2ff6fd6ded2029fc03a0791d1c6d
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 18:20:34 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 18:21:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e54a25

app-doc/mathjax-docs: stabilize 3.2.2 for ALLARCHES

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 app-doc/mathjax-docs/mathjax-docs-3.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-3.2.2.ebuild b/app-doc/mathjax-docs/mathjax-docs-3.2.2.ebuild
index 067c8fd87fe7..c3c279c0a8ac 100644
--- a/app-doc/mathjax-docs/mathjax-docs-3.2.2.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-3.2.2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
 	$(python_gen_any_dep '


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

* [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
@ 2023-09-30 18:22 Michael Orlitzky
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Orlitzky @ 2023-09-30 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0a020841141b56eb176aece00f21e2fd9062ef9a
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 18:17:54 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 18:21:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a020841

app-doc/mathjax-docs: add <stabilize-allarches/> to metadata.xml

These docs are a typical sphinx build, and sphinx itself is ALLARCHES,
so it should be pretty safe to assume that if the docs build on one
arch, they build (and look the same) everywhere.

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 app-doc/mathjax-docs/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-doc/mathjax-docs/metadata.xml b/app-doc/mathjax-docs/metadata.xml
index d3e294fd6eef..f501f1584289 100644
--- a/app-doc/mathjax-docs/metadata.xml
+++ b/app-doc/mathjax-docs/metadata.xml
@@ -21,4 +21,5 @@
   <upstream>
     <remote-id type="github">mathjax/MathJax-docs</remote-id>
   </upstream>
+  <stabilize-allarches/>
 </pkgmetadata>


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

end of thread, other threads:[~2023-09-30 18:22 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06 14:19 [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2023-09-30 18:22 Michael Orlitzky
2023-09-30 18:22 Michael Orlitzky
2023-08-16 20:17 Michael Orlitzky
2022-12-25 22:06 David Seifert
2022-09-22  7:45 Michał Górny
2022-02-27 23:09 Sam James
2022-02-27 16:51 Sam James
2022-02-27 16:51 Sam James
2022-02-27 16:48 Sam James
2022-02-27 16:38 Sam James
2022-02-27 12:29 Jakov Smolić
2022-02-14  8:35 Matt Turner
2022-01-30 13:32 James Le Cuirot
2022-01-30 12:46 James Le Cuirot
2022-01-30 12:46 James Le Cuirot
2021-11-14 20:35 Sam James
2021-11-14  3:43 Sam James
2021-09-06  0:18 Sam James
2021-09-02  0:01 Marek Szuba
2021-06-20  1:55 Sam James
2020-12-01 10:26 Sam James
2020-12-01 10:26 Sam James
2020-01-13  2:57 Mark Wright
2020-01-10  8:45 Mark Wright

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