summaryrefslogtreecommitdiff
blob: 7694cf63d42309c68a54edecdeabacf244ae237f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/bsfilter/bsfilter-1.0.15.ebuild,v 1.3 2008/03/14 10:02:26 phreak Exp $

EAPI=3

USE_RUBY="ruby18"
inherit ruby-ng
MY_P=${P/_rc/.rc}

DESCRIPTION="bayesian spam filter which distinguishes spam and non-spam mail"
HOMEPAGE="http://bsfilter.org/index-e.html"
SRC_URI="http://jaist.dl.sourceforge.jp/${PN}/39712/${MY_P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

ruby_add_rdepend dev-ruby/mecab-ruby
ruby_add_rdepend dev-ruby/ruby-chasen

S="${WORKDIR}/${MY_P}"