From: "Mark Wright" <gienah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/
Date: Fri, 10 Jan 2020 08:45:28 +0000 (UTC) [thread overview]
Message-ID: <1578645794.d18700aaccc7a86f87163aeadedb74c60794803d.gienah@gentoo> (raw)
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>
next reply other threads:[~2020-01-10 8:45 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-10 8:45 Mark Wright [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-13 2:57 [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/ Mark Wright
2020-12-01 10:26 Sam James
2020-12-01 10:26 Sam James
2021-06-20 1:55 Sam James
2021-09-02 0:01 Marek Szuba
2021-09-06 0:18 Sam James
2021-11-14 3:43 Sam James
2021-11-14 20:35 Sam James
2022-01-30 12:46 James Le Cuirot
2022-01-30 12:46 James Le Cuirot
2022-01-30 13:32 James Le Cuirot
2022-02-14 8:35 Matt Turner
2022-02-27 12:29 Jakov Smolić
2022-02-27 16:38 Sam James
2022-02-27 16:48 Sam James
2022-02-27 16:51 Sam James
2022-02-27 16:51 Sam James
2022-02-27 23:09 Sam James
2022-09-22 7:45 Michał Górny
2022-12-25 22:06 David Seifert
2023-05-06 14:19 Arthur Zamarin
2023-08-16 20:17 Michael Orlitzky
2023-09-30 18:22 Michael Orlitzky
2023-09-30 18:22 Michael Orlitzky
2025-03-06 19:01 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1578645794.d18700aaccc7a86f87163aeadedb74c60794803d.gienah@gentoo \
--to=gienah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox