diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-12-22 15:23:34 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-12-22 15:23:34 +0000 |
commit | 17c9b168d3ff1cc4f33b8d7e0ce5b19d4368903b (patch) | |
tree | b0d6f1642dbd97a9ef0d5840578802d3f40e02f9 | |
parent | dev-python/nltk-lite: Initial ebuild for bug #86696 (diff) | |
download | sunrise-reviewed-17c9b168d3ff1cc4f33b8d7e0ce5b19d4368903b.tar.gz sunrise-reviewed-17c9b168d3ff1cc4f33b8d7e0ce5b19d4368903b.tar.bz2 sunrise-reviewed-17c9b168d3ff1cc4f33b8d7e0ce5b19d4368903b.zip |
dev-python/nltk-lite/nltk-lite-0.7_beta1.ebuild: Grammer fixes
svn path=/sunrise/; revision=2445
-rw-r--r-- | dev-python/nltk-lite/nltk-lite-0.7_beta1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/nltk-lite/nltk-lite-0.7_beta1.ebuild b/dev-python/nltk-lite/nltk-lite-0.7_beta1.ebuild index c1cb58cd0..f669217ee 100644 --- a/dev-python/nltk-lite/nltk-lite-0.7_beta1.ebuild +++ b/dev-python/nltk-lite/nltk-lite-0.7_beta1.ebuild @@ -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="A 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 } |