diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 09:07:38 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 09:16:56 +0100 |
commit | 5e363a9225d3bc01403f8dcef9ea5296b14f4db2 (patch) | |
tree | 5506916711380f7b511f102d3046ee69db23c6f4 | |
parent | dev-ruby/simple_oauth: cleanup (diff) | |
download | gentoo-5e363a9225d3bc01403f8dcef9ea5296b14f4db2.tar.gz gentoo-5e363a9225d3bc01403f8dcef9ea5296b14f4db2.tar.bz2 gentoo-5e363a9225d3bc01403f8dcef9ea5296b14f4db2.zip |
dev-ruby/sourcemap: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/sourcemap/sourcemap-0.1.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild deleted file mode 100644 index 18ed1e0abf8f..000000000000 --- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild +++ /dev/null @@ -1,23 +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.md" - -inherit ruby-fakegem - -DESCRIPTION="Ruby source maps" -HOMEPAGE="https://github.com/maccman/sourcemap" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -IUSE="" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile || die -} |