dev-ruby/awesome_print: cleanup
authorHans de Graaff <graaff@gentoo.org>
Wed, 21 Mar 2018 06:35:23 +0000 (07:35 +0100)
committerHans de Graaff <graaff@gentoo.org>
Wed, 21 Mar 2018 06:35:23 +0000 (07:35 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-ruby/awesome_print/Manifest
dev-ruby/awesome_print/awesome_print-1.7.0.ebuild [deleted file]

index f4f4d0505fdb2d10351d9fb620d6b8525ae5a19b..d60d61abdd1c2028464a85a0af2525df25ffe840 100644 (file)
@@ -1,2 +1 @@
-DIST awesome_print-1.7.0.tar.gz 39436 BLAKE2B 282e1159e81fd016c683697f6df748645686bf0ff14ffc7c1a4ac57cf49cd37f682c57442de03630c264b7d2dc30debf7e25402c7d99b40236caae22bbc485a8 SHA512 a49cf98c373ccc39a3f80b8ba531edb1f1bb63ba2dea10339aa3cdeae3e63863043c6a5fb0143569e1a50b2e340256210a170cccda3fc609aa3fccef20cfd080
 DIST awesome_print-1.8.0.tar.gz 42605 BLAKE2B d401732991486349b17c2c6947c6674f715cbd33b2987c725a589504d8333e75b7428a9ca5897dcc1d5eacb7a74d7f7f5da84bbd23706e4c43c316718eead858 SHA512 72ac5c4d918c84adba5ea7a60502ac89d57c5734b0b557d0171caae86b5f13ce316c5d7717315ff56c7f7a0959efeb244b6b85f4147c14ec8bf9e128488cf480
diff --git a/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild b/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
deleted file mode 100644 (file)
index d4cd11c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 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:^:#:' spec/spec_helper.rb || die
-}