summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2004-08-10 14:00:42 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2004-08-10 14:00:42 +0000
commit8b4dc96f77c7077102da9be9d945580f42355728 (patch)
tree31910cfb026e6980bc4560652345db447980e508 /x11-libs/gtkmathview-bonobo
parentadd rc2 directories (diff)
downloadhistorical-8b4dc96f77c7077102da9be9d945580f42355728.tar.gz
historical-8b4dc96f77c7077102da9be9d945580f42355728.tar.bz2
historical-8b4dc96f77c7077102da9be9d945580f42355728.zip
Version bumped.
Diffstat (limited to 'x11-libs/gtkmathview-bonobo')
-rw-r--r--x11-libs/gtkmathview-bonobo/ChangeLog8
-rw-r--r--x11-libs/gtkmathview-bonobo/Manifest4
-rw-r--r--x11-libs/gtkmathview-bonobo/files/digest-gtkmathview-bonobo-0.0.41
-rw-r--r--x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4.ebuild24
4 files changed, 35 insertions, 2 deletions
diff --git a/x11-libs/gtkmathview-bonobo/ChangeLog b/x11-libs/gtkmathview-bonobo/ChangeLog
index 191a01d13899..424fee4ce7f4 100644
--- a/x11-libs/gtkmathview-bonobo/ChangeLog
+++ b/x11-libs/gtkmathview-bonobo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/gtkmathview-bonobo
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview-bonobo/ChangeLog,v 1.2 2004/06/24 22:02:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview-bonobo/ChangeLog,v 1.3 2004/08/10 14:00:42 matsuu Exp $
+
+*gtkmathview-bonobo-0.0.4 (10 Aug 2004)
+
+ 10 Aug 2004; MATSUU Takuto <matsuu@gentoo.org>
+ +gtkmathview-bonobo-0.0.4.ebuild:
+ Version Bumped.
*gtkmathview-bonobo-0.0.2 (23 Jan 2004)
diff --git a/x11-libs/gtkmathview-bonobo/Manifest b/x11-libs/gtkmathview-bonobo/Manifest
index 01f12f765935..7146e12017f4 100644
--- a/x11-libs/gtkmathview-bonobo/Manifest
+++ b/x11-libs/gtkmathview-bonobo/Manifest
@@ -1,4 +1,6 @@
+MD5 e20d7ac1a7b1bb2289f80b99808896bb gtkmathview-bonobo-0.0.4.ebuild 695
MD5 b1c4724d109231dfb0e60f550eaa5658 gtkmathview-bonobo-0.0.2.ebuild 640
-MD5 449f7c9ce2ea35319b7367c1bb3aea1c ChangeLog 373
+MD5 af4e32e2622917ceb94f34724c93ca11 ChangeLog 516
MD5 40e9c1ad5ee46a272fc3377fe7714ab3 metadata.xml 388
MD5 4e28dbf397264184303c4b57964cb9e9 files/digest-gtkmathview-bonobo-0.0.2 76
+MD5 16fb3cc4d6471c6c3b684e167393a528 files/digest-gtkmathview-bonobo-0.0.4 76
diff --git a/x11-libs/gtkmathview-bonobo/files/digest-gtkmathview-bonobo-0.0.4 b/x11-libs/gtkmathview-bonobo/files/digest-gtkmathview-bonobo-0.0.4
new file mode 100644
index 000000000000..729317544610
--- /dev/null
+++ b/x11-libs/gtkmathview-bonobo/files/digest-gtkmathview-bonobo-0.0.4
@@ -0,0 +1 @@
+MD5 0f00159b1118ce55120c58f68c177864 gtkmathview-bonobo-0.0.4.tar.gz 315844
diff --git a/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4.ebuild b/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4.ebuild
new file mode 100644
index 000000000000..f73e8c82ed99
--- /dev/null
+++ b/x11-libs/gtkmathview-bonobo/gtkmathview-bonobo-0.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 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.ebuild,v 1.1 2004/08/10 14:00:42 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.6.2
+ >=gnome-base/libbonobo-2.0
+ >=gnome-base/libbonoboui-2.0
+ >=gnome-base/libgnomeui-2.0"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS ChangeLog INSTALL NEWS README"