]> Pileus Git - ~andy/sunrise/commitdiff
dev-python/nltk-lite/nltk-lite-0.7_beta1.ebuild: Grammer fixes
authorCharlie Shepherd <masterdriverz@gentoo.org>
Fri, 22 Dec 2006 15:23:34 +0000 (15:23 +0000)
committerCharlie Shepherd <masterdriverz@gentoo.org>
Fri, 22 Dec 2006 15:23:34 +0000 (15:23 +0000)
svn path=/sunrise/; revision=2445

dev-python/nltk-lite/nltk-lite-0.7_beta1.ebuild

index c1cb58cd08f69ec4fd77161be21a446e80b0df0b..f669217ee41fb1e36954b95a2dab8cc96c10f96c 100644 (file)
@@ -8,7 +8,7 @@ MY_PV="${PV/_beta/b}"
 MY_PN="${PN/-/_}"
 MY_P="${MY_PN}-${MY_PV}"
 
-DESCRIPTION="suite of Python packages and data for natural language processing"
+DESCRIPTION="suite of Python packages and data for natural language processing"
 HOMEPAGE="http://nltk.sourceforge.net/"
 SRC_URI="mirror://sourceforge/nltk/${MY_P}.tar.gz
        !lite? ( mirror://sourceforge/nltk/${MY_PN}-corpora-${MY_PV}.zip )
@@ -54,8 +54,8 @@ src_install() {
 
 pkg_postinst() {
        if use lite ; then
-               elog "You installed ${PN} with 'lite' USE flag enabled,"
-               elog "that doesn't install the corpora which may be needed for"
-               elog "the examples and the apps developed using ${PN}."
+               elog "${PN} has been installed with the 'lite' USE flag enabled"
+               elog "This means corpora hasn't been installed, which may be needed"
+               elog "for the examples and apps developed using ${PN}."
        fi
 }