summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2003-11-15 01:13:45 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2003-11-15 01:13:45 +0000
commit57745023e45692a283b0dd9a1c5b7e5445ba16e1 (patch)
treee11401640e2e6a8ca4bbcb4668d5f1b359c407df /x11-libs/gtkmathview/gtkmathview-0.5.2.ebuild
parentVersion bumped. (diff)
downloadgentoo-2-57745023e45692a283b0dd9a1c5b7e5445ba16e1.tar.gz
gentoo-2-57745023e45692a283b0dd9a1c5b7e5445ba16e1.tar.bz2
gentoo-2-57745023e45692a283b0dd9a1c5b7e5445ba16e1.zip
Version bumped.
Diffstat (limited to 'x11-libs/gtkmathview/gtkmathview-0.5.2.ebuild')
-rw-r--r--x11-libs/gtkmathview/gtkmathview-0.5.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-libs/gtkmathview/gtkmathview-0.5.2.ebuild b/x11-libs/gtkmathview/gtkmathview-0.5.2.ebuild
new file mode 100644
index 000000000000..f5ea903109dd
--- /dev/null
+++ b/x11-libs/gtkmathview/gtkmathview-0.5.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.5.2.ebuild,v 1.1 2003/11/15 01:13:41 matsuu Exp $
+
+inherit gnome2
+
+DESCRIPTION="Rendering engine for MathML documents"
+HOMEPAGE="http://helm.cs.unibo.it/mml-widget/"
+SRC_URI="http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="t1lib"
+
+RDEPEND=">=x11-libs/gtk+-2.2
+ >=dev-libs/gmetadom-0.1.8
+ t1lib? ( =media-libs/t1lib-1* )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+G2CONF="${G2CONF} `use_with t1lib`"
+
+DOCS="ANNOUNCEMENT AUTHORS BUGS CONTRIBUTORS ChangeLog HISTORY INSTALL NEWS README TODO"