public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/roadie-rails/
Date: Fri,  2 Jun 2017 04:45:34 +0000 (UTC)	[thread overview]
Message-ID: <1496378721.97b63d6dc6ea68e3d5adb34201b539f1b3614bef.graaff@gentoo> (raw)

commit:     97b63d6dc6ea68e3d5adb34201b539f1b3614bef
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 04:45:21 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 04:45:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b63d6d

dev-ruby/roadie-rails: add 1.2.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/roadie-rails/Manifest                  |  1 +
 dev-ruby/roadie-rails/roadie-rails-1.2.1.ebuild | 41 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/roadie-rails/Manifest b/dev-ruby/roadie-rails/Manifest
index f376365e147..5be712bf6f6 100644
--- a/dev-ruby/roadie-rails/Manifest
+++ b/dev-ruby/roadie-rails/Manifest
@@ -1 +1,2 @@
 DIST roadie-rails-1.1.1.tar.gz 48436 SHA256 3d005164235c9a38d38ab441afa645ab69b74bbb1428143bedda5d24e200117b SHA512 66f0da2a57a26342bc061cdbbedebf70a63f20cc4a5fa1ed8bedd6f9359d6e0690db3692bcd7b562976d75b4ffbec368fab5cbd09101cc833cd83d98859038c0 WHIRLPOOL 06333746c172e9723961ea067e1ecf370226a4276ab273f403edd2dc042aea7a2cf30d678c4610cfa6c5f7732bac6627f1e81fc0f463ef973ab2db1dd35710b3
+DIST roadie-rails-1.2.1.tar.gz 42998 SHA256 25a3696df5e2b3c549bf29968de2288ff49edc0f25d9133b206aa4315b5c684c SHA512 9c51f03aadd8a1fb3b07b1d8fb5f069b3a5d84e9bbf0b04cb21ca28e5f43e4943ce941ad55045ccf46f077f3dfd179a742ef73d84132a3aafb20f4c9be4e6f4a WHIRLPOOL 96876dd45d15ed2f396488bda2e52d7d7503f01d880803c56e2e665bed4017a280034e2dad13cfb4c8ddc4c117057228e8db868190a60f13a120309760ecbed5

diff --git a/dev-ruby/roadie-rails/roadie-rails-1.2.1.ebuild b/dev-ruby/roadie-rails/roadie-rails-1.2.1.ebuild
new file mode 100644
index 00000000000..ba967382ddd
--- /dev/null
+++ b/dev-ruby/roadie-rails/roadie-rails-1.2.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hooks Roadie into your Rails application to help with email generation"
+HOMEPAGE="https://github.com/Mange/roadie-rails"
+SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+#RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/roadie-3.1
+	>=dev-ruby/railties-3.0:* <dev-ruby/railties-5.1:*"
+ruby_add_bdepend "
+	test? (
+		dev-ruby/bundler
+		dev-ruby/rspec-rails
+		dev-ruby/rspec-collection_matchers )"
+
+all_ruby_prepare() {
+	sed -i -e '/development/,$ d' Gemfile || die
+	sed -i -e 's/git ls-files/find . -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+	${RUBY} -S bundle exec rspec-3 spec || die
+}


             reply	other threads:[~2017-06-02  4:45 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-02  4:45 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-17  9:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/roadie-rails/ Hans de Graaff
2024-05-26  6:32 Hans de Graaff
2023-11-11  7:14 Hans de Graaff
     [not found] <1693458827.ecbd87f662c2ca86842ec2ed4bad19fa319630f3.graaff@gentoo>
2023-08-31  5:13 ` Hans de Graaff
2023-07-16  5:30 Hans de Graaff
2023-07-16  5:30 Hans de Graaff
2023-04-08 23:20 Sam James
2023-03-30  9:53 Hans de Graaff
2023-03-13  7:14 Hans de Graaff
2023-01-21  8:02 Hans de Graaff
2022-09-04 10:54 Hans de Graaff
2022-06-26  6:20 Hans de Graaff
2022-06-18  9:49 Hans de Graaff
2022-05-15  8:50 Hans de Graaff
2022-04-18 12:14 Hans de Graaff
2022-04-12 17:21 Hans de Graaff
2022-04-12 17:21 Hans de Graaff
2021-09-28 20:05 Sam James
2021-09-28  0:31 Sam James
2020-05-24  8:03 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2020-03-29  8:58 Hans de Graaff
2019-06-03  4:51 Hans de Graaff
2018-04-29  9:42 Hans de Graaff
2017-08-24  5:49 Hans de Graaff
2016-08-28 23:25 Manuel Rüger
2016-04-29 19:52 Manuel Rüger

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=1496378721.97b63d6dc6ea68e3d5adb34201b539f1b3614bef.graaff@gentoo \
    --to=graaff@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