summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-03 10:24:37 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-03 10:24:37 +0000
commit17e9be3651dccc41abf33f9cd2921d63c26eebbc (patch)
tree2b49a82cae131a3e781571d0f0d5802336945ee2 /app-text/gnome-spell
parentoops typo (diff)
downloadgentoo-2-17e9be3651dccc41abf33f9cd2921d63c26eebbc.tar.gz
gentoo-2-17e9be3651dccc41abf33f9cd2921d63c26eebbc.tar.bz2
gentoo-2-17e9be3651dccc41abf33f9cd2921d63c26eebbc.zip
evo 1.3.92 update
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r--app-text/gnome-spell/ChangeLog7
-rw-r--r--app-text/gnome-spell/Manifest4
-rw-r--r--app-text/gnome-spell/files/digest-gnome-spell-1.0.41
-rw-r--r--app-text/gnome-spell/gnome-spell-1.0.4.ebuild34
4 files changed, 44 insertions, 2 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog
index b8add0ba8b07..f331297a8c9d 100644
--- a/app-text/gnome-spell/ChangeLog
+++ b/app-text/gnome-spell/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/gnome-spell
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.26 2003/05/18 09:37:54 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.27 2003/06/03 10:23:02 liquidx Exp $
+
+*gnome-spell-1.0.4 (03 Jun 2003)
+
+ 03 Jun 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.4.ebuild:
+ version bump. part of evo 1.3.92 update
18 May 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.3.ebuild:
enable debug by default for unstable package
diff --git a/app-text/gnome-spell/Manifest b/app-text/gnome-spell/Manifest
index d230017aa3d6..e4ba8ccab3bd 100644
--- a/app-text/gnome-spell/Manifest
+++ b/app-text/gnome-spell/Manifest
@@ -1,7 +1,9 @@
-MD5 fd7b5eb4d76be66edda2df2710ed8263 ChangeLog 3789
+MD5 48603b86800338f083bbbb7283c03621 ChangeLog 3941
MD5 c7f4cbf6e18157d59d38b743d1b6b04b gnome-spell-0.4.1-r3.ebuild 1131
MD5 1f5f3539f0e0484a964c07db13775a43 gnome-spell-0.5.ebuild 1131
+MD5 088d14502cfb9bab1c4bc096ebef94e4 gnome-spell-1.0.4.ebuild 939
MD5 5041ad0e00b568c93dd85185c1ca21fc gnome-spell-1.0.3.ebuild 939
MD5 a47d1ed4439e02575405c32e447f7e2d files/digest-gnome-spell-0.4.1-r3 69
MD5 c9d55e535778f7a2386f5bba1c2cfcf7 files/digest-gnome-spell-0.5 68
+MD5 d7a3ea11abf9781f4dbfca9c0b6cfecb files/digest-gnome-spell-1.0.4 70
MD5 7af76f23ba1a397b5abd20c84ff89dd3 files/digest-gnome-spell-1.0.3 70
diff --git a/app-text/gnome-spell/files/digest-gnome-spell-1.0.4 b/app-text/gnome-spell/files/digest-gnome-spell-1.0.4
new file mode 100644
index 000000000000..22d410154c11
--- /dev/null
+++ b/app-text/gnome-spell/files/digest-gnome-spell-1.0.4
@@ -0,0 +1 @@
+MD5 d991c1791fdc58d38d514752daf92330 gnome-spell-1.0.4.tar.bz2 212842
diff --git a/app-text/gnome-spell/gnome-spell-1.0.4.ebuild b/app-text/gnome-spell/gnome-spell-1.0.4.ebuild
new file mode 100644
index 000000000000..9c9f9e5581c2
--- /dev/null
+++ b/app-text/gnome-spell/gnome-spell-1.0.4.ebuild
@@ -0,0 +1,34 @@
+# 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.4.ebuild,v 1.1 2003/06/03 10:23:02 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"
+SLOT="1"
+LICENSE="GPL-2"
+
+DEPEND=">=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}
+ 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"