commit: aadd9b5545a9b7956ea62a2dd270ee89a89c1799 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Nov 22 08:34:43 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Nov 22 14:22:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadd9b55
dev-ruby/wirble: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/wirble/wirble-0.1.3-r4.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-ruby/wirble/wirble-0.1.3-r4.ebuild b/dev-ruby/wirble/wirble-0.1.3-r4.ebuild deleted file mode 100644 index bd908b0b2b55..000000000000 --- a/dev-ruby/wirble/wirble-0.1.3-r4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README ChangeLog" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Wirble is a set of enhancements for Irb" -HOMEPAGE="http://pablotron.org/software/wirble/" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -pkg_postinst() { - elog "The quick way to use wirble is to make your ~/.irbrc look like this:" - elog " # load libraries" - elog " require 'rubygems'" - elog " require 'wirble'" - elog " " - elog " # start wirble (with color)" - elog " Wirble.init" - elog " Wirble.colorize" -}
