mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
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@gmail.com>
This commit is contained in:
23
dev-ruby/thin/thin-1.8.0.ebuild
Normal file
23
dev-ruby/thin/thin-1.8.0.ebuild
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user