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: Sat, 23 Sep 2017 06:38:00 +0000 (UTC)	[thread overview]
Message-ID: <1506148662.0e1b42f100c7f3d886eb0a1ad7ecfdc5c57adc1a.graaff@gentoo> (raw)

commit:     0e1b42f100c7f3d886eb0a1ad7ecfdc5c57adc1a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 06:33:17 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 06:37:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1b42f1

dev-ruby/activeresource: remove masked package

 dev-ruby/activeresource/Manifest                   |  2 --
 .../activeresource/activeresource-4.1.0.ebuild     | 38 ----------------------
 .../activeresource/activeresource-5.0.0.ebuild     | 34 -------------------
 dev-ruby/activeresource/metadata.xml               | 11 -------
 4 files changed, 85 deletions(-)

diff --git a/dev-ruby/activeresource/Manifest b/dev-ruby/activeresource/Manifest
deleted file mode 100644
index 264bd1531da..00000000000
--- a/dev-ruby/activeresource/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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.1.0.ebuild b/dev-ruby/activeresource/activeresource-4.1.0.ebuild
deleted file mode 100644
index 411ccd4f30b..00000000000
--- a/dev-ruby/activeresource/activeresource-4.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22"
-
-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_add_rdepend "=dev-ruby/activesupport-4*:*
-	=dev-ruby/activemodel-4*:*
-	>=dev-ruby/rails-observers-0.1.2: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"
-}

diff --git a/dev-ruby/activeresource/activeresource-5.0.0.ebuild b/dev-ruby/activeresource/activeresource-5.0.0.ebuild
deleted file mode 100644
index b3ed1346a13..00000000000
--- a/dev-ruby/activeresource/activeresource-5.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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://www.rubyonrails.org/"
-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_add_rdepend "=dev-ruby/activesupport-5*:*
-	=dev-ruby/activemodel-5*:*
-	dev-ruby/activemodel-serializers-xml:1.0
-"
-
-ruby_add_bdepend "
-	test? (
-		dev-ruby/bundler
-		dev-ruby/test-unit:2
-		>=dev-ruby/mocha-0.13.0:0.13
-	)"

diff --git a/dev-ruby/activeresource/metadata.xml b/dev-ruby/activeresource/metadata.xml
deleted file mode 100644
index 713953a41b9..00000000000
--- a/dev-ruby/activeresource/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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>
-  <upstream>
-    <remote-id type="github">rails/activeresource</remote-id>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2017-09-23  6:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-23  6:38 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-30  4:30 [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=1506148662.0e1b42f100c7f3d886eb0a1ad7ecfdc5c57adc1a.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