| 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/ruby-rc4/ruby-rc4-0.1.5.ebuild,v 1.5 2012/09/27 09:12:46 ssuominen Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
USE_RUBY="ruby18 ree18 ruby19 jruby"
|
| 7 |
|
| 8 |
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
| 9 |
|
| 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 |
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
| 21 |
IUSE=""
|
| 22 |
|
| 23 |
all_ruby_prepare() {
|
| 24 |
sed -i -e 's/"README"/"README.md"/' Rakefile || die
|
| 25 |
}
|