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
commitb949bf6e0ebece35ac67b1bdacb53fa3296b8b92 (patch)
treee0f280bc094acf1a30ca436e72506c0fe2f558bc /x11-libs/gtkmathview/gtkmathview-0.5.2.ebuild
parentVersion bumped. (diff)
downloadhistorical-b949bf6e0ebece35ac67b1bdacb53fa3296b8b92.tar.gz
historical-b949bf6e0ebece35ac67b1bdacb53fa3296b8b92.tar.bz2
historical-b949bf6e0ebece35ac67b1bdacb53fa3296b8b92.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"