From 917af7c55d9df8c6ed32bddeb4b8830360e73709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Tue, 7 Sep 2021 17:24:02 +0200 Subject: [PATCH] [www-servers/procodile] rm, unused --- www-servers/procodile/Manifest | 1 - www-servers/procodile/procodile-1.0.26.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 www-servers/procodile/Manifest delete mode 100644 www-servers/procodile/procodile-1.0.26.ebuild diff --git a/www-servers/procodile/Manifest b/www-servers/procodile/Manifest deleted file mode 100644 index f253446..0000000 --- a/www-servers/procodile/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST procodile-1.0.26.gem 25088 BLAKE2B d2ffec63db894b82368cc77af1e75a98437fb2e8d3a061bb1cd67e519a3d0d58181106ac422ec4b1204ce2a4c6498c92e9dee9bd0046775cd47ca503855a8d3e SHA512 97779976ba89b38cfcc5c21986017b27e927f486529ec539fefbac93e0071a1f7e3dc6fab364530c2f3d2b62896ad4a020f582b29a0c6ca5f2c6c5f04a9e2320 diff --git a/www-servers/procodile/procodile-1.0.26.ebuild b/www-servers/procodile/procodile-1.0.26.ebuild deleted file mode 100644 index 30bcfc8..0000000 --- a/www-servers/procodile/procodile-1.0.26.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby26 ruby27" - -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}"