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/ammeter/
Date: Thu, 17 Mar 2016 00:21:58 +0000 (UTC)	[thread overview]
Message-ID: <1458174070.e70eb01e89c2b3747fb295af83c529a0e9b636f0.mrueg@gentoo> (raw)

commit:     e70eb01e89c2b3747fb295af83c529a0e9b636f0
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 00:21:10 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 00:21:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70eb01e

dev-ruby/ammeter: Remove old

Package-Manager: portage-2.2.28

 dev-ruby/ammeter/Manifest             |  1 -
 dev-ruby/ammeter/ammeter-1.1.2.ebuild | 72 -----------------------------------
 2 files changed, 73 deletions(-)

diff --git a/dev-ruby/ammeter/Manifest b/dev-ruby/ammeter/Manifest
index 9cf4ac1..f4f1c5c 100644
--- a/dev-ruby/ammeter/Manifest
+++ b/dev-ruby/ammeter/Manifest
@@ -1,2 +1 @@
-DIST ammeter-1.1.2.gem 18432 SHA256 99c55552b25ad39598b7f45d24fa849853cff4abcef235d35fa6f8ffd427b1d5 SHA512 af723c7e4111862678902dfdba734b34c9893b6cd5a8dab754c24b41baf672bafab1044a2928f61d5078e82055ccfe2c05a060b1f8e4f4da164147ffd8241f6a WHIRLPOOL 21b38bf2a1781f664761e5c822ca1ab6c8346d6020b863cdbff3ed0238a618989aa66b2642207b8a3deee74fb6d521169a397ebc10a41e4b4a2d6cf06baf8c8c
 DIST ammeter-1.1.3.gem 18432 SHA256 7161be2080f78b5c41dbeb92ae1f0db450634493795c6b962e68d611ce03086a SHA512 57428515435dc50e6feaf64f647c64d28ea345360e8ef324d4b6c10902658bf30685902e862e4526be105291620aa191e134a80762abbc9625062c485fb45cf0 WHIRLPOOL dad6a009244daaa646ff333fae92f18fe5a09d24cd77ecea15aa87253a72a329f7676e0b578fa009b05ea3a3493897daa55e09e668147bfeecc67df6f5c2bc23

diff --git a/dev-ruby/ammeter/ammeter-1.1.2.ebuild b/dev-ruby/ammeter/ammeter-1.1.2.ebuild
deleted file mode 100644
index 8278e4d..0000000
--- a/dev-ruby/ammeter/ammeter-1.1.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Write specs for your Rails 3+ generators"
-HOMEPAGE="https://github.com/alexrothenberg/ammeter"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# Restrict tests since they now require the specific rspec version to be
-# provided in an environment variable.
-RESTRICT="test"
-
-ruby_add_rdepend "
-	>=dev-ruby/activesupport-3.0
-	>=dev-ruby/railties-3.0
-	>=dev-ruby/rspec-rails-2.2
-"
-
-# ruby_add_bdepend "
-# 	test? (
-# 		>=dev-ruby/rails-3.1
-# 		<dev-ruby/rails-4.1
-# 		dev-ruby/uglifier
-# 		dev-ruby/rake
-# 		dev-ruby/coffee-rails
-# 		dev-ruby/sass-rails
-# 		dev-ruby/jquery-rails
-# 		dev-util/cucumber
-# 		dev-util/aruba
-# 		dev-ruby/sqlite3
-# 		dev-ruby/bundler
-# 	)"
-
-all_ruby_prepare() {
-	# fix the gemspec; we remove the version dependencies from there, as
-	# it requires _older_ versions of its dependencies.. it doesn't
-	# really seem to be the case though. Also remove the references to
-	# git ls-files to avoid calling it.
-	sed -i \
-		-e '/git ls-files/d' \
-		-e '/\(cucumber\|aruba\)/s:,.*$::' \
-		${RUBY_FAKEGEM_GEMSPEC} || die
-
-	# Specs are not compatible with Rails 4.1
-	sed -i -e '23i   s.add_development_dependency "rails", "<4.1"' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-	# Avoid spec that returns a different but valid response on ruby21
-	sed -e '/when the file is not there/,/^  end/ s:^:#:' -i spec/ammeter/rspec/generator/matchers/contain_spec.rb || die
-
-	# haml-rails is not packaged
-	sed -i -e '/haml-rails/d' ${RUBY_FAKEGEM_GEMSPEC} Gemfile || die
-}
-
-each_ruby_test() {
-	RSPEC_VERSION=3.1.0 ${RUBY} -S bundle exec ${RUBY} -S rspec-3 spec || die
-}


             reply	other threads:[~2016-03-17  0:22 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-17  0:21 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06  7:40 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ammeter/ Hans de Graaff
2024-06-21 11:21 Hans de Graaff
2024-02-25 10:24 Hans de Graaff
2023-12-17  9:36 Hans de Graaff
2023-08-31  5:13 Hans de Graaff
2023-07-12 18:53 Hans de Graaff
2023-04-08  7:04 Hans de Graaff
2023-04-07 18:11 Sam James
2022-05-15  7:50 Hans de Graaff
2021-07-07  6:53 Hans de Graaff
2021-07-06  7:49 Hans de Graaff
2021-02-25  5:28 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2018-08-05  7:05 Hans de Graaff
2018-01-25  6:34 Hans de Graaff
2017-12-09  7:55 Hans de Graaff
2017-04-17  9:26 Hans de Graaff
2016-12-25 23:21 Manuel Rüger
2016-09-24  7:11 Hans de Graaff
2016-07-03  5:49 Hans de Graaff
2016-03-17  0:21 Manuel Rüger
2015-10-09  6:08 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=1458174070.e70eb01e89c2b3747fb295af83c529a0e9b636f0.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