summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-04-05 21:31:37 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-04-05 21:31:37 +0000
commit85244d7904370b80284aa1f72c974738853df881 (patch)
tree24b131de3cd6a1e3983345c2a01dc88d89619580 /dev-tex
parentmedia-gfx/rawtherapee: New ebuild for bug 175963 (diff)
downloadsunrise-reviewed-85244d7904370b80284aa1f72c974738853df881.tar.gz
sunrise-reviewed-85244d7904370b80284aa1f72c974738853df881.tar.bz2
sunrise-reviewed-85244d7904370b80284aa1f72c974738853df881.zip
new category: www-plugins
svn path=/sunrise/; revision=8193
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/mimetex/mimetex-20070331.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-tex/mimetex/mimetex-20070331.ebuild b/dev-tex/mimetex/mimetex-20070331.ebuild
index fb3eba814..7c602c154 100644
--- a/dev-tex/mimetex/mimetex-20070331.ebuild
+++ b/dev-tex/mimetex/mimetex-20070331.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,9 +6,12 @@ inherit toolchain-funcs
DESCRIPTION="mimetex lets you easily embed LaTeX math in your html and dynamic web pages"
HOMEPAGE="http://www.forkosh.dreamhost.com/mimetex.html"
-SRC_URI="http://www.forkosh.com/${PN}.zip"
+# forkosh.com only provide mimetex.zip file that is breaking everything when
+# their is a version bump. I've hosted currente release into my server (volkmar)
+#SRC_URI="http://www.forkosh.com/${PN}.zip"
+SRC_URI="http://gentoo.oldworld.fr/distfiles/${P}.zip"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -20,9 +23,9 @@ S=${WORKDIR}
src_compile() {
$(tc-getCC) ${CFLAGS} -DAA -o ${PN} mimetex.c gifsave.c -lm \
- || die "compile failed!"
+ || die "compilation failed"
}
src_install() {
- dobin ${PN}
+ dobin ${PN}.cgi || die "installation failed"
}