commit:     90cf3a502b539811f5884bddba73d79760e7d455
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 04:42:56 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 05:45:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cf3a50

dev-ruby/memcache-client: cleanup

Package-Manager: portage-2.2.28

 .../memcache-client-1.8.5-r1.ebuild                | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/dev-ruby/memcache-client/memcache-client-1.8.5-r1.ebuild 
b/dev-ruby/memcache-client/memcache-client-1.8.5-r1.ebuild
deleted file mode 100644
index 53ff8bf..0000000
--- a/dev-ruby/memcache-client/memcache-client-1.8.5-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="FAQ.rdoc History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby library for accessing memcached"
-HOMEPAGE="https://github.com/mperham/memcache-client";
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/flexmock )"
-
-all_ruby_prepare() {
-       # Remove tests that require a running memcache deamon.
-       rm test/test_benchmark.rb || die "Unable to remove performance tests."
-
-       # Fix silly JRuby test issue:
-       # https://github.com/mperham/memcache-client/issues/issue/14
-       sed -i -e '558s/e.message/e.message.downcase/' test/test_mem_cache.rb 
|| die die "Could not fix JRuby issue."
-
-       # Fix rake deprecation.
-       sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
-}
-
-each_ruby_test() {
-       ${RUBY} -Ilib -r test/unit test/test_mem_cache.rb || die "Tests failed."
-}

Reply via email to