Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/
Date: Mon, 07 Mar 2016 02:45:06
Message-Id: 1457318623.ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2.mrueg@gentoo
1 commit: ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 02:43:43 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 02:43:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea87f1bf
7
8 dev-ruby/awesome_print: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/awesome_print/Manifest | 1 -
13 .../awesome_print/awesome_print-1.2.0-r2.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
17 index d2a308f..021fa7e 100644
18 --- a/dev-ruby/awesome_print/Manifest
19 +++ b/dev-ruby/awesome_print/Manifest
20 @@ -1,2 +1 @@
21 -DIST awesome_print-1.2.0.gem 29184 SHA256 f9fb1d1bafddc4739266c68f3a043e409716a620aea937d54d1ae07c278305cd SHA512 10e1d77ceb0b05aa9b0f12911c24ab63d20a3c88f9fbace518562e7e6de21f6db5dbe75fc0b2c50fa244a33f08cba920d48dc04069ac740394200a1d695e2f4f WHIRLPOOL 1de1eecbfd2e5e3f03b69a0b6d4afd130fad59b22807f1a8d9f1416fd946a574f23bfc59f8391975e9d10770c9530aba48caca0ed137c0bdaaf2a4a50a6a8b9d
22 DIST awesome_print-1.6.1.gem 32256 SHA256 0d8be8d9b270b900a337356cb9453ffdaf219d29902f14bbe4f120ecfdd38fef SHA512 394f5011d45f1daca77215e585d50c8505a63498b982aae32b206b99051fc27b903135fdb62976d9aeb4dfa80f5d6980b55c7fbe0fdc75feb979fd3b3b935c92 WHIRLPOOL 9d6c5f8fe60e3ba7ebbc16c5bcaf91337d2142d4846b490c75185c905ada1dd6f76fbd8f73a859bdeef91542ad3623758cfaa029d1b303dfc02d9b964199bc40
23
24 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
25 deleted file mode 100644
26 index 13e7ce7..0000000
27 --- a/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -USE_RUBY="ruby19 ruby20 ruby21"
36 -
37 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
38 -
39 -RUBY_FAKEGEM_TASK_DOC=""
40 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Ruby library that pretty prints Ruby objects in full color with proper indentation"
45 -HOMEPAGE="https://github.com/michaeldv/awesome_print"
46 -LICENSE="MIT"
47 -
48 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
49 -SLOT="0"
50 -IUSE=""