blob: 7576f52504c1fa8a78969e4d8140e9a769f0de2b (
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
33
34
35
36
37
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST=""
RUBY_FAKEGEM_TASK_TEST="spec"
inherit ruby-fakegem
DESCRIPTION="Termtter is a terminal based Twitter client"
HOMEPAGE="https://github.com/termtter/termtter"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend "dev-ruby/json
dev-ruby/highline
dev-ruby/termcolor
dev-ruby/rubytter
dev-ruby/notify
dev-ruby/activerecord:4.1
dev-ruby/builder:3.1"
# dev-ruby/fluent-logger
ruby_add_bdepend "
doc? ( dev-ruby/rdoc )
test? (
dev-ruby/haml
dev-ruby/git
dev-ruby/rspec
dev-ruby/jeweler
)"
# dev-ruby/cucumber
|