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/activeresource/
Date: Tue, 30 May 2017 04:30:27 +0000 (UTC)	[thread overview]
Message-ID: <1496118230.a75421901547de92b66f8e9570192c55b162c4e9.graaff@gentoo> (raw)

commit:     a75421901547de92b66f8e9570192c55b162c4e9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 04:23:50 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May 30 04:23:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7542190

dev-ruby/activeresource: remove masked slot

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/activeresource/Manifest                   |  1 -
 .../activeresource/activeresource-4.0.0.ebuild     | 45 ----------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/activeresource/Manifest b/dev-ruby/activeresource/Manifest
index 7c718d47d84..264bd1531da 100644
--- a/dev-ruby/activeresource/Manifest
+++ b/dev-ruby/activeresource/Manifest
@@ -1,3 +1,2 @@
-DIST activeresource-4.0.0.tgz 69142 SHA256 b2f8094b56c589193fa9c275e4a970fdcd4eb7e7885c8a7a12c86eda6c8d2f37 SHA512 bad94922b7125f79988fb8c6694d6a0370ff1271b47d031e1c249441079e98f75a8069602c1eebf2ec8d7e28aab21b0ca42502c79fe06f46dfa5d42659ff79ab WHIRLPOOL 04120c0a81e140435194ae28a98b4c2ba69e3ef663b7fbf02783839b842c92db70742e4c5d204168dfe4a28caac8d3a8d4c2aea81842959819590544b648d867
 DIST activeresource-4.1.0.tgz 73640 SHA256 46538064c998a508af10ede7484c75b45b357974916f7423359a67cc100c0a66 SHA512 13e93245e16c4515cf1e949e200461e6eea464b9f801e0064c613fdbdad7ad82e1059c2cdab10a8a0850516e1684eaa7ec6895a423bb6f4b4d04da3f5078bde6 WHIRLPOOL b26d4fac3d0cd3e01e4a48ab4a24ca55caddeee4160496e269c89eabd2be90d3a71e13428862d0e4f1927e50fae8ec2d325574b1f3fecb1c389d9236f5d3dad8
 DIST activeresource-5.0.0.tgz 70689 SHA256 c902793ca5601b470ef54d8e0c831f285306290bb30bf6fcf03194c3cf5abc5a SHA512 a5002258af4ce2083db89ab603104b089665aa49dc70c0276da3d7171854e108abc08f52c858d991eb779a4ad10bc08ee56233baca6268069a3c3d316d36263a WHIRLPOOL a6a194a540cbea3631072ca7360f5ddff5ce52cc3a77842ad4e30991ed6ec28164788c759743970858d14af43dded6c8b698e58c11deeed4e3295e1c0defeb93

diff --git a/dev-ruby/activeresource/activeresource-4.0.0.ebuild b/dev-ruby/activeresource/activeresource-4.0.0.ebuild
deleted file mode 100644
index 0d648dd378d..00000000000
--- a/dev-ruby/activeresource/activeresource-4.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Think Active Record for web resources"
-HOMEPAGE="http://rubyforge.org/projects/activeresource/"
-SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
-IUSE=""
-
-#RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "=dev-ruby/activesupport-4*
-	=dev-ruby/activemodel-4*
-	>=dev-ruby/rails-observers-0.1.1:0.1"
-
-ruby_add_bdepend "
-	test? (
-		dev-ruby/test-unit:2
-		>=dev-ruby/mocha-0.13.0:0.13
-	)"
-
-all_ruby_prepare() {
-	# Set test environment to our hand.
-	rm Gemfile || die "Unable to remove Gemfile"
-
-	# Pull in the correct version of minitest since we don't use bundler.
-	sed -i -e '1igem "minitest", "~>4.0"' \
-		-e '2igem "activemodel", "~>4.0.0"' test/abstract_unit.rb || die
-
-}


             reply	other threads:[~2017-05-30  4:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-30  4:30 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-23  6:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activeresource/ Hans de Graaff
2017-05-14  5:40 Hans de Graaff
2016-06-11  5:59 Hans de Graaff
2016-06-11  5:59 Hans de Graaff
2016-05-21  6:26 Hans de Graaff
2016-03-01  6:52 Hans de Graaff
2016-02-07 17:46 Hans de Graaff
2016-01-26  7:30 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=1496118230.a75421901547de92b66f8e9570192c55b162c4e9.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