blob: ec7c1c9f556cae9e94f2dc839b56ef91a9db2916 (
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-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jeweler/jeweler-1.4.0.ebuild,v 1.4 2010/12/27 20:41:57 grobian Exp $
EAPI=2
USE_RUBY="ruby18"
# Documentation is built with the yardoc task but this requires many
# dependencies which we don't have yet.
RUBY_FAKEGEM_TASK_DOC=""
# Tests and features also need the same set of dependencies present.
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="ChangeLog.markdown README.markdown"
inherit ruby-fakegem
DESCRIPTION="Rake tasks for managing gems and versioning and a generator for creating a new project"
HOMEPAGE="http://wiki.github.com/technicalpickles/jeweler"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "dev-ruby/rubyforge dev-ruby/gemcutter"
|