public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pundit/
Date: Tue, 21 Mar 2017 14:02:24 +0000 (UTC)	[thread overview]
Message-ID: <1490104928.7d966990e5a7f94e14097b9cf5127c8918e91ea4.mrueg@gentoo> (raw)

commit:     7d966990e5a7f94e14097b9cf5127c8918e91ea4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 14:02:08 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 14:02:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d966990

dev-ruby/pundit: Initial version

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-ruby/pundit/Manifest            |  1 +
 dev-ruby/pundit/metadata.xml        |  8 ++++++++
 dev-ruby/pundit/pundit-1.1.0.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-ruby/pundit/Manifest b/dev-ruby/pundit/Manifest
new file mode 100644
index 00000000000..36857fe4e02
--- /dev/null
+++ b/dev-ruby/pundit/Manifest
@@ -0,0 +1 @@
+DIST pundit-1.1.0.gem 22016 SHA256 bd38e2df0b17e5cef5759edad979aaa361a46c0bdfc83a700df7e3febe99a781 SHA512 ea7e8ef9e4b280f451810ba193dc5b27a75ecfb050eed674246034ebb687e8302aee8826c022090553b643b41c85adec4d3234f545ab2a59ececa461fe4e4b3a WHIRLPOOL c009f1b7b940f7edf912f5fa619837753a76e75211ad17cf07f764bc0c56ec23145e859ce3a01a5dc617f80a963830bba0fcdcc3753c6dab6c61e5eacef690b0

diff --git a/dev-ruby/pundit/metadata.xml b/dev-ruby/pundit/metadata.xml
new file mode 100644
index 00000000000..28ab0c15f20
--- /dev/null
+++ b/dev-ruby/pundit/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>ruby@gentoo.org</email>
+	<name>Gentoo Ruby Project</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/pundit/pundit-1.1.0.ebuild b/dev-ruby/pundit/pundit-1.1.0.ebuild
new file mode 100644
index 00000000000..5af21aa346f
--- /dev/null
+++ b/dev-ruby/pundit/pundit-1.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="doc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Object oriented authorization for Rails applications"
+HOMEPAGE="https://github.com/elabs/pundit https://rubygems.org/gems/pundit"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0"
+
+ruby_add_bdepend "test? ( >=dev-ruby/actionpack-3.0.0
+	>=dev-ruby/activemodel-3.0.0 )"
+
+all_ruby_prepare() {
+	sed -i -e "/pry/d" spec/spec_helper.rb || die
+}


             reply	other threads:[~2017-03-21 14:02 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21 14:02 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-08  6:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pundit/ Hans de Graaff
2018-06-20  5:21 Hans de Graaff
2018-07-23  5:17 Hans de Graaff
2019-01-19  8:07 Hans de Graaff
2019-08-14 17:06 Hans de Graaff
2019-11-09  6:28 Hans de Graaff
2020-05-12 14:28 Hans de Graaff
2020-09-05  8:01 Hans de Graaff
2021-08-14  7:01 Hans de Graaff
2021-08-15  7:41 Hans de Graaff
2022-02-22 18:50 Hans de Graaff
2022-03-26  7:48 Hans de Graaff
2022-05-01  6:34 Hans de Graaff
2022-06-26  6:20 Hans de Graaff
2022-10-02 17:03 Hans de Graaff
2022-12-23  7:48 Hans de Graaff
2023-07-11  4:37 Hans de Graaff
2023-07-11  4:37 Hans de Graaff
2023-07-18  4:46 Hans de Graaff
2023-08-29 16:53 Hans de Graaff
2024-05-09  4:59 Hans de Graaff
2024-08-27  5:40 Hans de Graaff
2024-08-27  5:40 Hans de Graaff
2024-11-15 12:25 Hans de Graaff
2025-03-05  6:54 Hans de Graaff

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=1490104928.7d966990e5a7f94e14097b9cf5127c8918e91ea4.mrueg@gentoo \
    --to=mrueg@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