From 6217bb5cdba9e7f917221061bb75eb689106b6dd Mon Sep 17 00:00:00 2001 From: Andrea Postiglione Date: Fri, 4 Dec 2020 21:01:16 +0100 Subject: [PATCH] dev-ruby/thin: 1.8.0 initial ebuild Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrea Postiglione --- dev-ruby/thin/Manifest | 1 + dev-ruby/thin/metadata.xml | 8 ++++++++ dev-ruby/thin/thin-1.8.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-ruby/thin/Manifest create mode 100644 dev-ruby/thin/metadata.xml create mode 100644 dev-ruby/thin/thin-1.8.0.ebuild diff --git a/dev-ruby/thin/Manifest b/dev-ruby/thin/Manifest new file mode 100644 index 0000000000..4f6c5df881 --- /dev/null +++ b/dev-ruby/thin/Manifest @@ -0,0 +1 @@ +DIST thin-1.8.0.tar.gz 181199 BLAKE2B d6e818d3d0c077ee54c8293e66f176e6c4d421af8fd906220371b84791bde8738aa252517582a52f898e0e6e8bc796deb1d31371ac1ebb0d56bfd40c31594175 SHA512 3166dbefcb4900a4cb839c8e3a36c5e27734980f8516547beb1732d446dd14e64b02936564cc5fe20b20c926185ca6a0114e6b246f038104a4891522e490d97f diff --git a/dev-ruby/thin/metadata.xml b/dev-ruby/thin/metadata.xml new file mode 100644 index 0000000000..55b9e50388 --- /dev/null +++ b/dev-ruby/thin/metadata.xml @@ -0,0 +1,8 @@ + + + + + andrea.postiglione@gmail.com + Andrea Postiglione + + diff --git a/dev-ruby/thin/thin-1.8.0.ebuild b/dev-ruby/thin/thin-1.8.0.ebuild new file mode 100644 index 0000000000..73a6a76a10 --- /dev/null +++ b/dev-ruby/thin/thin-1.8.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby24 ruby25 ruby26 ruby27" + +inherit ruby-fakegem + +DESCRIPTION="This a Ruby gem that delivers a thin and fast web server" +HOMEPAGE="https://github.com/macournoyer/thin" +SRC_URI="https://github.com/macournoyer/thin/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-ruby/eventmachine + dev-ruby/daemons + dev-ruby/rack" + + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"