summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-08-30 10:56:33 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-08-30 10:56:33 +0000
commitcfd1b7736ed6de9aa36784181b03f4f16fc06b47 (patch)
tree9f91409c5816ed2e0df2a3a512b1d6831e398cdb /app-text/gnome-spell
parentversion bump (diff)
downloadhistorical-cfd1b7736ed6de9aa36784181b03f4f16fc06b47.tar.gz
historical-cfd1b7736ed6de9aa36784181b03f4f16fc06b47.tar.bz2
historical-cfd1b7736ed6de9aa36784181b03f4f16fc06b47.zip
version bump
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r--app-text/gnome-spell/Manifest4
-rw-r--r--app-text/gnome-spell/files/digest-gnome-spell-1.0.51
-rw-r--r--app-text/gnome-spell/gnome-spell-1.0.5.ebuild35
3 files changed, 38 insertions, 2 deletions
diff --git a/app-text/gnome-spell/Manifest b/app-text/gnome-spell/Manifest
index 8b94fb40bd01..9a72aeab9a33 100644
--- a/app-text/gnome-spell/Manifest
+++ b/app-text/gnome-spell/Manifest
@@ -1,8 +1,8 @@
-MD5 adf36d293496c8de2d6af91c5af6e356 ChangeLog 4509
+MD5 6b85edd6f6e7b82f591c7955e019978a ChangeLog 4635
MD5 7a2840dff6e0234721bb4b7e02f808d6 gnome-spell-0.5.ebuild 1111
MD5 76ae32f6486be9e51bc393435bf3cdba gnome-spell-1.0.3.ebuild 956
MD5 42c3379a6dd927304209bf75a1417de2 gnome-spell-1.0.4.ebuild 963
-MD5 42c3379a6dd927304209bf75a1417de2 gnome-spell-1.0.5.ebuild 963
+MD5 4d658afaa404655889356086e3a5c229 gnome-spell-1.0.5.ebuild 966
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 c9d55e535778f7a2386f5bba1c2cfcf7 files/digest-gnome-spell-0.5 68
MD5 7af76f23ba1a397b5abd20c84ff89dd3 files/digest-gnome-spell-1.0.3 70
diff --git a/app-text/gnome-spell/files/digest-gnome-spell-1.0.5 b/app-text/gnome-spell/files/digest-gnome-spell-1.0.5
new file mode 100644
index 000000000000..6c195de55995
--- /dev/null
+++ b/app-text/gnome-spell/files/digest-gnome-spell-1.0.5
@@ -0,0 +1 @@
+MD5 ba4dd33cb150b670756e456066bd7434 gnome-spell-1.0.5.tar.bz2 216628
diff --git a/app-text/gnome-spell/gnome-spell-1.0.5.ebuild b/app-text/gnome-spell/gnome-spell-1.0.5.ebuild
new file mode 100644
index 000000000000..3815ccedd42b
--- /dev/null
+++ b/app-text/gnome-spell/gnome-spell-1.0.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5.ebuild,v 1.1 2003/08/30 10:56:28 liquidx Exp $
+
+IUSE=""
+
+inherit gnome.org gnome2 libtool
+inherit debug # because this an unstable package
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="Gnome spellchecking component."
+HOMEPAGE="http://www.gnome.org/"
+
+KEYWORDS="~x86 ~sparc ~ppc ~alpha ~hppa"
+SLOT="1"
+LICENSE="GPL-2"
+
+RDEPEND=">=gnome-base/libgnomeui-2.2
+ >=gnome-base/libbonoboui-2.0
+ >=gnome-base/libglade-2.0
+ >=gnome-base/libbonobo-2.0
+ >=gnome-base/bonobo-activation-2.0
+ >=gnome-base/ORBit2-2.0
+ virtual/aspell-dict"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/gettext
+ >=dev-lang/perl-5.6.0"
+
+# the control-center capplet seems to be missing
+# so gnome-base/control-center-2.0 dep removed
+
+DOCS="AUTHORS COPYING ChangeLog NEWS README"
+SCROLLKEEPER_UPDATE="0"