blob: c87003760bc65b13593973836ce11648a86a155b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mecab-ruby/mecab-ruby-0.80.ebuild,v 1.5 2006/09/17 19:03:40 dertobi123 Exp $
inherit ruby eutils
DESCRIPTION="MeCab library module for Ruby"
HOMEPAGE="http://chasen.org/~taku/software/mecab/"
SRC_URI="http://chasen.org/~taku/software/mecab/bindings/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ppc ppc64 ~x86"
IUSE=""
DEPEND="virtual/ruby
>=app-text/mecab-0.80"
|