From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABF431396D2 for ; Sat, 23 Sep 2017 06:38:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB6A1FC1C6; Sat, 23 Sep 2017 06:38:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91BE71FC1C6 for ; Sat, 23 Sep 2017 06:38:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 585E333BEBE for ; Sat, 23 Sep 2017 06:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFBD7907A for ; Sat, 23 Sep 2017 06:38:00 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1506148662.0e1b42f100c7f3d886eb0a1ad7ecfdc5c57adc1a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activeresource/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activeresource/Manifest dev-ruby/activeresource/activeresource-4.1.0.ebuild dev-ruby/activeresource/activeresource-5.0.0.ebuild dev-ruby/activeresource/metadata.xml X-VCS-Directories: dev-ruby/activeresource/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0e1b42f100c7f3d886eb0a1ad7ecfdc5c57adc1a X-VCS-Branch: master Date: Sat, 23 Sep 2017 06:38:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: da160364-cd85-4814-adaf-e5017ca9d71a X-Archives-Hash: bb37be23bb80de467fb7dd38655bfce5 commit: 0e1b42f100c7f3d886eb0a1ad7ecfdc5c57adc1a Author: Hans de Graaff gentoo org> AuthorDate: Sat Sep 23 06:33:17 2017 +0000 Commit: Hans de Graaff gentoo 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 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - rails/activeresource - -