summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-07-28 17:51:25 +0000
committerMarinus Schraal <foser@gentoo.org>2003-07-28 17:51:25 +0000
commit9eb6c11dc2c5d00b9187c2f7bf65d49f3d69d4ac (patch)
treebf2a9d46dbf8a0b40ad706eb7230a11914c03dc2 /app-text/enchant
parentinitial commit, spellchecker wrapper lib (diff)
downloadgentoo-2-9eb6c11dc2c5d00b9187c2f7bf65d49f3d69d4ac.tar.gz
gentoo-2-9eb6c11dc2c5d00b9187c2f7bf65d49f3d69d4ac.tar.bz2
gentoo-2-9eb6c11dc2c5d00b9187c2f7bf65d49f3d69d4ac.zip
minor quick fixes
Diffstat (limited to 'app-text/enchant')
-rw-r--r--app-text/enchant/Manifest2
-rw-r--r--app-text/enchant/enchant-0.1.0.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest
index f64b03752709..e31ae39cf79b 100644
--- a/app-text/enchant/Manifest
+++ b/app-text/enchant/Manifest
@@ -1,4 +1,4 @@
MD5 8843b8a3592b4871597efb1361a819d1 ChangeLog 526
-MD5 6286286d4464ba72ad732930047f3b2e enchant-0.1.0.ebuild 683
+MD5 b8c6e7ed9ddc66615c1bb1dbbab247ad enchant-0.1.0.ebuild 762
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 745419224393960582e711d7eca38b47 files/digest-enchant-0.1.0 65
diff --git a/app-text/enchant/enchant-0.1.0.ebuild b/app-text/enchant/enchant-0.1.0.ebuild
index 65ffef6d15d6..5ab244b6412b 100644
--- a/app-text/enchant/enchant-0.1.0.ebuild
+++ b/app-text/enchant/enchant-0.1.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-0.1.0.ebuild,v 1.1 2003/07/28 17:44:46 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-0.1.0.ebuild,v 1.2 2003/07/28 17:51:16 foser Exp $
inherit gnome2
-DESCRIPTION="Spell checker wrapping library"
+DESCRIPTION="Spellchecker wrapping library"
HOMEPAGE="http://www.abisource.com/enchant/"
SRC_URI="mirror://sourceforge/abiword/${P}.tar.gz"
@@ -26,3 +26,5 @@ RDEPEND=">=dev-libs/glib-2
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+
+DOCS="AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO"