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/psych/
Date: Tue, 18 Dec 2018 05:58:31 +0000 (UTC)	[thread overview]
Message-ID: <1545111977.fbdc6f84b5713527927bc5a01eecb85a824b6bc3.graaff@gentoo> (raw)

commit:     fbdc6f84b5713527927bc5a01eecb85a824b6bc3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 05:46:17 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 05:46:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbdc6f84

dev-ruby/psych: add 3.1.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/psych/Manifest           |  1 +
 dev-ruby/psych/psych-3.1.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index d4e2f176815..fa99e0526fa 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1,2 +1,3 @@
 DIST psych-2.2.4.tar.gz 133451 BLAKE2B 665a234b88ff9b5f2dcd6ddc0fb249e2af6a2594b1e3817e68fa47d58556f211568b61d416be3afc91a1cd40237530bd0751d52d49a63ccccf2ff196d7ec4faf SHA512 f56b0e68ba2c6884eaf645f4784dfe56667b8527def29bcd2a36e9f47e11acbdd4a0bb7025988b28cca1413f9f15524ef9fbe61efef3ff295cce4733d3143894
 DIST psych-3.0.3.tar.gz 133778 BLAKE2B c28ba4ca2fa8b042bd8f13294330c7704401d861ff082fc2b97c59b7f5ab29001a44184992eadd78fa125ec14ca71c9e79c5e71bafe46471643ed0fd62180165 SHA512 cc2289dcdcaa7f812d03580bd05894fb66c7c3c161535c8f17f790a6a9c35c5623462102276f63c54b884a82d86359b3e0f455b2427db3b6987ac5d71010c8b4
+DIST psych-3.1.0.tar.gz 137194 BLAKE2B ab2678d44ee0824ac64cffd03f7d3e204c1c097c27f6aefe5701f663fc4e6f8adfc898f3c666c1485e6719b2902d284e8191c72cc4b35cec0982e31188b3319b SHA512 c2919840462502bca6c1619409005f3904816048caa08f9637ff6e306542afc566bb3f873e615581d9d6fcb6ace8a30c080a21523714c18d8e639d70026ed153

diff --git a/dev-ruby/psych/psych-3.1.0.ebuild b/dev-ruby/psych/psych-3.1.0.ebuild
new file mode 100644
index 00000000000..bfc8c27d3a1
--- /dev/null
+++ b/dev-ruby/psych/psych-3.1.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A libyaml wrapper for Ruby"
+HOMEPAGE="https://github.com/tenderlove/psych"
+SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+=" >=dev-libs/libyaml-0.2.1"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+	sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
+
+	sed -i -e 's/require_relative/require/ ; s:lib/psych/versions:./lib/psych/versions:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_configure() {
+	${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext/${PN}
+	cp ext/${PN}/${PN}$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:test/${PN}:. -e "Dir['test/psych/**/test_*.rb'].each {|f| require f}" || die
+}


             reply	other threads:[~2018-12-18  5:58 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-18  5:58 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-12  6:19 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/ Hans de Graaff
2025-07-17  8:01 Hans de Graaff
2025-07-13  9:45 Sam James
2025-05-12 18:49 Hans de Graaff
2025-05-10  4:32 Hans de Graaff
2025-05-02 15:39 Hans de Graaff
2025-05-02 15:39 Hans de Graaff
2025-04-23 15:52 Sam James
2025-04-22  0:36 Sam James
2025-04-21 16:15 Arthur Zamarin
2025-04-21  4:31 Sam James
2025-04-20  7:40 Sam James
2025-04-20  7:40 Sam James
2025-01-18  6:17 Hans de Graaff
2024-12-18  6:29 Hans de Graaff
2024-12-03 14:03 Hans de Graaff
2024-12-03 14:03 Hans de Graaff
2024-11-07  7:22 Hans de Graaff
2024-10-15 12:47 Arthur Zamarin
2024-10-10 12:20 Arthur Zamarin
2024-10-09  0:06 Jakov Smolić
2024-10-08 20:10 Arthur Zamarin
2024-10-08 19:25 Sam James
2024-10-06  7:52 Sam James
2024-10-06  7:52 Sam James
2024-10-06  7:40 Hans de Graaff
2024-07-17  4:38 Viorel Munteanu
2023-12-21  6:48 Hans de Graaff
2023-12-10  7:47 Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2023-07-11  4:37 Hans de Graaff
2023-05-14  8:31 Sam James
2023-04-10 12:57 Arthur Zamarin
2023-04-10 10:18 Sam James
2023-04-10 10:18 Sam James
2023-04-10 10:17 Sam James
2023-04-10 10:17 Sam James
2023-04-10 10:17 Sam James
2023-04-10 10:17 Sam James
2023-04-10 10:17 Sam James
2023-03-04 10:25 Hans de Graaff
2023-02-10  7:45 Hans de Graaff
2023-01-22  8:30 Hans de Graaff
2022-12-18 10:53 Sam James
2022-12-18 10:53 Sam James
2022-12-18  9:27 Sam James
2022-12-18  9:27 Sam James
2022-12-11 20:43 Arthur Zamarin
2022-12-11 13:58 Sam James
2022-12-11 12:53 Sam James
2022-12-11  9:06 Hans de Graaff
2022-12-11  6:27 Hans de Graaff
2022-10-01  7:06 Hans de Graaff
2022-09-07  6:09 Hans de Graaff
2022-05-17  5:32 Hans de Graaff
2022-03-12  7:21 Hans de Graaff
2022-03-12  7:21 Hans de Graaff
2019-11-09  6:28 Hans de Graaff
2019-04-10 17:27 Hans de Graaff
2019-01-28  6:57 Hans de Graaff
2018-12-18  5:58 Hans de Graaff
2018-10-20  5:18 Hans de Graaff
2018-03-15 21:24 Sergei Trofimovich
2018-03-15 21:24 Sergei Trofimovich
2018-03-15 21:24 Sergei Trofimovich
2018-02-08  6:25 Hans de Graaff
2017-12-21  5:39 Hans de Graaff
2017-12-17  5:57 Hans de Graaff
2017-07-18  6:45 Hans de Graaff
2017-03-07  6:01 Hans de Graaff
2017-03-07  6:01 Hans de Graaff
2016-12-26  5:52 Hans de Graaff
2016-12-11  6:40 Hans de Graaff
2016-12-11  6:33 Hans de Graaff
2016-11-14  6:39 Hans de Graaff
2016-09-08  4:50 Hans de Graaff
2016-09-08  4:50 Hans de Graaff
2016-09-07  4:48 Hans de Graaff
2016-06-26  5:38 Hans de Graaff
2016-03-06 21:09 Hans de Graaff
2016-03-06 21:09 Hans de Graaff
2015-12-23 21:22 Manuel Rüger
2015-12-09  6:00 Hans de Graaff
2015-12-09  6:00 Hans de Graaff
2015-08-22  5:44 Hans de Graaff
2015-08-22  5:44 Hans de Graaff

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=1545111977.fbdc6f84b5713527927bc5a01eecb85a824b6bc3.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