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: Sat, 22 Aug 2015 05:44:58 +0000 (UTC) [thread overview]
Message-ID: <1440222079.8412c86fc010d379fc42753f093a888edfd9af94.graaff@gentoo> (raw)
commit: 8412c86fc010d379fc42753f093a888edfd9af94
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 05:41:19 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 05:41:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8412c86f
dev-ruby/psych: cleanup
Package-Manager: portage-2.2.20.1
dev-ruby/psych/Manifest | 2 --
dev-ruby/psych/psych-2.0.11.ebuild | 40 --------------------------------------
dev-ruby/psych/psych-2.0.12.ebuild | 40 --------------------------------------
3 files changed, 82 deletions(-)
diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index 547cfbe..2fb8ba3 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1,3 +1 @@
-DIST psych-2.0.11.gem 126976 SHA256 9a0f04a59098c7a16495f03d88421bf2edf9067f2a37c4026bb82eb069ef465e SHA512 1162f2294adb1ce5c195b21a6a7e6ff6f5bdaa3690d9a59e6f97eb93f3ea728726f72c4d6dfe462d1c91fe39ca8d70ca570393b71e5389e5f50a2eb7278687b7 WHIRLPOOL 3b4d72d7ab6f97c9e05182d9a48be1348c716e0c75f0143c169fa8064c0e5bb09efc218fe191f7fb1957ca918ae970fb46c46817fbec1583ab8a089be4e5e2c3
-DIST psych-2.0.12.gem 127488 SHA256 879990cb62844898fec506f1aa7012ddb87c55ce8f7bbc89fc607e2ff638aa87 SHA512 8e6d54b390efba0bcb77f04a16e7724311d83e1e6f1e18f01c9fb6cd87971f823c5c4b9c14232b749c04a446ab00a57fe7baa4712a1d43346ee3d72d351fcbe6 WHIRLPOOL 20864a8d1f6512548c33aab8979087ec9596b3a162f22ca64932d2bfa91ddb78e89b35c36462e7c5b1674ac36c1fdd0c210b91ae3ff40108af0e9d4c2ee26996
DIST psych-2.0.13.gem 127488 SHA256 731e44df80f1fbe28b7d753830b138f2100c7cb9ff52137a061c151af474fdb5 SHA512 d2b54408c3860f7260022d091fbeb8daeec1a206ba5e99c8f2677f68112c24f4bad85c37244b6f6e6efd55e429499f6750b29102aa1c1c79ba1da4963690b9e9 WHIRLPOOL 6f6eb86dbcea7b867778ebf19593521e01f75b0f61325704d921bfc9de570f90d6a52c63cada8c5d41b495dc5b31900d757efe820acbd9d32a259048b31221e6
diff --git a/dev-ruby/psych/psych-2.0.11.ebuild b/dev-ruby/psych/psych-2.0.11.ebuild
deleted file mode 100644
index c33c1e6..0000000
--- a/dev-ruby/psych/psych-2.0.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A libyaml wrapper for Ruby"
-HOMEPAGE="https://github.com/tenderlove/psych"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND+=" >=dev-libs/libyaml-0.1.6"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-4.0:0 )"
-
-all_ruby_prepare() {
- sed -i -e '1igem "minitest", "~>4.0"' test/psych/helper.rb || 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
-}
diff --git a/dev-ruby/psych/psych-2.0.12.ebuild b/dev-ruby/psych/psych-2.0.12.ebuild
deleted file mode 100644
index c33c1e6..0000000
--- a/dev-ruby/psych/psych-2.0.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A libyaml wrapper for Ruby"
-HOMEPAGE="https://github.com/tenderlove/psych"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND+=" >=dev-libs/libyaml-0.1.6"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-4.0:0 )"
-
-all_ruby_prepare() {
- sed -i -e '1igem "minitest", "~>4.0"' test/psych/helper.rb || 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
-}
next reply other threads:[~2015-08-22 5:45 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-22 5:44 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-17 8:01 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/ 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-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
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=1440222079.8412c86fc010d379fc42753f093a888edfd9af94.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