/[gentoo-x86]/dev-ruby/ruby-rc4/ruby-rc4-0.1.5.ebuild
Gentoo

Contents of /dev-ruby/ruby-rc4/ruby-rc4-0.1.5.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Tue Aug 14 14:23:05 2012 UTC (9 months ago) by flameeyes
Branch: MAIN
Changes since 1.3: +2 -4 lines
Port to rspec helper for testing.

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

1 graaff 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3 flameeyes 1.4 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rc4/ruby-rc4-0.1.5.ebuild,v 1.3 2012/05/17 10:55:21 tomka Exp $
4 graaff 1.1
5     EAPI=4
6     USE_RUBY="ruby18 ree18 ruby19 jruby"
7    
8 flameeyes 1.4 RUBY_FAKEGEM_RECIPE_TEST="rspec"
9 graaff 1.1
10     RUBY_FAKEGEM_DOCDIR="rdoc"
11     RUBY_FAKEGEM_EXTRADOC="README.md"
12    
13     inherit ruby-fakegem
14    
15     DESCRIPTION="A pure Ruby implementation of the Rc4 algorithm."
16     HOMEPAGE="https://github.com/caiges/Ruby-RC4"
17    
18     LICENSE="MIT"
19     SLOT="0"
20 tomka 1.3 KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
21 graaff 1.1 IUSE=""
22    
23     all_ruby_prepare() {
24     sed -i -e 's/"README"/"README.md"/' Rakefile || die
25     }

  ViewVC Help
Powered by ViewVC 1.1.13