summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-21 14:42:15 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-21 14:42:15 +0000
commita7677aaee859e2e3522863c1a4b3fe072c57f8c1 (patch)
treed7b1cc49ca534a9acb2a271e71aac53c9d112646 /app-text
parentversion bump (diff)
downloadgentoo-2-a7677aaee859e2e3522863c1a4b3fe072c57f8c1.tar.gz
gentoo-2-a7677aaee859e2e3522863c1a4b3fe072c57f8c1.tar.bz2
gentoo-2-a7677aaee859e2e3522863c1a4b3fe072c57f8c1.zip
evo-1.3.2 bumpage
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gnome-spell/ChangeLog7
-rw-r--r--app-text/gnome-spell/Manifest9
-rw-r--r--app-text/gnome-spell/files/digest-gnome-spell-1.0.21
-rw-r--r--app-text/gnome-spell/gnome-spell-1.0.2.ebuild33
4 files changed, 49 insertions, 1 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog
index 9cec81ee6517..c61f3882889d 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.20 2003/04/10 06:23:07 vladimir Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.21 2003/04/21 14:38:56 liquidx Exp $
+
+*gnome-spell-1.0.2 (21 Apr 2003)
+
+ 21 Apr 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.2.ebuild:
+ evo-1.3.2 version bump
*gnome-spell-1.0.1 (14 Mar 2003)
diff --git a/app-text/gnome-spell/Manifest b/app-text/gnome-spell/Manifest
new file mode 100644
index 000000000000..f0c24edd8638
--- /dev/null
+++ b/app-text/gnome-spell/Manifest
@@ -0,0 +1,9 @@
+MD5 3a28b67b55a5620cfcf8ab75ecbec0a9 ChangeLog 3134
+MD5 2142b1be9f94f6ba11692d409e2e6476 gnome-spell-0.4.1-r3.ebuild 1132
+MD5 1f082254e51adef5efd02c6c2b361d8c gnome-spell-0.5.ebuild 1138
+MD5 ba462cf771214010aa98b4d963dd0345 gnome-spell-1.0.1.ebuild 907
+MD5 7fe3db4778fa880725d70de26377a55d gnome-spell-1.0.2.ebuild 893
+MD5 a47d1ed4439e02575405c32e447f7e2d files/digest-gnome-spell-0.4.1-r3 69
+MD5 7c24cd1c01c80290478e272509f188c3 files/digest-gnome-spell-0.5 134
+MD5 af07ff1db499dcbb282ac131cb755d1a files/digest-gnome-spell-1.0.1 70
+MD5 387a2279ff850373ba617235f943733c files/digest-gnome-spell-1.0.2 70
diff --git a/app-text/gnome-spell/files/digest-gnome-spell-1.0.2 b/app-text/gnome-spell/files/digest-gnome-spell-1.0.2
new file mode 100644
index 000000000000..58a8fb0a6461
--- /dev/null
+++ b/app-text/gnome-spell/files/digest-gnome-spell-1.0.2
@@ -0,0 +1 @@
+MD5 a1b948dfea7be2e30f9ed61460f667e0 gnome-spell-1.0.2.tar.bz2 210463
diff --git a/app-text/gnome-spell/gnome-spell-1.0.2.ebuild b/app-text/gnome-spell/gnome-spell-1.0.2.ebuild
new file mode 100644
index 000000000000..51bf8e6a899f
--- /dev/null
+++ b/app-text/gnome-spell/gnome-spell-1.0.2.ebuild
@@ -0,0 +1,33 @@
+# 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.2.ebuild,v 1.1 2003/04/21 14:38:56 liquidx Exp $
+
+IUSE=""
+
+inherit gnome.org gnome2 libtool
+
+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
+ >=app-text/aspell-0.50"
+
+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"