diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-12-25 19:22:00 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-12-25 19:26:30 +0100 |
commit | 05353386d3362ae2409181b8ce66466ea61fb493 (patch) | |
tree | 97ca83c2d6531cfba9c61f7e6b035b31f907aa64 /dev-ruby | |
parent | 729bcb704f7766b918588542c7eea3e78f281455 (diff) | |
download | gentoo-05353386d3362ae2409181b8ce66466ea61fb493.tar.gz gentoo-05353386d3362ae2409181b8ce66466ea61fb493.tar.xz |
dev-ruby/heredoc_unindent: Remove old
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/heredoc_unindent/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild | 26 | ||||
-rw-r--r-- | dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r4.ebuild | 26 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-ruby/heredoc_unindent/Manifest b/dev-ruby/heredoc_unindent/Manifest index 6aad714434e..13c4e5555e7 100644 --- a/dev-ruby/heredoc_unindent/Manifest +++ b/dev-ruby/heredoc_unindent/Manifest @@ -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 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 deleted file mode 100644 index 142de0139a0..00000000000 --- a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild +++ /dev/null @@ -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 -} 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 deleted file mode 100644 index 3e9570e3e54..00000000000 --- a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r4.ebuild +++ /dev/null @@ -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 -} |