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/warden/
Date: Mon, 24 Jun 2013 15:18:41 +0000 (UTC)	[thread overview]
Message-ID: <1372084462.94813829d517e28f3a6aaac45db5c84a49f8dd08.dev-zero@gentoo> (raw)

commit:     94813829d517e28f3a6aaac45db5c84a49f8dd08
Author:     Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Mon Jun 24 14:34:22 2013 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 14:34:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=94813829

Add warden as dependency of device which is a dependency of gitlab.

---
 dev-ruby/warden/Manifest            |  2 ++
 dev-ruby/warden/warden-1.2.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/warden/Manifest b/dev-ruby/warden/Manifest
new file mode 100644
index 0000000..4dd100a
--- /dev/null
+++ b/dev-ruby/warden/Manifest
@@ -0,0 +1,2 @@
+DIST warden-1.2.1.tar.gz 27621 SHA256 d460f2a7c75f4263d67cf6c6968111084b89c831c028ee7e189ec47b027d094f SHA512 fbeef56d2b9ac41e08549b52aaa414c72715f63fc5fd11832f816949aa0c69138ad780aab9785591bbdefeae4ec8284595b199d0096895a95a91565be361d5c1 WHIRLPOOL c9ed6c5200f7f4d88cdec73dede18386037200604781119c1677ef85aa94ebdb17dc0ba2f3b39431426db00a5953875bfb9548071f80531bfa80b04e3370a5ff
+EBUILD warden-1.2.1.ebuild 722 SHA256 7b0cc4c7f1c783a629ca092912b5327e420ba3d9b855e7508a72edc98a476836 SHA512 e4f07f45c3458a31a155b5742ce21933396dbc908736c14a17d338d9f3e7f3cabf7c7aefcddef3bad35f7546d4e82600b420f1adb2c5533456f1fb9fda9ea596 WHIRLPOOL 0a20abe433050f8f4def84ed8bffc68c367e219945a9bb7fba66c4af18b6343a740288a9ce668cac315d426067d09cdf22089a61ceb7b602d7a1a78c5b745efe

diff --git a/dev-ruby/warden/warden-1.2.1.ebuild b/dev-ruby/warden/warden-1.2.1.ebuild
new file mode 100644
index 0000000..68afaa9
--- /dev/null
+++ b/dev-ruby/warden/warden-1.2.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.textile History.rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="General Rack Authentication Framework"
+HOMEPAGE="https://github.com/hassox/warden"
+SRC_URI="https://github.com/hassox/warden/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
+ruby_add_rdepend "dev-ruby/rack"
+
+all_ruby_compile() {
+	all_fakegem_compile
+	if use doc ; then
+		${RUBY} rdoc || die "rdoc failed"
+	fi
+}


             reply	other threads:[~2013-06-24 15:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-24 15:18 Tiziano Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-25  9:56 [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/warden/ Tiziano Müller

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=1372084462.94813829d517e28f3a6aaac45db5c84a49f8dd08.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