From eeb0c94174a3315ef690d16ad857ede8d95db0a5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 3 May 2011 07:32:19 -0400 Subject: [PATCH 1/1] Add itex2mml-1.3.5.ebuild from Gentoo bug 194499. --- itex2mml-1.3.5.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 itex2mml-1.3.5.ebuild diff --git a/itex2mml-1.3.5.ebuild b/itex2mml-1.3.5.ebuild new file mode 100644 index 0000000..0bc4d72 --- /dev/null +++ b/itex2mml-1.3.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils + +S="${WORKDIR}/itexToMML/itex-src" + +DESCRIPTION="Itex2MML is WEB page with embedded LaTeX into XHTML and MathML converter." +HOMEPAGE="http://golem.ph.utexas.edu/~distler/blog/itex2MML.html" +SRC_URI="http://golem.ph.utexas.edu/~distler/blog/files/itexToMML-${PV}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RESTRICT="nomirror" + +RDEPEND="" +DEPEND="${RDEPEND}" + +src_install() { + dodir /usr/bin + cp ${S}/itex2MML ${D}/usr/bin/ + dodoc ${S}/../README +} -- 2.26.2