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/heredoc_unindent/
Date: Fri, 25 Dec 2015 18:27:10
Message-Id: 1451067990.05353386d3362ae2409181b8ce66466ea61fb493.mrueg@gentoo
1 commit: 05353386d3362ae2409181b8ce66466ea61fb493
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 18:22:00 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 18:26:30 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05353386
7
8 dev-ruby/heredoc_unindent: Remove old
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/heredoc_unindent/Manifest | 1 -
13 .../heredoc_unindent-1.1.2-r3.ebuild | 26 ----------------------
14 .../heredoc_unindent-1.1.2-r4.ebuild | 26 ----------------------
15 3 files changed, 53 deletions(-)
16
17 diff --git a/dev-ruby/heredoc_unindent/Manifest b/dev-ruby/heredoc_unindent/Manifest
18 index 6aad714..13c4e55 100644
19 --- a/dev-ruby/heredoc_unindent/Manifest
20 +++ b/dev-ruby/heredoc_unindent/Manifest
21 @@ -1,2 +1 @@
22 -DIST heredoc_unindent-1.1.2.gem 11776 SHA256 698fea6db6d871f34f94498da8bf6e29330792a4f114f87136579fc63586f5ed SHA512 647a976a8f68cb7d8b69886782685d9efb30892e06df6233f23388fd65db85c5d3cbd09af521f9b528a1df49760fbf8507d20b9feca21e7cf40e9dc4278706bb WHIRLPOOL 1530e0b3eb5014d51d05b5c84d5037b328bebd015bcfe881dfd7bbe664517ca4b6e478fb78b40136f5afdef37165b692c20d2f0ac3f0871a915139c008c71c20
23 DIST heredoc_unindent-1.2.0.gem 10240 SHA256 dc87002a9d89e3ad06722e53c7f6db9b28677b69017dc5a69c1972a99dc83292 SHA512 a975ffdc2ae3716a7fb90145270df03d6f3d45d42d3fca3125044a2b960a9c8ffc74a7fb0e315b6021cb6ce535b08207a40351573ed89c27fe0c8e196ea02c76 WHIRLPOOL f5a7960c3c93e22fbae52ad56c85f35acca4716e2181ad082e14c456100cec6250a9480178c5b8c45fbd4bda16d8db5b8284fbf54e0bf507c0753b000bd06480
24
25 diff --git a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild b/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild
26 deleted file mode 100644
27 index 142de01..0000000
28 --- a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -USE_RUBY="ruby19 ruby20"
38 -
39 -inherit ruby-fakegem
40 -
41 -RUBY_FAKEGEM_TASK_DOC="docs"
42 -RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc Wishlist.rdoc"
43 -DESCRIPTION="Removes leading whitespace from Ruby heredocs"
44 -HOMEPAGE="https://github.com/adrianomitre/heredoc_unindent"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
49 -IUSE="doc test"
50 -
51 -ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )
52 - doc? ( >=dev-ruby/hoe-2.8.0 )"
53 -
54 -all_ruby_prepare() {
55 - sed -i -e '1igem "test-unit"' test/test_heredoc_unindent.rb || die
56 -}
57
58 diff --git a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r4.ebuild b/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r4.ebuild
59 deleted file mode 100644
60 index 3e9570e..0000000
61 --- a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r4.ebuild
62 +++ /dev/null
63 @@ -1,26 +0,0 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -# $Id$
67 -
68 -EAPI=5
69 -
70 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
71 -
72 -inherit ruby-fakegem
73 -
74 -RUBY_FAKEGEM_TASK_DOC="docs"
75 -RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc Wishlist.rdoc"
76 -DESCRIPTION="Removes leading whitespace from Ruby heredocs"
77 -HOMEPAGE="https://github.com/adrianomitre/heredoc_unindent"
78 -
79 -LICENSE="MIT"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
82 -IUSE="doc test"
83 -
84 -ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )
85 - doc? ( >=dev-ruby/hoe-2.8.0 )"
86 -
87 -all_ruby_prepare() {
88 - sed -i -e '1igem "test-unit"' test/test_heredoc_unindent.rb || die
89 -}