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: Sun, 29 Mar 2020 08:58:15 +0000 (UTC) [thread overview]
Message-ID: <1585472290.6eea2c95bde9f85e90f53cf9fe15d4b02293f2ec.graaff@gentoo> (raw)
commit: 6eea2c95bde9f85e90f53cf9fe15d4b02293f2ec
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 08:57:40 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 08:58:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eea2c95
dev-ruby/roadie-rails: cleanup
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/roadie-rails/Manifest | 1 -
dev-ruby/roadie-rails/roadie-rails-1.2.1.ebuild | 41 -------------------------
2 files changed, 42 deletions(-)
diff --git a/dev-ruby/roadie-rails/Manifest b/dev-ruby/roadie-rails/Manifest
index 02a6fb9defa..eb1d6e34ec0 100644
--- a/dev-ruby/roadie-rails/Manifest
+++ b/dev-ruby/roadie-rails/Manifest
@@ -1,2 +1 @@
-DIST roadie-rails-1.2.1.tar.gz 42998 BLAKE2B 939eb1f448dcecdc80c15cd8072858bccfaeaf3f95549bd6568947612f70a9a12676526226d2800b88dc75fcd734d29b9ce6f755a7ad1be864a0866164423f6c SHA512 9c51f03aadd8a1fb3b07b1d8fb5f069b3a5d84e9bbf0b04cb21ca28e5f43e4943ce941ad55045ccf46f077f3dfd179a742ef73d84132a3aafb20f4c9be4e6f4a
DIST roadie-rails-1.3.0.tar.gz 56899 BLAKE2B d4d4f1d56c581b0af894959ee985f522b6470ff27bf22c4589032b0cf049337556377bf5decbd3ca1882762d80371df372bd7c7ad811fb087bd720f26eeeb6c7 SHA512 af08f0a877993d5b3f6d13e80a4aacd4d2d13f8940a554f2f91289e119d754015773a67ef14052717244374e3636069fa8b39078cac2145c86cb35ec54ad53fd
diff --git a/dev-ruby/roadie-rails/roadie-rails-1.2.1.ebuild b/dev-ruby/roadie-rails/roadie-rails-1.2.1.ebuild
deleted file mode 100644
index 5553775ef4b..00000000000
--- a/dev-ruby/roadie-rails/roadie-rails-1.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-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
-}
next reply other threads:[~2020-03-29 8:58 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-29 8:58 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-11 8:17 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/roadie-rails/ Hans de Graaff
2024-11-18 7:32 Hans de Graaff
2024-07-17 9:38 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
2019-06-03 4:51 Hans de Graaff
2018-04-29 9:42 Hans de Graaff
2017-08-24 5:49 Hans de Graaff
2017-06-02 4:45 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=1585472290.6eea2c95bde9f85e90f53cf9fe15d4b02293f2ec.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