From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 390B41384B4 for ; Sun, 22 Nov 2015 08:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B232C21C024; Sun, 22 Nov 2015 08:29:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B25321C023 for ; Sun, 22 Nov 2015 08:29:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F6AE340875 for ; Sun, 22 Nov 2015 08:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68350E82 for ; Sun, 22 Nov 2015 08:29:48 +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: <1448180975.e0b88929721c9a52fc0ed6f75e3a313ce68d00b7.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/metadata.xml dev-ruby/mime-types-data/mime-types-data-3.2015.1120.ebuild X-VCS-Directories: dev-ruby/mime-types-data/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e0b88929721c9a52fc0ed6f75e3a313ce68d00b7 X-VCS-Branch: master Date: Sun, 22 Nov 2015 08:29:48 +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: f3e0fbc1-8a8e-4812-9efd-a3b0900ea4a8 X-Archives-Hash: f40b766be9583b4205afda74a2a43b1a commit: e0b88929721c9a52fc0ed6f75e3a313ce68d00b7 Author: Hans de Graaff gentoo org> AuthorDate: Sun Nov 22 07:42:21 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Nov 22 08:29:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b88929 dev-ruby/mime-types-data: initial import New dependency for dev-ruby/mime-types Package-Manager: portage-2.2.20.1 dev-ruby/mime-types-data/Manifest | 1 + dev-ruby/mime-types-data/metadata.xml | 8 ++++++++ .../mime-types-data-3.2015.1120.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-ruby/mime-types-data/Manifest b/dev-ruby/mime-types-data/Manifest new file mode 100644 index 0000000..fe42212 --- /dev/null +++ b/dev-ruby/mime-types-data/Manifest @@ -0,0 +1 @@ +DIST mime-types-data-3.2015.1120.gem 100864 SHA256 2cc2d944557aacac49d15709247be3fba2028f65762bf474cea0212e80dfdf11 SHA512 4de8a9590add8b7df9685efcb07e9a86c70f73f67c990278ced0b6616ccc3eb7215c016b70e3d65088b93bc73396706d503bce4b62578cb9ff694906a09e5e62 WHIRLPOOL 0b99c8aff19b71cce6b51bcee17e1d9e1d89c9b83332232090de22106df0a956de021396cf92fdfb6b28e7c4063bbd36d6a03507069a024a4c4e484b5d99d17a diff --git a/dev-ruby/mime-types-data/metadata.xml b/dev-ruby/mime-types-data/metadata.xml new file mode 100644 index 0000000..0cf2f92 --- /dev/null +++ b/dev-ruby/mime-types-data/metadata.xml @@ -0,0 +1,8 @@ + + + + ruby + + mime-types/mime-types-data + + diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2015.1120.ebuild b/dev-ruby/mime-types-data/mime-types-data-3.2015.1120.ebuild new file mode 100644 index 0000000..6504aa7 --- /dev/null +++ b/dev-ruby/mime-types-data/mime-types-data-3.2015.1120.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +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 ~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=""