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 2A27D138359 for ; Sun, 9 Aug 2020 09:47:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 926EBE0968; Sun, 9 Aug 2020 09:47:40 +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 7892CE0967 for ; Sun, 9 Aug 2020 09:47:40 +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 54CDE34F4A2 for ; Sun, 9 Aug 2020 09:47:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F09B22F3 for ; Sun, 9 Aug 2020 09:47:37 +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: <1596966448.e4cc4c7e57982ee444c5896bf2009fdd42be8042.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mimemagic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mimemagic/Manifest dev-ruby/mimemagic/mimemagic-0.3.5.ebuild X-VCS-Directories: dev-ruby/mimemagic/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e4cc4c7e57982ee444c5896bf2009fdd42be8042 X-VCS-Branch: master Date: Sun, 9 Aug 2020 09:47:37 +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: 1b6f8814-1203-4bfd-9a39-866e36e0864e X-Archives-Hash: 4074c24123d600151f6a381150467720 commit: e4cc4c7e57982ee444c5896bf2009fdd42be8042 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 9 07:12:41 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 9 09:47:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cc4c7e dev-ruby/mimemagic: add 0.3.5 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/mimemagic/Manifest | 1 + dev-ruby/mimemagic/mimemagic-0.3.5.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest index cb7ee4af715..6055a9810ca 100644 --- a/dev-ruby/mimemagic/Manifest +++ b/dev-ruby/mimemagic/Manifest @@ -1,2 +1,3 @@ DIST mimemagic-0.3.3.gem 402944 BLAKE2B 422dd8bcadb2f04fcad2956339cf66a9b5c256462775be9c222b1be968ebde185e15c1fc0107d495dcad6dde59b7a35910d0139740d96a474ec037ccf181f2cc SHA512 ea62cf519af76324ed62863142422a4b5546927b243a9ac45c37ae0b8bfc97813b2276a1fd898bce470b091b1818190a0dc1637d167233a2e187d78e27bb8b77 DIST mimemagic-0.3.4.gem 410112 BLAKE2B 42838f488bce370f3ea4bf7519f94b64b4e444f04a8758ac19ea1688e003158b000de22274c53451fd471c22de9773b9024f7823ea842e59fe0321301570f0dc SHA512 40b97e523fe96bba28bcc80da02d824c5a3d3be55b0bb1ae1e4eed0337ae8d8e625325adcbfcacd19a2b1ccefbd77b6c3a20af1cf00e03722959ba98659d4281 +DIST mimemagic-0.3.5.gem 410112 BLAKE2B 19b68c246a3a5eb06a56e44c128f8321488c2d81a2d678bce5a31adb4389aca36844f16e8ff842dce9f8552a164c2e2e4547c34d8dd4835d57edd3a9afcff090 SHA512 3140946b3bc3dc33fcd15836c8ee69ca5471e02a063a473ea32993f633883969fec4be4382711aad950cc7e7c5031e9bfb5e0f5fda61c4cd7b4b94546490004e diff --git a/dev-ruby/mimemagic/mimemagic-0.3.5.ebuild b/dev-ruby/mimemagic/mimemagic-0.3.5.ebuild new file mode 100644 index 00000000000..013a57de414 --- /dev/null +++ b/dev-ruby/mimemagic/mimemagic-0.3.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Fast mime detection by extension or content" +HOMEPAGE="https://github.com/minad/mimemagic" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest )" + +all_ruby_prepare() { + # Fix broken test, already fixed upstream + sed -i -e 's/htm html/html htm/' test/mimemagic_test.rb || die +}