You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/launchy/launchy-2.3.0-r1.ebuild

31 lines
802 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/launchy/launchy-2.3.0-r1.ebuild,v 1.2 2014/06/05 06:25:00 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
inherit ruby-fakegem
DESCRIPTION="Helper class for launching cross-platform applications"
HOMEPAGE="http://copiousfreetime.rubyforge.org/launchy/"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend ">=dev-ruby/addressable-2.3"
ruby_add_bdepend "test? ( >=dev-ruby/minitest-4.5.0 )"
# This test is expected to fail on linux, drop it
RUBY_PATCHES=( "${FILESDIR}"/${P}-drop-failing-test.patch )
all_ruby_prepare() {
sed -i -e "/[Ss]implecov/d" spec/spec_helper.rb || die
}