public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/grape-entity/
Date: Fri, 28 Jun 2013 07:36:40 +0000 (UTC)	[thread overview]
Message-ID: <1372401070.ccb612eb6d4f3f5482cb02f1819a6c7071e0eaf7.dev-zero@gentoo> (raw)

commit:     ccb612eb6d4f3f5482cb02f1819a6c7071e0eaf7
Author:     Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Fri Jun 28 06:31:10 2013 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 06:31:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=ccb612eb

Yet another dep for gitlab.

---
 dev-ruby/grape-entity/Manifest                  |  2 ++
 dev-ruby/grape-entity/grape-entity-0.3.0.ebuild | 37 +++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/grape-entity/Manifest b/dev-ruby/grape-entity/Manifest
new file mode 100644
index 0000000..75a2f50
--- /dev/null
+++ b/dev-ruby/grape-entity/Manifest
@@ -0,0 +1,2 @@
+DIST grape-entity-0.3.0.tar.gz 13224 SHA256 0071ed7b48cc3593a6fb781f24137ea14df092eed8d1913697920ee6e0c534cb SHA512 721b366aa36cd5bb68b993eaf4dc3c8aa3134fa21b446c6abbd2e807b8a13267ee708b751cdbcef7ea47b126a8e336f348ab7158053a1a6e3ba32b28d3cb49dc WHIRLPOOL 4acb152ddb40abc1092cc57f996dfd4ca083b5755f9864c061254f6be5550d45f216c3637e911820d6de88494fd8d9b1913e55def76689f5cf8a0123ff0673af
+EBUILD grape-entity-0.3.0.ebuild 940 SHA256 d7a204a7a8db7e49aae9f799f790a1034f05bab17ccba5cdd764a9d13db531b5 SHA512 c6075c43196001bbfd7d44181d3f4308cfcdfbc3fb78a4525b88845de885f404dcf6685535e2a7e10c2fb2859af1e055df8efb739c8105a04bb5afb6908e3a45 WHIRLPOOL 2eb9a42bf3c1ac995fe337c197766ab8167f1ce3fd02f3686781f8f438639b4992d73f0b398a1e85dfe73e08bec332f0d0236d5b4b4424dfe866d568359e5740

diff --git a/dev-ruby/grape-entity/grape-entity-0.3.0.ebuild b/dev-ruby/grape-entity/grape-entity-0.3.0.ebuild
new file mode 100644
index 0000000..9cd043e
--- /dev/null
+++ b/dev-ruby/grape-entity/grape-entity-0.3.0.ebuild
@@ -0,0 +1,37 @@
+# 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="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Entities - a simple Facade to use with your models and API - extracted from Grape."
+HOMEPAGE="https://github.com/intridea/grape-entity"
+SRC_URI="https://github.com/intridea/grape-entity/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/activesupport
+	>=dev-ruby/multi_json-1.3.2"
+
+all_ruby_prepare() {
+	sed -i -e '/undler/d' Rakefile || die "sed failed"
+	sed -i \
+		-e '/pry/d' \
+		-e 's|bundler|grape_entity|' \
+		-e '/Bundler/d' \
+		spec/spec_helper.rb || die "sed failed"
+	sed -i \
+		-e '/git ls-files/d' \
+		-e '/bundler/d' \
+		${PN}.gemspec || die "sed failed"
+}


                 reply	other threads:[~2013-06-28  7:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1372401070.ccb612eb6d4f3f5482cb02f1819a6c7071e0eaf7.dev-zero@gentoo \
    --to=dev-zero@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox