Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/psych/
Date: Mon, 03 Feb 2020 06:36:46
Message-Id: 1580711784.d75b065b388b3afea860aa97894cae282720f181.mgorny@gentoo
1 commit: d75b065b388b3afea860aa97894cae282720f181
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 06:18:48 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 06:36:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75b065b
7
8 dev-ruby/psych: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/703950
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-ruby/psych/Manifest | 1 -
14 dev-ruby/psych/metadata.xml | 11 ----------
15 dev-ruby/psych/psych-3.1.0.ebuild | 46 ---------------------------------------
16 profiles/package.mask | 8 -------
17 4 files changed, 66 deletions(-)
18
19 diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
20 deleted file mode 100644
21 index 025e66c9816..00000000000
22 --- a/dev-ruby/psych/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST psych-3.1.0.tar.gz 137194 BLAKE2B ab2678d44ee0824ac64cffd03f7d3e204c1c097c27f6aefe5701f663fc4e6f8adfc898f3c666c1485e6719b2902d284e8191c72cc4b35cec0982e31188b3319b SHA512 c2919840462502bca6c1619409005f3904816048caa08f9637ff6e306542afc566bb3f873e615581d9d6fcb6ace8a30c080a21523714c18d8e639d70026ed153
26
27 diff --git a/dev-ruby/psych/metadata.xml b/dev-ruby/psych/metadata.xml
28 deleted file mode 100644
29 index 3b82d191515..00000000000
30 --- a/dev-ruby/psych/metadata.xml
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>ruby@g.o</email>
38 - <name>Gentoo Ruby Project</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="github">tenderlove/psych</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/dev-ruby/psych/psych-3.1.0.ebuild b/dev-ruby/psych/psych-3.1.0.ebuild
46 deleted file mode 100644
47 index ea60d8cf5d0..00000000000
48 --- a/dev-ruby/psych/psych-3.1.0.ebuild
49 +++ /dev/null
50 @@ -1,46 +0,0 @@
51 -# Copyright 1999-2019 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=6
55 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
56 -
57 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
58 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
59 -
60 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
61 -
62 -RUBY_FAKEGEM_BINWRAP=""
63 -
64 -inherit multilib ruby-fakegem
65 -
66 -DESCRIPTION="A libyaml wrapper for Ruby"
67 -HOMEPAGE="https://github.com/tenderlove/psych"
68 -SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> ${P}.tar.gz"
69 -
70 -LICENSE="MIT"
71 -SLOT="0"
72 -KEYWORDS="~amd64 ~ppc64 ~x86"
73 -IUSE=""
74 -
75 -DEPEND+=" >=dev-libs/libyaml-0.2.1"
76 -
77 -ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
78 -
79 -all_ruby_prepare() {
80 - sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
81 -
82 - sed -i -e 's/require_relative/require/ ; s:lib/psych/versions:./lib/psych/versions:' ${RUBY_FAKEGEM_GEMSPEC} || die
83 -}
84 -
85 -each_ruby_configure() {
86 - ${RUBY} -Cext/${PN} extconf.rb || die
87 -}
88 -
89 -each_ruby_compile() {
90 - emake V=1 -Cext/${PN}
91 - cp ext/${PN}/${PN}$(get_modname) lib/ || die
92 -}
93 -
94 -each_ruby_test() {
95 - ${RUBY} -Ilib:test:test/${PN}:. -e "Dir['test/psych/**/test_*.rb'].each {|f| require f}" || die
96 -}
97
98 diff --git a/profiles/package.mask b/profiles/package.mask
99 index a9ff2ae3427..7c037730c38 100644
100 --- a/profiles/package.mask
101 +++ b/profiles/package.mask
102 @@ -714,14 +714,6 @@ app-backup/tob
103 dev-python/pypy-bin
104 dev-python/pypy3-bin
105
106 -# Hans de Graaff <graaff@g.o> (2019-12-27)
107 -# Causes compatibility issues with the bundled versions in some
108 -# dev-lang/ruby slots. Use the bundled version instead. The only
109 -# reverse dependency is dev-ruby/jeweler, which is no longer
110 -# maintained upstream and ruby24-only.
111 -# Removal in 30 days. Bug #703950.
112 -dev-ruby/psych
113 -
114 # Tomáš Mózes <hydrapolic@g.o> (2019-12-19)
115 # Needs more testing.
116 =app-emulation/xen-4.13.0