From 103c1649ef7dec0814413b99b2acc588a4195ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Sat, 6 Jul 2019 17:47:19 +0200 Subject: [PATCH] [www-servers/procodile] initial import --- www-servers/procodile/Manifest | 1 + www-servers/procodile/procodile-1.0.23.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 www-servers/procodile/Manifest create mode 100644 www-servers/procodile/procodile-1.0.23.ebuild diff --git a/www-servers/procodile/Manifest b/www-servers/procodile/Manifest new file mode 100644 index 0000000..93190fa --- /dev/null +++ b/www-servers/procodile/Manifest @@ -0,0 +1 @@ +DIST procodile-1.0.23.gem 20992 BLAKE2B 9194bf746f02a0add67aad3f730da77ac70f11e046c7897c46cde901594562d99ea23705747114708f1c566832ff778e633f9c0790f5f7abe541f0808b84d9a5 SHA512 14a21e210c04817f236e8b6b909a222ce2a8094fb170650bb3b941272b40e2e5cc3426d3da26e45e281245eff95a011cb2d3b99c69c7fc781354d6058f1add5b diff --git a/www-servers/procodile/procodile-1.0.23.ebuild b/www-servers/procodile/procodile-1.0.23.ebuild new file mode 100644 index 0000000..d9be723 --- /dev/null +++ b/www-servers/procodile/procodile-1.0.23.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby26" + +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}"