summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-14 01:38:51 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-14 01:38:51 +0000
commit2e9a9cef98df8bccdda9ed58d190930922bcc286 (patch)
tree0b1a251e1a5e49204a9ca47e4923927e130d0e7d /app-text/gnome-spell
parentNew version 'cause MS broke the old ones again... (diff)
downloadgentoo-2-2e9a9cef98df8bccdda9ed58d190930922bcc286.tar.gz
gentoo-2-2e9a9cef98df8bccdda9ed58d190930922bcc286.tar.bz2
gentoo-2-2e9a9cef98df8bccdda9ed58d190930922bcc286.zip
version bump.
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r--app-text/gnome-spell/ChangeLog7
-rw-r--r--app-text/gnome-spell/files/digest-gnome-spell-1.0.11
-rw-r--r--app-text/gnome-spell/gnome-spell-1.0.1.ebuild38
3 files changed, 45 insertions, 1 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog
index 1f756d7fbad9..908ca6cec1ba 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.15 2003/02/12 05:24:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.16 2003/03/14 01:38:51 liquidx Exp $
+
+*gnome-spell-1.0.1 (14 Mar 2003)
+
+ 14 Mar 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.1.ebuild:
+ Version Bumped and SLOTted. This is the new Gnome2 version of gnome-spell.
08 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gnome-spell-0.5.ebuild :
Do not install with evo 1.0.
diff --git a/app-text/gnome-spell/files/digest-gnome-spell-1.0.1 b/app-text/gnome-spell/files/digest-gnome-spell-1.0.1
new file mode 100644
index 000000000000..0d2297439c2c
--- /dev/null
+++ b/app-text/gnome-spell/files/digest-gnome-spell-1.0.1
@@ -0,0 +1 @@
+MD5 50ec51d272a123e1724fb8ba77c483b6 gnome-spell-1.0.1.tar.gz 260625
diff --git a/app-text/gnome-spell/gnome-spell-1.0.1.ebuild b/app-text/gnome-spell/gnome-spell-1.0.1.ebuild
new file mode 100644
index 000000000000..efef53ac73a9
--- /dev/null
+++ b/app-text/gnome-spell/gnome-spell-1.0.1.ebuild
@@ -0,0 +1,38 @@
+# 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.1.ebuild,v 1.1 2003/03/14 01:38:51 liquidx Exp $
+
+IUSE=""
+
+inherit gnome2 libtool
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="Gnome spellchecking component."
+# should be on gnome.org, but the newest version there is only 1.0_pre
+SRC_URI="ftp://ftp.ximian.com/pub/ximian-evolution-beta/source/${P}.tar.gz"
+HOMEPAGE="http://www.gnome.org/"
+
+KEYWORDS="~x86 ~sparc ~ppc"
+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"
+
+pkg_postinst() {
+ einfo "no docs"
+}