diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-08-30 10:56:33 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-08-30 10:56:33 +0000 |
commit | 700090807b9efe729f37585ef0f9b524c1838ee6 (patch) | |
tree | 1d87287beeeff3113652d384707adf492be40ff8 /app-text/gnome-spell | |
parent | version bump (diff) | |
download | gentoo-2-700090807b9efe729f37585ef0f9b524c1838ee6.tar.gz gentoo-2-700090807b9efe729f37585ef0f9b524c1838ee6.tar.bz2 gentoo-2-700090807b9efe729f37585ef0f9b524c1838ee6.zip |
version bump
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r-- | app-text/gnome-spell/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/gnome-spell/Manifest | 4 | ||||
-rw-r--r-- | app-text/gnome-spell/files/digest-gnome-spell-1.0.5 | 1 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.5.ebuild | 35 |
4 files changed, 44 insertions, 3 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog index fcdfaa87e296..0f86b960ab77 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.32 2003/07/23 17:44:38 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.33 2003/08/30 10:56:28 liquidx Exp $ + +*gnome-spell-1.0.5 (30 Aug 2003) + + 30 Aug 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.5.ebuild: + version bump 09 Jul 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.3.ebuild, gnome-spell-1.0.4.ebuild: 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" |