* [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/puma/
@ 2013-06-25 18:44 Tiziano Müller
0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-06-25 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 52fc465ee4a4ea421fb576578a03a4cea6040bab
Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Tue Jun 25 18:44:44 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 18:44:44 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=52fc465e
Yet another dep for gitlab.
---
dev-ruby/puma/Manifest | 2 ++
dev-ruby/puma/puma-2.1.1.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/puma/Manifest b/dev-ruby/puma/Manifest
new file mode 100644
index 0000000..385f042
--- /dev/null
+++ b/dev-ruby/puma/Manifest
@@ -0,0 +1,2 @@
+DIST puma-2.1.1.tar.gz 81582 SHA256 edab78c8f82f1635ded43021f1ac0f55728e58c4055ca086ff568d124425c8c4 SHA512 e8b57b659fe5160b0ccd5fe8f21828841d38acf5d775225101bbfbca1dd6f7989bcbe5563633d68e02f1947499456fce078809025842d663c5352da0ae61d117 WHIRLPOOL 7eb9a0ff42eb99868a2ca26cd4bdb1dcb9378b2e457c69da7a5f81f99209492a558b8a459579c2ade1ecb8e01c81065e5859c0f958ec6efc0eb682112feb4d77
+EBUILD puma-2.1.1.ebuild 692 SHA256 a947d45c833eff210246276c93c15dcf66a7e5d8890a418e8bc5f7283e590073 SHA512 3fd081f5f3ce2267f8316c5252279e10a2d968efa91f69a59511615bbccf075b4d45e6a47ace1326442a5ebfad7baf9d815216219eb1e68fef505142ca54c92a WHIRLPOOL 2f4e22bbd348b12cf98a922d1b9ef19bf4d0ffe7948d0bdc4e447b3997ab545a3c1f8ce92d069cabca8cc6360cc2ff7e77f2c2c4dc878c6543195a457ad61c97
diff --git a/dev-ruby/puma/puma-2.1.1.ebuild b/dev-ruby/puma/puma-2.1.1.ebuild
new file mode 100644
index 0000000..e4c5af3
--- /dev/null
+++ b/dev-ruby/puma/puma-2.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.md TODO"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby Web Server Built For Concurrency"
+HOMEPAGE="https://github.com/puma/puma"
+SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:1.5"
+ruby_add_bdepend "dev-ruby/rake-compiler
+ test? ( dev-ruby/hoe )"
+
+each_ruby_compile() {
+ ${RUBY} -S rake compile || die "extension compile failed"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-25 18:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 18:44 [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/puma/ Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox