| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mecab-ruby/mecab-ruby-0.97.ebuild,v 1.6 2010/10/29 19:41:54 halcy0n Exp $
|
| 4 |
|
| 5 |
inherit ruby
|
| 6 |
|
| 7 |
IUSE=""
|
| 8 |
|
| 9 |
DESCRIPTION="Ruby binding for MeCab"
|
| 10 |
HOMEPAGE="http://mecab.sourceforge.net/"
|
| 11 |
SRC_URI="mirror://sourceforge/${PN/-*}/${P}.tar.gz"
|
| 12 |
|
| 13 |
LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
|
| 14 |
KEYWORDS="amd64 ppc ppc64 x86"
|
| 15 |
SLOT="0"
|
| 16 |
|
| 17 |
DEPEND=">=app-text/mecab-${PV}"
|
| 18 |
|
| 19 |
src_install() {
|
| 20 |
|
| 21 |
ruby_src_install
|
| 22 |
dodoc test.rb || die
|
| 23 |
|
| 24 |
}
|