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 147AD138334 for ; Wed, 20 Feb 2019 19:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 108EBE0937; Wed, 20 Feb 2019 19:08:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D9F30E0937 for ; Wed, 20 Feb 2019 19:08:07 +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 763DC335D1D for ; Wed, 20 Feb 2019 19:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2128B546 for ; Wed, 20 Feb 2019 19:08:04 +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: <1550689248.421b6f76ae6ec0d07fce40419ac4becb70536bb5.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dalli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/dalli/dalli-2.7.8.ebuild X-VCS-Directories: dev-ruby/dalli/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 421b6f76ae6ec0d07fce40419ac4becb70536bb5 X-VCS-Branch: master Date: Wed, 20 Feb 2019 19:08:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 576fb361-5f09-479e-ab41-3d89ac318745 X-Archives-Hash: e9fde5f863ea4362db08a6d943cd746a commit: 421b6f76ae6ec0d07fce40419ac4becb70536bb5 Author: Hans de Graaff gentoo org> AuthorDate: Wed Feb 20 19:00:48 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Feb 20 19:00:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421b6f76 dev-ruby/dalli: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/dalli/dalli-2.7.8.ebuild | 46 --------------------------------------- 1 file changed, 46 deletions(-) diff --git a/dev-ruby/dalli/dalli-2.7.8.ebuild b/dev-ruby/dalli/dalli-2.7.8.ebuild deleted file mode 100644 index a27b3d859ab..00000000000 --- a/dev-ruby/dalli/dalli-2.7.8.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A high performance pure Ruby client for accessing memcached servers" -HOMEPAGE="https://github.com/petergoldstein/dalli" -SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )" - -ruby_add_bdepend "test? ( - dev-ruby/minitest:5 - >=dev-ruby/mocha-0.13 - dev-ruby/rack - >=dev-ruby/activesupport-4.2 5.0"; gem "activesupport", "< 5.2"' \ - -e '/bundler/ s:^:#:' 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:^:#:' \ - -e '14irequire "active_support"' test/helper.rb || die -}