diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-22 09:34:43 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-22 15:22:28 +0100 |
commit | aadd9b5545a9b7956ea62a2dd270ee89a89c1799 (patch) | |
tree | 8184b7149ef9f1a1633e6433ae00a3948453adcd /dev-ruby/wirble | |
parent | dev-ruby/wirble: all arches stable (diff) | |
download | gentoo-aadd9b5545a9b7956ea62a2dd270ee89a89c1799.tar.gz gentoo-aadd9b5545a9b7956ea62a2dd270ee89a89c1799.tar.bz2 gentoo-aadd9b5545a9b7956ea62a2dd270ee89a89c1799.zip |
dev-ruby/wirble: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/wirble')
-rw-r--r-- | dev-ruby/wirble/wirble-0.1.3-r4.ebuild | 31 |
1 files changed, 0 insertions, 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" -} |