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 2A7881396D0 for ; Sun, 27 Aug 2017 06:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B2DB1FC04B; Sun, 27 Aug 2017 06:19:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 19EFB1FC04B for ; Sun, 27 Aug 2017 06:19:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5E20C3418DF for ; Sun, 27 Aug 2017 06:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D28068430 for ; Sun, 27 Aug 2017 06:18:55 +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: <1503814670.eb165ebde5efebf4fb19c5eb9ae6c72c082272a0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionpack-action_caching/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actionpack-action_caching/Manifest dev-ruby/actionpack-action_caching/actionpack-action_caching-1.1.1.ebuild X-VCS-Directories: dev-ruby/actionpack-action_caching/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: eb165ebde5efebf4fb19c5eb9ae6c72c082272a0 X-VCS-Branch: master Date: Sun, 27 Aug 2017 06:18:55 +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: 5d81f50b-1797-4875-a303-738dcd1fa65f X-Archives-Hash: 7a077c4065d0a9e0d72889e384559bdd commit: eb165ebde5efebf4fb19c5eb9ae6c72c082272a0 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 27 06:15:26 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 27 06:17:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb165ebd dev-ruby/actionpack-action_caching: cleanup Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/actionpack-action_caching/Manifest | 1 - .../actionpack-action_caching-1.1.1.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-ruby/actionpack-action_caching/Manifest b/dev-ruby/actionpack-action_caching/Manifest index 740b1ced260..71f53cb55ef 100644 --- a/dev-ruby/actionpack-action_caching/Manifest +++ b/dev-ruby/actionpack-action_caching/Manifest @@ -1,2 +1 @@ -DIST actionpack-action_caching-1.1.1.gem 13312 SHA256 e7715ff3534d124e58fd40ebf6c05708d830fe2c71c2f2643ca060025b00b224 SHA512 6ff988a5f715a8956826bb8941c15eabf9db1b08d223467cfb595c1596c955af86ddebea30a117aeff770092758d1940632acc13583aba9f3fd5793719e70efe WHIRLPOOL b2cca76a39b9fd2d6564f5f0ba96bb7286d13c86e6ddf517dd2c872c1c1573ccf52dadfe0a79433402ca0947c1cd1b68399010fe248f0974eb18935a1d9c45fe DIST actionpack-action_caching-1.2.0.gem 15872 SHA256 260f26061342345fe5f393c839f579cc2945b3af579210188093d62466936037 SHA512 a7bb1b9ba20ef7fb03851122299722fd9a8175ccb1c5dffd21b511cae03749d35feb1653211853c8f8adc65bb79c0efa1e232ce8f977aecac76447e7a4f86f9e WHIRLPOOL e2c866adcee028f4099efbc625423dc8c3d91f3d670bc206f2d4fb468241183c22668d61bea9f15904ee2a70aeda6ab65f8c463961d1867b427a6cdd4b58a1c0 diff --git a/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.1.1.ebuild b/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.1.1.ebuild deleted file mode 100644 index e99548b553e..00000000000 --- a/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem - -DESCRIPTION="Action caching for Action Pack (removed from core in Rails 4.0)" -HOMEPAGE="https://github.com/rails/actionpack-action_caching" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/actionpack-4.0.0:*" - -ruby_add_bdepend "test? ( >=dev-ruby/activerecord-4.0.0 - dev-ruby/mocha )" - -all_ruby_prepare() { - sed -i -e "/bundler/d" Rakefile test/abstract_unit.rb || die - sed -i -e "/git/d" ${PN}.gemspec || die - sed -i -e "2irequire 'mocha/setup'" test/caching_test.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test test/caching_test.rb || die -}