commit: 871e7a8024aacdaf3e160c02b77e549ab8889aee
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 06:22:22 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 21 06:25:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871e7a80
dev-ruby/activejob: cleanup
Package-Manager: portage-2.2.28
dev-ruby/activejob/Manifest | 2 --
dev-ruby/activejob/activejob-4.2.5.1.ebuild | 44 -----------------------------
dev-ruby/activejob/activejob-4.2.5.2.ebuild | 44 -----------------------------
3 files changed, 90 deletions(-)
diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest
index c227ce7..e859bbe 100644
--- a/dev-ruby/activejob/Manifest
+++ b/dev-ruby/activejob/Manifest
@@ -1,3 +1 @@
-DIST rails-4.2.5.1.tgz 4175926 SHA256
713da4f88244101457b4de5d08007f4b373cb43c3982d72de70bb5c5145afb46 SHA512
3c74d825f35a71dd80a0e1d3959cc6d9e52da0f2eb43bfb869da22a8117ba4f66df1de183851b7cd9e3c2cc8a0b5a8ae4e6902d3b43afd52ccdd20470b49801d
WHIRLPOOL
dfb4f925468cfbadd73fd54eb146e377df8e4d67aa094076dd928c616d6cfddb9084cee2adb220490df0c34627a99b150118bc7827b2ca5f6d0751611993b53f
-DIST rails-4.2.5.2.tgz 4174380 SHA256
c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f SHA512
f2dc1b86c296c9b3862d050a6471f4c529bb246cee6a18106e3e48f588d6a5d665529c95ab94c7d8a9197bf247869805ef908d1255e67641e2cc906e15dcd2e3
WHIRLPOOL
4d933582683d2838fee5d042c1e783afb790a0197b3470969ead3eb79f263cc4862b51bfb30e6a14552473813a8dca237c7241c78f4cc8279c267ba692cbf5d6
DIST rails-4.2.6.tgz 4179056 SHA256
68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512
040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0
WHIRLPOOL
1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe
diff --git a/dev-ruby/activejob/activejob-4.2.5.1.ebuild
b/dev-ruby/activejob/activejob-4.2.5.1.ebuild
deleted file mode 100644
index c42f4f3..0000000
--- a/dev-ruby/activejob/activejob-4.2.5.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Job framework with pluggable queues"
-HOMEPAGE="https://github.com/rails/rails"
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz ->
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
- ~dev-ruby/activesupport-${PV}
- >=dev-ruby/globalid-0.3.0
-"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/mocha-0.14.0:0.14
- )"
-
-all_ruby_prepare() {
- # Set test environment to our hand.
- sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load
paths"
-
- # Remove all currently unpackaged queues.
- sed -i -e 's/delayed_job qu que queue_classic resque sidekiq sneakers
sucker_punch backburner//' Rakefile || die
-}
diff --git a/dev-ruby/activejob/activejob-4.2.5.2.ebuild
b/dev-ruby/activejob/activejob-4.2.5.2.ebuild
deleted file mode 100644
index c42f4f3..0000000
--- a/dev-ruby/activejob/activejob-4.2.5.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Job framework with pluggable queues"
-HOMEPAGE="https://github.com/rails/rails"
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz ->
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
- ~dev-ruby/activesupport-${PV}
- >=dev-ruby/globalid-0.3.0
-"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/mocha-0.14.0:0.14
- )"
-
-all_ruby_prepare() {
- # Set test environment to our hand.
- sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load
paths"
-
- # Remove all currently unpackaged queues.
- sed -i -e 's/delayed_job qu que queue_classic resque sidekiq sneakers
sucker_punch backburner//' Rakefile || die
-}