summaryrefslogtreecommitdiff
path: root/app-doc/mathjax-docs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /app-doc/mathjax-docs
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'app-doc/mathjax-docs')
-rw-r--r--app-doc/mathjax-docs/Manifest3
-rw-r--r--app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild35
-rw-r--r--app-doc/mathjax-docs/metadata.xml23
3 files changed, 61 insertions, 0 deletions
diff --git a/app-doc/mathjax-docs/Manifest b/app-doc/mathjax-docs/Manifest
new file mode 100644
index 000000000000..830fcf6e9060
--- /dev/null
+++ b/app-doc/mathjax-docs/Manifest
@@ -0,0 +1,3 @@
+DIST mathjax-docs-2.7.7.tar.gz 233452 BLAKE2B 280db6c794471d369a17161ad859dc73ddf1494af35114b69356aae41ea52d771f92b0b85ba82df8ed542039af152938f5fda71d752da4410ab183fe6a24ab81 SHA512 25fa97294ae153298d45b449d995c0402c481c6425ea4ebb38dcc509df741aed02d5469a520c8b793b8135b4140a6d1ad6688a42e3cb26004cfd7fcb838c32e6
+EBUILD mathjax-docs-2.7.7.ebuild 702 BLAKE2B 02b906053e308bbb296fb7107d36fe4ebc7fb2997ba60e004affce77175cda20d413239510cf9b98caca5626e32d0815d41c8e3fdda35df7aebd6156a415a5a5 SHA512 833e842dc581753a20fae663d72bfc6ebfefaf36515bdde6307acfade0c0d88c202c17c562d9e6964d493b06d927e32e377333e645b439feb4032f592998f23b
+MISC metadata.xml 1035 BLAKE2B acc5848bf3750a7cf821621a689bd522e63181cdd653c34233a5eb0965722963d192396e560dcf6f4877605b67d196e6731c55e5e9d2e2c42485e224e94875da SHA512 ad470bd8037ab7c48c7641f973b4a308aaf07ef08152f22cf1d8d198e974707eda378a5bccd27e6645514d27d076b08228fbcf00a6badbd6edfbbb12596d2164
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 000000000000..cb647633cdad
--- /dev/null
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -0,0 +1,35 @@
+# 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"
+
+DEPEND="dev-python/sphinx"
+
+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 000000000000..1cffc88c0dfe
--- /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>