Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/
Date: Wed, 12 Dec 2018 09:30:51
Message-Id: 1544606441.547dd2378ca874863a3af652492505a9fbada4a6.graaff@gentoo
1 commit: 547dd2378ca874863a3af652492505a9fbada4a6
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 09:20:41 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 09:20:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547dd237
7
8 dev-ruby/awesome_print: remove masked package, bug 661262
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/awesome_print/Manifest | 1 -
13 dev-ruby/awesome_print/awesome_print-1.8.0.ebuild | 39 -----------------------
14 dev-ruby/awesome_print/metadata.xml | 11 -------
15 3 files changed, 51 deletions(-)
16
17 diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
18 deleted file mode 100644
19 index d60d61abdd1..00000000000
20 --- a/dev-ruby/awesome_print/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST awesome_print-1.8.0.tar.gz 42605 BLAKE2B d401732991486349b17c2c6947c6674f715cbd33b2987c725a589504d8333e75b7428a9ca5897dcc1d5eacb7a74d7f7f5da84bbd23706e4c43c316718eead858 SHA512 72ac5c4d918c84adba5ea7a60502ac89d57c5734b0b557d0171caae86b5f13ce316c5d7717315ff56c7f7a0959efeb244b6b85f4147c14ec8bf9e128488cf480
24
25 diff --git a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
26 deleted file mode 100644
27 index 17c44c42876..00000000000
28 --- a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -USE_RUBY="ruby21 ruby22 ruby23"
36 -
37 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
38 -
39 -RUBY_FAKEGEM_TASK_DOC=""
40 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
41 -
42 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="Library to pretty print Ruby objects in full color with proper indentation"
47 -HOMEPAGE="https://github.com/awesome-print/awesome_print"
48 -SRC_URI="https://github.com/awesome-print/awesome_print/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 -
50 -LICENSE="MIT"
51 -
52 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
53 -SLOT="0"
54 -IUSE=""
55 -
56 -ruby_add_bdepend "test? (
57 - dev-ruby/nokogiri
58 -)"
59 -
60 -all_ruby_prepare() {
61 - sed -i -e '/codeclimate/I s:^:#:' \
62 - -e '/simplecov/I s:^:#:' \
63 - spec/spec_helper.rb || die
64 -
65 - # Avoid activerecord specs since they don't run
66 - # consistently accross rails versions and not all
67 - # arches have rails
68 - rm -f spec/ext/active_record_spec.rb || die
69 -}
70
71 diff --git a/dev-ruby/awesome_print/metadata.xml b/dev-ruby/awesome_print/metadata.xml
72 deleted file mode 100644
73 index 1a4d4a7154d..00000000000
74 --- a/dev-ruby/awesome_print/metadata.xml
75 +++ /dev/null
76 @@ -1,11 +0,0 @@
77 -<?xml version="1.0" encoding="UTF-8"?>
78 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 -<pkgmetadata>
80 - <maintainer type="project">
81 - <email>ruby@g.o</email>
82 - <name>Gentoo Ruby Project</name>
83 - </maintainer>
84 - <upstream>
85 - <remote-id type="github">michaeldv/awesome_print</remote-id>
86 - </upstream>
87 -</pkgmetadata>