summaryrefslogtreecommitdiff
blob: fb1e9fcf9c9ff927d7fb92d841b41bad1d0088a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/subexec/subexec-0.0.4.ebuild,v 1.1 2010/07/21 06:48:45 graaff Exp $

EAPI=2

USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

inherit ruby-fakegem eutils

GITHUB_USER="nulayer"
PV_COMMIT="84b4e1063ef6ae7e0acfd89427587b8a2cf4d7db"

DESCRIPTION="Subexec spawns an external command with a timeout"
HOMEPAGE="http://github.com/nulayer/subexec"
SRC_URI="http://github.com/${GITHUB_USER}/${PN}/tarball/${PV_COMMIT} -> ${PN}-git-${PV}.tgz"

# http://github.com/nulayer/subexec/issues#issue/1
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

S="${WORKDIR}/${GITHUB_USER}-${PN}-*"

ruby_add_bdepend "test? ( dev-ruby/ruby-debug dev-ruby/shoulda )"