public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_mime/
Date: Sat,  5 Aug 2017 06:14:02 +0000 (UTC)	[thread overview]
Message-ID: <1501913274.42f7fd3ea9714956d5d2294d3b8494574bd2ffc1.graaff@gentoo> (raw)

commit:     42f7fd3ea9714956d5d2294d3b8494574bd2ffc1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 06:07:54 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 06:07:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f7fd3e

dev-ruby/mini_mime: initial import of 0.1.3

New dependency for dev-ruby/capybara

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/mini_mime/Manifest               |  1 +
 dev-ruby/mini_mime/metadata.xml           | 11 +++++++++++
 dev-ruby/mini_mime/mini_mime-0.1.3.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/mini_mime/Manifest b/dev-ruby/mini_mime/Manifest
new file mode 100644
index 00000000000..6923168b476
--- /dev/null
+++ b/dev-ruby/mini_mime/Manifest
@@ -0,0 +1 @@
+DIST mini_mime-0.1.3.tar.gz 30971 SHA256 2c936a7b1b6283a6641b9152c5e1b813dfee5ba4f5d35dea7a837d03537ab900 SHA512 3025f79b1a35d8695efd136ecc7cfea1f27f252734188a34e79b3d56780703b4bed115ce511326987bd08a76011394a6a5804355b2647add40581f2f805a923b WHIRLPOOL e37c7e5a250b2b8fee45adb36dcbe7263344257a126774519f4995d5588301e5beb4c858ca80c1111cb056f69ee40c0366f60c7f6e5d88cf0bacaf864a43f946

diff --git a/dev-ruby/mini_mime/metadata.xml b/dev-ruby/mini_mime/metadata.xml
new file mode 100644
index 00000000000..4aa48c66cfd
--- /dev/null
+++ b/dev-ruby/mini_mime/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">discourse/mini_mime</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/mini_mime/mini_mime-0.1.3.ebuild b/dev-ruby/mini_mime/mini_mime-0.1.3.ebuild
new file mode 100644
index 00000000000..c4335096ed6
--- /dev/null
+++ b/dev-ruby/mini_mime/mini_mime-0.1.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="mini_mime.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A lightweight mime type lookup toy"
+HOMEPAGE="https://github.com/discourse/mini_mime"
+SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+all_ruby_prepare() {
+	sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}


             reply	other threads:[~2017-08-05  6:14 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-05  6:14 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-12  5:14 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_mime/ Hans de Graaff
2017-11-01  5:24 Hans de Graaff
2017-11-02 22:52 Sergei Trofimovich
2017-11-08  6:37 Hans de Graaff
2017-11-09  7:38 Sergei Trofimovich
2017-11-10  6:57 Hans de Graaff
2017-11-19 19:51 Thomas Deutschmann
2017-12-19 18:44 Fabian Groffen
2017-12-22  5:20 Markus Meier
2017-12-24  8:49 Markus Meier
2017-12-25 11:42 Markus Meier
2018-01-14  8:24 Hans de Graaff
2018-01-14  8:24 Hans de Graaff
2018-01-14  8:24 Hans de Graaff
2018-01-14  8:24 Hans de Graaff
2018-12-11  8:54 Hans de Graaff
2019-01-21  6:49 Hans de Graaff
2019-07-09  5:01 Hans de Graaff
2019-07-09  5:01 Hans de Graaff
2019-11-03  7:46 Hans de Graaff
2020-01-27  6:40 Hans de Graaff
2020-04-21 21:06 Sergei Trofimovich
2020-05-05 10:01 Hans de Graaff
2020-05-31  8:09 Hans de Graaff
2020-08-08  8:07 Hans de Graaff
2021-01-26 15:52 Hans de Graaff
2021-03-26  7:04 Hans de Graaff
2021-03-26  7:04 Hans de Graaff
2021-04-10  6:17 Hans de Graaff
2021-08-24  5:59 Hans de Graaff
2021-08-24  5:59 Hans de Graaff
2021-09-07 21:28 Marek Szuba
2021-10-11  5:34 Hans de Graaff
2021-10-11  5:34 Hans de Graaff
2022-03-16  6:41 Hans de Graaff
2022-05-01  8:38 Hans de Graaff
2023-03-26  7:19 Hans de Graaff
2023-03-26  7:19 Hans de Graaff
2023-08-09  4:38 Hans de Graaff
2023-10-29  8:26 Hans de Graaff
2023-12-08 14:24 Arthur Zamarin
2023-12-27 19:41 Hans de Graaff
2023-12-27 19:41 Hans de Graaff
2024-07-21 12:42 Sam James
2024-07-21 12:55 Jakov Smolić
2024-07-21 13:22 Sam James
2024-07-21 13:22 Sam James
2024-07-21 13:22 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501913274.42f7fd3ea9714956d5d2294d3b8494574bd2ffc1.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox