* [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/httparty/
@ 2013-06-26 11:16 Tiziano Müller
0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-06-26 11:16 UTC (permalink / raw
To: gentoo-commits
commit: e4d9c0e3858ec81dc0139d1fee2581386a9de9be
Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Wed Jun 26 11:08:22 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 11:08:22 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=e4d9c0e3
Yet another dep for gitlab (and hipchat which is also dep of gitlab).
---
dev-ruby/httparty/Manifest | 2 ++
dev-ruby/httparty/httparty-0.11.0.ebuild | 36 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ruby/httparty/Manifest b/dev-ruby/httparty/Manifest
new file mode 100644
index 0000000..07e522d
--- /dev/null
+++ b/dev-ruby/httparty/Manifest
@@ -0,0 +1,2 @@
+DIST httparty-0.11.0.tar.gz 62849 SHA256 f0f326c33fe98974966d952711110fbfc47c364f7faeb846d8c5356f1607295d SHA512 296db54b8048730f04c72deb855e7b531a5e2a16648f4554653ec11c66d4a59f07dbf57994f95a0e83b8d7fbd7f2800090e90a44d5b49be7c7e64167b59199fb WHIRLPOOL d0eee75f55e7569cd12823d08eb1a203e3c8c94cf0d216863f4ca0a1c59992f135ff1ae61019a005244291300372f25b54fb43853eaf98628969c13b1ed6cb62
+EBUILD httparty-0.11.0.ebuild 977 SHA256 3bf94779554937a1af87ca6b25838cc8a10a81c914188b7f50baebb90f3fdc5d SHA512 4cdea944aaae37637614e77d0e6eb44396328ec41a5e70822bf2ae1c1105b061721262a4d12a138e19d9d379b788703957886d9056199d15e767a1e3274db846 WHIRLPOOL 3482b2c00dcb029c76b2df0747322c3a5eb8953319b3081c5ff93e2c59604125b1ae3d591481d8b3be6e3d5ce8083c5ff907cfab0115564c0fae9f4666cb382c
diff --git a/dev-ruby/httparty/httparty-0.11.0.ebuild b/dev-ruby/httparty/httparty-0.11.0.ebuild
new file mode 100644
index 0000000..503b5d8
--- /dev/null
+++ b/dev-ruby/httparty/httparty-0.11.0.ebuild
@@ -0,0 +1,36 @@
+# 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_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy."
+HOMEPAGE="https://github.com/jnunemaker/httparty"
+SRC_URI="https://github.com/jnunemaker/httparty/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/multi_json-1* >=dev-ruby/multi_xml-0.5.2"
+ruby_add_bdepend "test? (
+ dev-ruby/rspec:0
+ dev-ruby/fakeweb
+ )"
+
+# there would also be cucumber tests, but they require mongrel
+# and mongrel is currently only available for MRI 1.8.x
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/,+1d' Rakefile || die "sed failed"
+ sed -i -e '/git ls-files/d' ${PN}.gemspec || die "sed failed"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-26 11:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 11:16 [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/httparty/ 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