commit:     a337092d3720e53112513dfbedb97fb59a249da5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 06:51:38 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 06:51:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a337092d

dev-ruby/dalli: remove masked version

Package-Manager: portage-2.3.3

 dev-ruby/dalli/Manifest           |  1 -
 dev-ruby/dalli/dalli-2.7.4.ebuild | 40 ---------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 296f8c0..3b0f779 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1,2 +1 @@
-DIST dalli-2.7.4.gem 47616 SHA256 
acdf155946cda8eb55edb9af7c44888dc8b726930f157729ffa67f5bc2fc8a7b SHA512 
2bd1efeb245177f15feb02fdf40ef1d2bf0cb820a2a881ef810b3d30aa837ad53dc755c5ce8b95de689c27ec83d93e85501d9b5b1e57c8bf0c6eeff8bd42a78f
 WHIRLPOOL 
7866f0500ad2c28d8cae0a8802376474ccc31696d4e5871b1802fdcd6b4f49fdf822bf789458962e7b17a2d05ff3a114d6a8de15919efc6f218ff55a56f0a002
 DIST dalli-2.7.6.tar.gz 48481 SHA256 
cb6aada5e4d4e058cfe84ba2d4adcb9bdf5717927f25da07351fced690f8a927 SHA512 
ee2270e719f6ff108654d20dfc560cdc6067808c211ae75304f5ca3f7772561b25a699fddb051e42db744bb202228bdbb904171faf5e1804f1f2bed4341bc258
 WHIRLPOOL 
a3587ce71b8831a6d8a5b75ce959221244e3cd486d316a9d69dd18a6acf033d4b4c0f1e955606b4313f9452ed9c6244c74ebce9c1636b7be8d3be4645d40ecad

diff --git a/dev-ruby/dalli/dalli-2.7.4.ebuild 
b/dev-ruby/dalli/dalli-2.7.4.ebuild
deleted file mode 100644
index 392b834..00000000
--- a/dev-ruby/dalli/dalli-2.7.4.ebuild
+++ /dev/null
@@ -1,40 +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_TEST="test"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
-HOMEPAGE="https://github.com/mperham/dalli";
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"
-
-ruby_add_bdepend "test? (
-               >=dev-ruby/minitest-4.2.0
-               >=dev-ruby/mocha-0.13
-               >=dev-ruby/activesupport-4.1 )"
-
-all_ruby_prepare() {
-       chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-       sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
-
-       sed -i -e '1igem "minitest", "~> 5.0"' test/helper.rb || die
-
-       # Drop rails dependency which is only used to display the version
-       # number, so we only need to depend on activesupport and avoid
-       # complicated circular dependencies.
-       sed -i -e '/rails/I s:^:#:' test/helper.rb || die
-}

Reply via email to