2019-07-06 17:47:19 +02:00
|
|
|
# Copyright 1999-2019 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-12-08 16:25:51 +01:00
|
|
|
EAPI=7
|
2019-07-06 17:47:19 +02:00
|
|
|
|
2019-12-16 00:07:44 +01:00
|
|
|
USE_RUBY="ruby25 ruby26"
|
2019-07-06 17:47:19 +02:00
|
|
|
|
|
|
|
inherit ruby-fakegem
|
|
|
|
|
|
|
|
DESCRIPTION="Run processes in the background (and foreground) a Procfile"
|
|
|
|
HOMEPAGE="https://procodile.opnsrc.io/"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
|
|
|
|
DEPEND="${DEPEND}
|
|
|
|
dev-ruby/json"
|
|
|
|
RDEPEND="${RDEPEND}"
|