summaryrefslogtreecommitdiff
blob: 43e3048edfb5c68cce9a7a9ec4f134056a0ef95c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"
inherit gems

DESCRIPTION="a console-based email client for people with a lot of email"
HOMEPAGE="http://sup.rubyforge.org/"

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

DEPEND=">=dev-ruby/ferret-0.11.6
	dev-ruby/highline
	dev-ruby/lockfile
	>=dev-ruby/mime-types-1
	>=dev-ruby/ncurses-ruby-0.9.1
	dev-ruby/net-ssh
	dev-ruby/ruby-gettext
	>=dev-ruby/ruby-rmail-0.17
	>=dev-ruby/trollop-1.12
	dev-ruby/fastthread"
RDEPEND="${DEPEND}"

src_install() {
	gems_src_install
	rm "${D}${GEMSDIR}/gems/${P}/lib/ncurses.rb" || die
}