summaryrefslogtreecommitdiff
blob: d2cdee2c5e9665fdf35ee7798beff7a4d38709f3 (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-lint/puppet-lint-0.2.1.ebuild,v 1.1 2012/11/06 05:47:20 antarus Exp $

EAPI="4"
USE_RUBY="ruby18 ruby19"

RUBY_FAKEGEM_TASK_TEST="rspec"
RUBY_FAKEGEM_EXTRADOC="README*"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit eutils ruby-fakegem

DESCRIPTION="A linter for puppet DSL."
HOMEPAGE="http://puppet-lint.com/"

LICENSE="MIT"
SLOT="0"
IUSE=""
KEYWORDS="~amd64"

ruby_add_rdepend "
dev-ruby/rspec
dev-ruby/rake"

DEPEND="${DEPEND}"
RDEPEND="${RDEPEND}"