summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4-r1.ebuild')
-rw-r--r--x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4-r1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4-r1.ebuild b/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4-r1.ebuild
new file mode 100644
index 000000000000..43b0c4d3a5ef
--- /dev/null
+++ b/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4-r1.ebuild,v 1.1 2008/11/24 10:16:40 matsuu Exp $
+
+EAPI=2
+inherit eutils gnome2
+
+DESCRIPTION="Bonobo wrapper for GtkMathView"
+HOMEPAGE="http://helm.cs.unibo.it/gtkmathview-bonobo/"
+SRC_URI="http://helm.cs.unibo.it/gtkmathview-bonobo/sources/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtkmathview-0.6.2[gtk]
+ >=gnome-base/libbonobo-2
+ >=gnome-base/libbonoboui-2
+ >=gnome-base/libgnomeui-2"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+src_prepare() {
+ epatch "${FILESDIR}/${P}-gentoo.patch"
+}