From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1137008-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A7B3138351 for <garchives@archives.gentoo.org>; Fri, 10 Jan 2020 08:45:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AC0FE08A2; Fri, 10 Jan 2020 08:45:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF35FE08A2 for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jan 2020 08:45:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EE6934DEAF for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jan 2020 08:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A409797 for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jan 2020 08:45:28 +0000 (UTC) From: "Mark Wright" <gienah@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mark Wright" <gienah@gentoo.org> Message-ID: <1578645794.d18700aaccc7a86f87163aeadedb74c60794803d.gienah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/mathjax-docs/Manifest app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild app-doc/mathjax-docs/metadata.xml X-VCS-Directories: app-doc/mathjax-docs/ X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright X-VCS-Revision: d18700aaccc7a86f87163aeadedb74c60794803d X-VCS-Branch: master Date: Fri, 10 Jan 2020 08:45:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64a73aa6-1624-4500-81ab-c99392cf6c2a X-Archives-Hash: e35bcaeef216310da0395918098d94b7 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>