commit: 547dd2378ca874863a3af652492505a9fbada4a6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 09:20:41 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 09:20:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547dd237
dev-ruby/awesome_print: remove masked package, bug 661262
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/awesome_print/Manifest | 1 -
dev-ruby/awesome_print/awesome_print-1.8.0.ebuild | 39 -----------------------
dev-ruby/awesome_print/metadata.xml | 11 -------
3 files changed, 51 deletions(-)
diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
deleted file mode 100644
index d60d61abdd1..00000000000
--- a/dev-ruby/awesome_print/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST awesome_print-1.8.0.tar.gz 42605 BLAKE2B
d401732991486349b17c2c6947c6674f715cbd33b2987c725a589504d8333e75b7428a9ca5897dcc1d5eacb7a74d7f7f5da84bbd23706e4c43c316718eead858
SHA512
72ac5c4d918c84adba5ea7a60502ac89d57c5734b0b557d0171caae86b5f13ce316c5d7717315ff56c7f7a0959efeb244b6b85f4147c14ec8bf9e128488cf480
diff --git a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
deleted file mode 100644
index 17c44c42876..00000000000
--- a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library to pretty print Ruby objects in full color with proper
indentation"
-HOMEPAGE="https://github.com/awesome-print/awesome_print"
-SRC_URI="https://github.com/awesome-print/awesome_print/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? (
- dev-ruby/nokogiri
-)"
-
-all_ruby_prepare() {
- sed -i -e '/codeclimate/I s:^:#:' \
- -e '/simplecov/I s:^:#:' \
- spec/spec_helper.rb || die
-
- # Avoid activerecord specs since they don't run
- # consistently accross rails versions and not all
- # arches have rails
- rm -f spec/ext/active_record_spec.rb || die
-}
diff --git a/dev-ruby/awesome_print/metadata.xml
b/dev-ruby/awesome_print/metadata.xml
deleted file mode 100644
index 1a4d4a7154d..00000000000
--- a/dev-ruby/awesome_print/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">michaeldv/awesome_print</remote-id>
- </upstream>
-</pkgmetadata>