blob: 1f050d66666adf325489075ff2d718126a6a77bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/lolcat-42.0.99.ebuild,v 1.1 2012/09/26 22:25:10 hasufell Exp $
EAPI=4
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
DESCRIPTION="Rainbows and unicorns!"
HOMEPAGE="https://github.com/busyloop/lolcat"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
ruby_add_rdepend "~dev-ruby/trollop-1.16.2
dev-ruby/paint"
|