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: dev-ruby/toml/, profiles/
Date: Sun, 30 Jul 2017 07:14:28
Message-Id: 1501398853.8f356c80c48135b5299f66027626281cf26dbbb7.mgorny@gentoo
1 commit: 8f356c80c48135b5299f66027626281cf26dbbb7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 07:02:14 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 07:14:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f356c80
7
8 dev-ruby/toml: Remove last-rited pkg
9
10 dev-ruby/toml/Manifest | 1 -
11 dev-ruby/toml/metadata.xml | 11 -----------
12 dev-ruby/toml/toml-0.1.2.ebuild | 40 ----------------------------------------
13 profiles/package.mask | 3 ---
14 4 files changed, 55 deletions(-)
15
16 diff --git a/dev-ruby/toml/Manifest b/dev-ruby/toml/Manifest
17 deleted file mode 100644
18 index cd97b99a92b..00000000000
19 --- a/dev-ruby/toml/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST toml-0.1.2.tar.gz 10931 SHA256 8dec07fecf63c39fb00151f1823f3e23651c5c79f3c5ce9af7cb689a0de770a5 SHA512 fb0297533cf2167372ea303b81da4a39b9c17c2a8d3def176d0c54b922219fd78abf79b1f13205ef6b2109c1154158c9cfedc73b3b2502d9262f3ee831feccea WHIRLPOOL d4fd18b40d880111c9a7ee8454df8f79a76e9caf32143ea5ce3f4a6828f8f7669a15f33664b340d16bd2e025b612fde2b1ce68445b045837cfcdd2e49b64fd26
23
24 diff --git a/dev-ruby/toml/metadata.xml b/dev-ruby/toml/metadata.xml
25 deleted file mode 100644
26 index 65a6c556e15..00000000000
27 --- a/dev-ruby/toml/metadata.xml
28 +++ /dev/null
29 @@ -1,11 +0,0 @@
30 -<?xml version="1.0" encoding="UTF-8"?>
31 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
32 -<pkgmetadata>
33 - <maintainer type="project">
34 - <email>ruby@g.o</email>
35 - <name>Gentoo Ruby Project</name>
36 - </maintainer>
37 - <upstream>
38 - <remote-id type="github">jm/toml</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/dev-ruby/toml/toml-0.1.2.ebuild b/dev-ruby/toml/toml-0.1.2.ebuild
43 deleted file mode 100644
44 index 574889250fe..00000000000
45 --- a/dev-ruby/toml/toml-0.1.2.ebuild
46 +++ /dev/null
47 @@ -1,40 +0,0 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=5
52 -
53 -USE_RUBY="ruby20 ruby21"
54 -
55 -RUBY_FAKEGEM_EXTRADOC="README.md"
56 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
57 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
58 -
59 -inherit ruby-fakegem
60 -
61 -DESCRIPTION="A sane configuration format"
62 -HOMEPAGE="https://github.com/jm/toml"
63 -SRC_URI="https://github.com/jm/toml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
64 -
65 -IUSE="test"
66 -LICENSE="MIT"
67 -SLOT="0"
68 -KEYWORDS="~amd64"
69 -
70 -ruby_add_bdepend "test? ( dev-ruby/minitest
71 - dev-ruby/multi_json )"
72 -
73 -ruby_add_rdepend "dev-ruby/parslet"
74 -
75 -all_ruby_prepare() {
76 - sed -i -e "s/, \"~> 1.5.0\"//" ${PN}.gemspec || die
77 - sed -i -e "s/, '~> 1.7.8'//" Gemfile || die
78 - sed -i -e "/simplecov/d" -e "/[Bb]undle/d" Rakefile Gemfile || die
79 - sed -i -e "/bundler/d" -e "1igem 'minitest', '~>5'" -e "s/MiniTest/Minitest/" test/test_*.rb || die
80 -
81 - # Avoid dependency on git.
82 - sed -i -e '/files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
83 -}
84 -
85 -each_ruby_test() {
86 - ${RUBY} -S testrb -Ilib:test test/test_*.rb || die
87 -}
88
89 diff --git a/profiles/package.mask b/profiles/package.mask
90 index 6c666962591..11a048be09b 100644
91 --- a/profiles/package.mask
92 +++ b/profiles/package.mask
93 @@ -518,9 +518,6 @@ sys-apps/systemd-sysv-utils
94 # Old slots that are ruby21-only
95 dev-ruby/prawn:1
96 dev-ruby/rspec:0
97 -# ruby21-only package that does not work with current
98 -# dev-ruby/parslet versions.
99 -dev-ruby/toml
100
101 # Thomas Deutschmann <whissi@g.o> (17 Jun 2017)
102 # Unmaintained in Gentoo repository; Multiple vulnerabilities