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 605B61382C5 for ; Sat, 3 Feb 2018 18:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B00E9E0B18; Sat, 3 Feb 2018 18:22:32 +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 8923FE0B09 for ; Sat, 3 Feb 2018 18:22:32 +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 6CD04335C74 for ; Sat, 3 Feb 2018 18:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A8FA1E2 for ; Sat, 3 Feb 2018 18:22:28 +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: <1517682087.8c7930dd11b4d85cf3e05d4aa2aad7fcc5d4d779.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/font-awesome-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/font-awesome-rails/Manifest dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.2.ebuild X-VCS-Directories: dev-ruby/font-awesome-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8c7930dd11b4d85cf3e05d4aa2aad7fcc5d4d779 X-VCS-Branch: master Date: Sat, 3 Feb 2018 18:22:28 +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-Archives-Salt: 37010e50-c707-4175-a792-77c2cb81427b X-Archives-Hash: 803d1a121468973b34eab1d74f4b7501 commit: 8c7930dd11b4d85cf3e05d4aa2aad7fcc5d4d779 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 3 11:41:40 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 3 18:21:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7930dd dev-ruby/font-awesome-rails: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/font-awesome-rails/Manifest | 1 - .../font-awesome-rails-4.7.0.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-ruby/font-awesome-rails/Manifest b/dev-ruby/font-awesome-rails/Manifest index 47c334d61ef..7d9f7f52eb9 100644 --- a/dev-ruby/font-awesome-rails/Manifest +++ b/dev-ruby/font-awesome-rails/Manifest @@ -1,2 +1 @@ -DIST font-awesome-rails-4.7.0.2.gem 637952 BLAKE2B 988919646a931d3e3cb1b34ca070ced68e1a1a83015d2d8312a0b23a5810b9f642465d31b2f5154cea2d73a36980306353db0c3a929f518c0904fb88b2bcc1cb SHA512 8a6f9663c775bf44764086c85582158c00f9e0a0ac023d9247b62bd79d2864954efbf4235251a2e97dc5981f48581b520dc4323739e748da62916c21311f048e DIST font-awesome-rails-4.7.0.3.gem 637952 BLAKE2B 783a7dd495f12da569924f32a381a6a3767b06372c240f69b1f94a3569ddcc7ca239c729a7dcdcfb9af4e8f3c73c6c74ff134ba590ad9aa7e060b6bffaeb3d09 SHA512 b4d9c45dcc6b3ffa1175fa2a2d2727e50944c62af70798fef70645749a2a957300a8aa9011f8e1a8cc0471e0880db352390917f118890538d8408b2965b817aa diff --git a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.2.ebuild b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.2.ebuild deleted file mode 100644 index bc6ca64d6ac..00000000000 --- a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Font-awesome for the asset pipeline" -HOMEPAGE="https://github.com/bokmann/font-awesome-rails https://rubygems.org/gems/font-awesome-rails" - -LICENSE="MIT OFL" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend "=dev-ruby/railties-3.2:*"