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/matchy/
Date: Mon, 05 Sep 2016 13:54:21
Message-Id: 1473083621.2002a66a7aface3e06c5e92258fd21b83c635600.mgorny@gentoo
1 commit: 2002a66a7aface3e06c5e92258fd21b83c635600
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 13:36:39 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 13:53:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2002a66a
7
8 dev-ruby/matchy: Remove last-rited pkg, #576034
9
10 dev-ruby/matchy/Manifest | 1 -
11 dev-ruby/matchy/matchy-0.5.2-r1.ebuild | 34 ----------------------------------
12 dev-ruby/matchy/metadata.xml | 11 -----------
13 profiles/package.mask | 1 -
14 4 files changed, 47 deletions(-)
15
16 diff --git a/dev-ruby/matchy/Manifest b/dev-ruby/matchy/Manifest
17 deleted file mode 100644
18 index bf708e8c6..00000000
19 --- a/dev-ruby/matchy/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST mcmire-matchy-0.5.2.gem 16384 SHA256 9d43d0e31c6230202d08135006d6ad65bd403bf19c34dd108e471d01ed3a04ec SHA512 24b19ad93b2a38439a82326a9acd67e13855d224a4c5730adf9271c1d1329ecfad0bcda5d19a4aa1f3c0f9667946ce624c9a1db30a45e77a3ad0acdb535c39d1 WHIRLPOOL 2729b2c153163f84383ced4cbd9152c6b5131755d6f461ff5c155333a5095268c46239900152c1ea8f2c6920fdf824405eeb555ca868775fb0728ab4e2ffe754
23
24 diff --git a/dev-ruby/matchy/matchy-0.5.2-r1.ebuild b/dev-ruby/matchy/matchy-0.5.2-r1.ebuild
25 deleted file mode 100644
26 index 64f2852..00000000
27 --- a/dev-ruby/matchy/matchy-0.5.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -MY_OWNER="mcmire"
37 -
38 -# ruby21: fails tests
39 -USE_RUBY="ruby20"
40 -
41 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
42 -RUBY_FAKEGEM_EXTRADOC="README.rdoc"
43 -
44 -RUBY_FAKEGEM_NAME="${MY_OWNER}-${PN}"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="RSpec-esque matchers for use in Test::Unit"
49 -HOMEPAGE="https://github.com/mcmire/matchy"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
54 -IUSE=""
55 -
56 -all_ruby_prepare() {
57 - sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
58 -}
59 -
60 -# workaround for ruby 1.9.2, sent upstream after 0.5.2
61 -each_ruby_test() {
62 - RUBYLIB="$(pwd)${RUBYLIB+:${RUBYLIB}}" each_fakegem_test
63 -}
64
65 diff --git a/dev-ruby/matchy/metadata.xml b/dev-ruby/matchy/metadata.xml
66 deleted file mode 100644
67 index 517dff6..00000000
68 --- a/dev-ruby/matchy/metadata.xml
69 +++ /dev/null
70 @@ -1,11 +0,0 @@
71 -<?xml version="1.0" encoding="UTF-8"?>
72 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
73 -<pkgmetadata>
74 - <maintainer type="project">
75 - <email>ruby@g.o</email>
76 - <name>Gentoo Ruby Project</name>
77 - </maintainer>
78 - <upstream>
79 - <remote-id type="github">mcmire/matchy</remote-id>
80 - </upstream>
81 -</pkgmetadata>
82
83 diff --git a/profiles/package.mask b/profiles/package.mask
84 index 534bc4c..9799eb6 100644
85 --- a/profiles/package.mask
86 +++ b/profiles/package.mask
87 @@ -654,7 +654,6 @@ net-misc/gogoc
88 # Hans de Graaff <graaff@g.o> (22 Jul 2016)
89 # ruby20-only packages with no reverse dependencies, bug 576034
90 # Masked for removal in 30 days.
91 -dev-ruby/matchy
92 dev-ruby/watch
93
94 # Michał Górny <mgorny@g.o> (18 Jul 2016)