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 4A645138334 for ; Mon, 1 Apr 2019 05:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F68FE08A2; Mon, 1 Apr 2019 05:54:33 +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 D9D3EE08A2 for ; Mon, 1 Apr 2019 05:54: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 BE05B335CF3 for ; Mon, 1 Apr 2019 05:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36DC3326 for ; Mon, 1 Apr 2019 05:54:29 +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: <1554097421.187f6ddd4544b09f5d15a0aa3575d8ebc512eac2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mime-types-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mime-types-data/Manifest dev-ruby/mime-types-data/mime-types-data-3.2016.0521.ebuild X-VCS-Directories: dev-ruby/mime-types-data/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 187f6ddd4544b09f5d15a0aa3575d8ebc512eac2 X-VCS-Branch: master Date: Mon, 1 Apr 2019 05:54:29 +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: f497d2d0-1807-452b-a890-abd9fef97d79 X-Archives-Hash: 777cc150b8a496fd8aa039e80b0d1581 commit: 187f6ddd4544b09f5d15a0aa3575d8ebc512eac2 Author: Hans de Graaff gentoo org> AuthorDate: Mon Apr 1 05:43:41 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Apr 1 05:43:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187f6ddd dev-ruby/mime-types-data: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/mime-types-data/Manifest | 1 - .../mime-types-data-3.2016.0521.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ruby/mime-types-data/Manifest b/dev-ruby/mime-types-data/Manifest index 83f75c4c174..b87b80092a7 100644 --- a/dev-ruby/mime-types-data/Manifest +++ b/dev-ruby/mime-types-data/Manifest @@ -1,2 +1 @@ -DIST mime-types-data-3.2016.0521.gem 101888 BLAKE2B 7711f4154936c200d678c8a94f2bdff8a2fc2a9abb54918563d4c9018c77330f94d4f6b3eb5a64acf7a85c7a27dcc41ba14f1d9e8cb5dcb238b7a1b6b9e70655 SHA512 3eb23e446f25a1b058408bec4f4867177ce42f579d188e3f8f1f31d8268e6566309e7439cdcafec214e54e3b22b7c29896c859bac26556b5573fc149eefeebc5 DIST mime-types-data-3.2018.0812.gem 157184 BLAKE2B b43b7bd6200182c402fe74f9a3f8cb1bc39a643b1de098ec6427ec66e62b6f28732032f4d6305f1ff267a61f60a12d759950b1a8f25c396bb2a7a6acc27b88f5 SHA512 8c60151f044a03dbb28da231994e4d5e1961839774791ac9caf3332353000c7ab12671960f791a03417b4236b9b6c9f690a5d228b7c5ec0d2a19b1a8e59eadb1 diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2016.0521.ebuild b/dev-ruby/mime-types-data/mime-types-data-3.2016.0521.ebuild deleted file mode 100644 index 89f56f05d00..00000000000 --- a/dev-ruby/mime-types-data/mime-types-data-3.2016.0521.ebuild +++ /dev/null @@ -1,21 +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 ruby25" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="History.md README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="Registry for information about MIME media type definitions" -HOMEPAGE="https://github.com/mime-types/mime-types-data" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE=""