dev-ruby/mina - 0.1.1 (ubuilds)

Search

Install

Install this version:

emerge -a =dev-ruby/mina-0.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/mina-0.1.1

Or alternatively:

emerge --autounmask-write -a =dev-ruby/mina-0.1.1

Package Information

Description:
Really fast deployer and server automation tool.
Homepage:
https://github.com/nadarei/mina
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.1 5 ~amd64 ~x86 ~x86-macos 0
View Raw Ebuild
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $

EAPI=5
USE_RUBY="ruby18 ree18 jruby ruby19"

RUBY_FAKEGEM_TASK_DOC=""
#RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
RUBY_FAKEGEM_EXTRAINSTALL="data"

RUBY_FAKEGEM_TASK_TEST="spec"

inherit ruby-fakegem

DESCRIPTION="Really fast deployer and server automation tool."
HOMEPAGE="https://github.com/nadarei/mina"
LICENSE="MIT"

KEYWORDS="~amd64 ~x86 ~x86-macos"
SLOT="0"
IUSE=""

ruby_add_bdepend "test? ( dev-ruby/rspec )"

all_ruby_prepare() {
	sed -i -e '/check_dependencies/d' Rakefile || die
}

Inherited Eclasses