mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/heredoc_unindent: Remove old
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST heredoc_unindent-1.1.2.gem 11776 SHA256 698fea6db6d871f34f94498da8bf6e29330792a4f114f87136579fc63586f5ed SHA512 647a976a8f68cb7d8b69886782685d9efb30892e06df6233f23388fd65db85c5d3cbd09af521f9b528a1df49760fbf8507d20b9feca21e7cf40e9dc4278706bb WHIRLPOOL 1530e0b3eb5014d51d05b5c84d5037b328bebd015bcfe881dfd7bbe664517ca4b6e478fb78b40136f5afdef37165b692c20d2f0ac3f0871a915139c008c71c20
|
||||
DIST heredoc_unindent-1.2.0.gem 10240 SHA256 dc87002a9d89e3ad06722e53c7f6db9b28677b69017dc5a69c1972a99dc83292 SHA512 a975ffdc2ae3716a7fb90145270df03d6f3d45d42d3fca3125044a2b960a9c8ffc74a7fb0e315b6021cb6ce535b08207a40351573ed89c27fe0c8e196ea02c76 WHIRLPOOL f5a7960c3c93e22fbae52ad56c85f35acca4716e2181ad082e14c456100cec6250a9480178c5b8c45fbd4bda16d8db5b8284fbf54e0bf507c0753b000bd06480
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby19 ruby20"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC="docs"
|
||||
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc Wishlist.rdoc"
|
||||
DESCRIPTION="Removes leading whitespace from Ruby heredocs"
|
||||
HOMEPAGE="https://github.com/adrianomitre/heredoc_unindent"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc ~ppc64 x86"
|
||||
IUSE="doc test"
|
||||
|
||||
ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )
|
||||
doc? ( >=dev-ruby/hoe-2.8.0 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '1igem "test-unit"' test/test_heredoc_unindent.rb || die
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC="docs"
|
||||
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc Wishlist.rdoc"
|
||||
DESCRIPTION="Removes leading whitespace from Ruby heredocs"
|
||||
HOMEPAGE="https://github.com/adrianomitre/heredoc_unindent"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="doc test"
|
||||
|
||||
ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )
|
||||
doc? ( >=dev-ruby/hoe-2.8.0 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '1igem "test-unit"' test/test_heredoc_unindent.rb || die
|
||||
}
|
||||
Reference in New Issue
Block a user