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 37D5C138334 for ; Tue, 15 Oct 2019 17:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 169CEE0855; Tue, 15 Oct 2019 17:20:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E461FE0855 for ; Tue, 15 Oct 2019 17:20:21 +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 3865C34BE0D for ; Tue, 15 Oct 2019 17:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D21E22A5 for ; Tue, 15 Oct 2019 17:20:00 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1571160002.2b47806a2515e76c7c3ca9e110bb355d15b40a80.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faker/faker-1.9.6.ebuild X-VCS-Directories: dev-ruby/faker/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 2b47806a2515e76c7c3ca9e110bb355d15b40a80 X-VCS-Branch: master Date: Tue, 15 Oct 2019 17:20:00 +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: 5324ccfb-538b-4250-9be6-c136ed739257 X-Archives-Hash: 4bfb0beaa2960298b35e43cf0137fbbf commit: 2b47806a2515e76c7c3ca9e110bb355d15b40a80 Author: Rick Farina gentoo org> AuthorDate: Tue Oct 15 17:19:08 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Oct 15 17:20:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b47806a dev-ruby/faker: drop old Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Rick Farina gentoo.org> dev-ruby/faker/faker-1.9.6.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-ruby/faker/faker-1.9.6.ebuild b/dev-ruby/faker/faker-1.9.6.ebuild deleted file mode 100644 index 7bc73ab6971..00000000000 --- a/dev-ruby/faker/faker-1.9.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="none" - -RUBY_FAKEGEM_GEMSPEC="faker.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A library for generating fake data such as names, addresses, and phone numbers" -HOMEPAGE="https://github.com/stympy/faker" -SRC_URI="https://github.com/stympy/faker/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" - -ruby_add_rdepend ">=dev-ruby/i18n-0.7:*" - -ruby_add_bdepend "test? ( dev-ruby/timecop )" - -all_ruby_prepare() { - sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die -}