summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2007-03-12 14:43:09 +0000
committerAkinori Hattori <hattya@gentoo.org>2007-03-12 14:43:09 +0000
commiteae1b36a578420edb54d7cebf9703658a270ccc2 (patch)
tree87f39a3b1ed19d7ca41fcd989cfaeb31730d6aa5 /app-text/mecab/mecab-0.92.ebuild
parentUpdated to use new gkrellm-plugin eclass (diff)
downloadgentoo-2-eae1b36a578420edb54d7cebf9703658a270ccc2.tar.gz
gentoo-2-eae1b36a578420edb54d7cebf9703658a270ccc2.tar.bz2
gentoo-2-eae1b36a578420edb54d7cebf9703658a270ccc2.zip
cosmetic change.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text/mecab/mecab-0.92.ebuild')
-rw-r--r--app-text/mecab/mecab-0.92.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/mecab/mecab-0.92.ebuild b/app-text/mecab/mecab-0.92.ebuild
index f5292728073e..18c1d44fe4be 100644
--- a/app-text/mecab/mecab-0.92.ebuild
+++ b/app-text/mecab/mecab-0.92.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.92.ebuild,v 1.6 2006/12/29 13:03:00 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.92.ebuild,v 1.7 2007/03/12 14:43:09 hattya Exp $
IUSE="unicode"
DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer"
-HOMEPAGE="http://mecab.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/20896/${P}.tar.gz"
+HOMEPAGE="http://mecab.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86"
@@ -30,6 +30,6 @@ src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS README || die
- dohtml doc/* || die
+ dohtml -r doc || die
}