/[gentoo-x86]/dev-ruby/little-plugger/little-plugger-1.1.3.ebuild
Gentoo

Contents of /dev-ruby/little-plugger/little-plugger-1.1.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Tue Aug 14 01:14:19 2012 UTC (10 months ago) by flameeyes
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +4 -15 lines
Port to rspec helper for testing. Bump to EAPI 4. Breaks cyclic dependency with USE=test on bones.

(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/little-plugger/little-plugger-1.1.3.ebuild,v 1.2 2012/02/02 22:01:17 tomka Exp $
4
5 EAPI=4
6
7 USE_RUBY="ruby18 ruby19 jruby ree18"
8
9 RUBY_FAKEGEM_RECIPE_TEST="rspec"
10
11 RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
12 RUBY_FAKEGME_DOCDIR="doc"
13
14 RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
15
16 inherit ruby-fakegem eutils
17
18 DESCRIPTION="Module that provides Gem based plugin management"
19 HOMEPAGE="http://github.com/TwP/${PN}"
20
21 IUSE="test"
22 LICENSE="MIT"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25
26 ruby_add_bdepend "doc? ( dev-ruby/bones )"
27
28 all_ruby_prepare() {
29 # Remove default metadata because it confused jruby.
30 rm ../metadata || die
31 }

  ViewVC Help
Powered by ViewVC 1.1.20