Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/mathjax/
Date: Mon, 25 Feb 2013 01:20:51
Message-Id: 1361481709.b421e354dc86f4803709b1e0326a202ebd179e15.bicatali@gentoo
1 commit: b421e354dc86f4803709b1e0326a202ebd179e15
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 21 21:21:49 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 21 21:21:49 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b421e354
7
8 mathjax now in main tree
9
10 ---
11 dev-libs/mathjax/ChangeLog | 10 -------
12 dev-libs/mathjax/mathjax-2.0.ebuild | 50 -----------------------------------
13 dev-libs/mathjax/metadata.xml | 17 ------------
14 3 files changed, 0 insertions(+), 77 deletions(-)
15
16 diff --git a/dev-libs/mathjax/ChangeLog b/dev-libs/mathjax/ChangeLog
17 deleted file mode 100644
18 index ca20ec9..0000000
19 --- a/dev-libs/mathjax/ChangeLog
20 +++ /dev/null
21 @@ -1,10 +0,0 @@
22 -# ChangeLog for dev-libs/mathjax
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 -*mathjax-2.0 (29 Jun 2012)
27 -
28 - 29 Jun 2012; Sebastien Fabbro <fabbros@g.o> +mathjax-2.0.ebuild,
29 - +metadata.xml:
30 - dev-libs/mathjax: Initial import
31 -
32
33 diff --git a/dev-libs/mathjax/mathjax-2.0.ebuild b/dev-libs/mathjax/mathjax-2.0.ebuild
34 deleted file mode 100644
35 index 14e5e5a..0000000
36 --- a/dev-libs/mathjax/mathjax-2.0.ebuild
37 +++ /dev/null
38 @@ -1,50 +0,0 @@
39 -# Copyright 1999-2012 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -
43 -EAPI=4
44 -
45 -DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
46 -HOMEPAGE="http://www.mathjax.org/"
47 -SRC_URI="https://github.com/mathjax/MathJax/tarball/v${PV} -> ${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
52 -IUSE="doc examples"
53 -
54 -DEPEND=""
55 -RDEPEND=""
56 -
57 -src_unpack() {
58 - unpack ${A} && mv ${PN}-MathJax-* ${P}
59 -}
60 -
61 -src_install() {
62 - find . -name .gitignore -delete
63 - dodoc README*
64 - use doc && dohtml -r docs/html/*
65 - if use examples; then
66 - insinto /usr/share/doc/${PF}/examples
67 - doins -r test/*
68 - fi
69 - rm -rf test docs LICENSE README*
70 - #local installdir=/var/www/${PN}
71 - local installdir=/usr/share/${PN}
72 - insinto ${installdir}
73 - doins -r *
74 - # web server config file - should we really do this?
75 - cat > MathJax.conf <<-EOF
76 - Alias /MathJax/ ${EPREFIX}${installdir}/
77 - Alias /mathjax/ ${EPREFIX}${installdir}/
78 -
79 - <Directory ${EPREFIX}${installdir}>
80 - Options None
81 - AllowOverride None
82 - Order allow,deny
83 - Allow from all
84 - </Directory>
85 - EOF
86 - insinto /etc/httpd/conf.d
87 - doins MathJax.conf
88 -}
89
90 diff --git a/dev-libs/mathjax/metadata.xml b/dev-libs/mathjax/metadata.xml
91 deleted file mode 100644
92 index 0544fc3..0000000
93 --- a/dev-libs/mathjax/metadata.xml
94 +++ /dev/null
95 @@ -1,17 +0,0 @@
96 -<?xml version="1.0" encoding="UTF-8"?>
97 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 -<pkgmetadata>
99 -<herd>sci</herd>
100 -<longdescription lang='en'>
101 - MathJax is an open-source JavaScript display engine for LaTeX and
102 - MathML that works in all modern browsers. It was designed with the
103 - goal of consolidating the recent advances in web technologies into a
104 - single, definitive, math-on-the-web platform supporting the major
105 - browsers and operating systems. It requires no setup on the part of
106 - the user (no plugins to downlaod or software to install), so the
107 - page author can write web documents that include mathematics and be
108 - confident that users will be able to view it naturally and
109 - easily. One simply includes MathJax and some mathematics in a web
110 - page, and MathJax does the rest.
111 -</longdescription>
112 -</pkgmetadata>