commit:     6217bb5cdba9e7f917221061bb75eb689106b6dd
Author:     Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
AuthorDate: Fri Dec  4 20:01:16 2020 +0000
Commit:     Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
CommitDate: Fri Dec  4 20:01:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6217bb5c

dev-ruby/thin: 1.8.0 initial ebuild

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>

 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(+)

diff --git a/dev-ruby/thin/Manifest b/dev-ruby/thin/Manifest
new file mode 100644
index 00000000..4f6c5df8
--- /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 00000000..55b9e503
--- /dev/null
+++ b/dev-ruby/thin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Andrea Postiglione</name>
+       </maintainer>
+</pkgmetadata>

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 00000000..73a6a76a
--- /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"

Reply via email to