diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2004-01-23 03:30:41 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2004-01-23 03:30:41 +0000 |
commit | 171114024b7277d9568c852ff4be066a263bd109 (patch) | |
tree | 8364e867373f3d1f72f32a736af40538b2cf52bd /x11-libs/gtkmathview-bonobo | |
parent | Initial import. (diff) | |
download | historical-171114024b7277d9568c852ff4be066a263bd109.tar.gz historical-171114024b7277d9568c852ff4be066a263bd109.tar.bz2 historical-171114024b7277d9568c852ff4be066a263bd109.zip |
Initial import.
Diffstat (limited to 'x11-libs/gtkmathview-bonobo')
4 files changed, 34 insertions, 2 deletions
diff --git a/x11-libs/gtkmathview-bonobo/Manifest b/x11-libs/gtkmathview-bonobo/Manifest index 12a2ae2915e9..d7c0acb27e55 100644 --- a/x11-libs/gtkmathview-bonobo/Manifest +++ b/x11-libs/gtkmathview-bonobo/Manifest @@ -1,4 +1,4 @@ -MD5 f3d928ada944374564151bb6c33eae78 gtkmathview-bonobo-0.0.2.ebuild 525 +MD5 a2a589745f1ed2bbc8ddd34a2390a5c6 gtkmathview-bonobo-0.0.2.ebuild 647 MD5 40e9c1ad5ee46a272fc3377fe7714ab3 metadata.xml 388 -MD5 a907a20148e7bb2af076edd2c2cbb4c0 ChangeLog 280 +MD5 a4f5d16ac6f7b9b5fd0f399b5f1e40d6 ChangeLog 380 MD5 4e28dbf397264184303c4b57964cb9e9 files/digest-gtkmathview-bonobo-0.0.2 76 diff --git a/x11-libs/gtkmathview-bonobo/files/digest-gtkmathview-bonobo-0.0.2 b/x11-libs/gtkmathview-bonobo/files/digest-gtkmathview-bonobo-0.0.2 new file mode 100644 index 000000000000..deecf3631b0b --- /dev/null +++ b/x11-libs/gtkmathview-bonobo/files/digest-gtkmathview-bonobo-0.0.2 @@ -0,0 +1 @@ +MD5 4d89fd2d3a3e2179a6f4d66368e499df gtkmathview-bonobo-0.0.2.tar.gz 313941 diff --git a/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.2.ebuild b/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.2.ebuild new file mode 100644 index 000000000000..2a1c85bce96f --- /dev/null +++ b/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.2.ebuild,v 1.1 2004/01/23 03:30:33 matsuu Exp $ + +inherit 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="~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtkmathview-0.5.1 + >=gnome-base/libbonoboui-2.0" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog INSTALL NEWS README" diff --git a/x11-libs/gtkmathview-bonobo/metadata.xml b/x11-libs/gtkmathview-bonobo/metadata.xml new file mode 100644 index 000000000000..6a4a8b55ba12 --- /dev/null +++ b/x11-libs/gtkmathview-bonobo/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>matsuu@gentoo.org</email> + <name>MATSUU Takuto</name> +</maintainer> +<longdescription>GtkMathView-Bonobo is a Bonobo wrapper for GtkMathView which allows GtkMathView to be embedded inside Bonobo applications.</longdescription> +</pkgmetadata> |