diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-07 03:43:43 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-07 03:43:43 +0100 |
commit | ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2 (patch) | |
tree | 0572182d79619d745a0009e7dd485dd095b20d26 /dev-ruby/awesome_print | |
parent | dev-ruby/bcat: Remove ruby19, fix desc (diff) | |
download | gentoo-ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2.tar.gz gentoo-ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2.tar.bz2 gentoo-ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2.zip |
dev-ruby/awesome_print: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/awesome_print')
-rw-r--r-- | dev-ruby/awesome_print/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest index d2a308f265b2..021fa7e64bce 100644 --- a/dev-ruby/awesome_print/Manifest +++ b/dev-ruby/awesome_print/Manifest @@ -1,2 +1 @@ -DIST awesome_print-1.2.0.gem 29184 SHA256 f9fb1d1bafddc4739266c68f3a043e409716a620aea937d54d1ae07c278305cd SHA512 10e1d77ceb0b05aa9b0f12911c24ab63d20a3c88f9fbace518562e7e6de21f6db5dbe75fc0b2c50fa244a33f08cba920d48dc04069ac740394200a1d695e2f4f WHIRLPOOL 1de1eecbfd2e5e3f03b69a0b6d4afd130fad59b22807f1a8d9f1416fd946a574f23bfc59f8391975e9d10770c9530aba48caca0ed137c0bdaaf2a4a50a6a8b9d DIST awesome_print-1.6.1.gem 32256 SHA256 0d8be8d9b270b900a337356cb9453ffdaf219d29902f14bbe4f120ecfdd38fef SHA512 394f5011d45f1daca77215e585d50c8505a63498b982aae32b206b99051fc27b903135fdb62976d9aeb4dfa80f5d6980b55c7fbe0fdc75feb979fd3b3b935c92 WHIRLPOOL 9d6c5f8fe60e3ba7ebbc16c5bcaf91337d2142d4846b490c75185c905ada1dd6f76fbd8f73a859bdeef91542ad3623758cfaa029d1b303dfc02d9b964199bc40 diff --git a/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild b/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild deleted file mode 100644 index 13e7ce777e8b..000000000000 --- a/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -inherit ruby-fakegem - -DESCRIPTION="Ruby library that pretty prints Ruby objects in full color with proper indentation" -HOMEPAGE="https://github.com/michaeldv/awesome_print" -LICENSE="MIT" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -SLOT="0" -IUSE="" |