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 7B8A6138334 for ; Mon, 13 May 2019 16:51:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D38DE0837; Mon, 13 May 2019 16:51:46 +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 3D30DE0839 for ; Mon, 13 May 2019 16:51:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BACDF344234 for ; Mon, 13 May 2019 16:51:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DA785E6 for ; Mon, 13 May 2019 16:51:43 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1557766189.2d7575482eb4d7baf4e414286115d46c85669fc3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/d3_rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/d3_rails/Manifest dev-ruby/d3_rails/d3_rails-3.5.17.ebuild X-VCS-Directories: dev-ruby/d3_rails/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2d7575482eb4d7baf4e414286115d46c85669fc3 X-VCS-Branch: master Date: Mon, 13 May 2019 16:51:43 +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: b784d6b3-9c6c-4abe-877c-abad8c0fb7b3 X-Archives-Hash: 5a1555cd66db473533a9b7301ef2c3de commit: 2d7575482eb4d7baf4e414286115d46c85669fc3 Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 13 16:49:49 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 13 16:49:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d757548 dev-ruby/d3_rails: remove last rited slot Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/d3_rails/Manifest | 1 - dev-ruby/d3_rails/d3_rails-3.5.17.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-ruby/d3_rails/Manifest b/dev-ruby/d3_rails/Manifest index a055f1388b8..7230ff36857 100644 --- a/dev-ruby/d3_rails/Manifest +++ b/dev-ruby/d3_rails/Manifest @@ -1,2 +1 @@ -DIST d3_rails-3.5.17.gem 134656 BLAKE2B e5b770e718fef53cbe6b7c56aef6c566ccc8ac5cb87f119a6a43b1c02659f60e80b93fd1f352c25a1d4e2ab3e441ebf48847b7cf5eb7f4777ccdd386bce5b44c SHA512 08e59d1615477c92441c9b04239451d184663d0abe9b3340c3f0ae02d2b9eadbec03f6b12ec08407c644d89fbb25c50eb1bddc52d87c77bd4b476fab1461c882 DIST d3_rails-4.1.1.gem 134656 BLAKE2B 7890c080fbf9c274a843ec49bf75eb33c29e9aced1a56c3251d46c89148fe03a055c8a14b02123b89f06bb54492d0ecfcdcec12e0d21506e8974bfa43662ba09 SHA512 3ca04e9827a7d9df92b377fbfb354b0802bf408495e3220773fcdb782c9de8dbb3421442ca2c250fc787223ca1e489edb26472fdc7c86dc70ebab3b8c2035572 diff --git a/dev-ruby/d3_rails/d3_rails-3.5.17.ebuild b/dev-ruby/d3_rails/d3_rails-3.5.17.ebuild deleted file mode 100644 index c261de263b7..00000000000 --- a/dev-ruby/d3_rails/d3_rails-3.5.17.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="none" -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_EXTRAINSTALL="app" - -inherit ruby-fakegem - -DESCRIPTION="Ruby on Rails integration for the Javascript Data Visualization Framework, D3" -HOMEPAGE="https://github.com/logical42/d3_rails" - -LICENSE="MIT BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/railties-3.1:*"