commit: ba082d00f68275b26abdf2036352f3fdedf4f707 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Nov 24 10:23:26 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Nov 24 10:25:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba082d00
dev-ruby/textpow: EAPI 8 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/textpow/textpow-1.4.0-r1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dev-ruby/textpow/textpow-1.4.0-r1.ebuild b/dev-ruby/textpow/textpow-1.4.0-r1.ebuild new file mode 100644 index 000000000000..6f226958c65d --- /dev/null +++ b/dev-ruby/textpow/textpow-1.4.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" +RUBY_FAKEGEM_GEMSPEC="textpow.gemspec" + +inherit ruby-fakegem + +SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +DESCRIPTION="A library to parse and process Textmate bundles" +HOMEPAGE="http://textpow.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/plist-3.0.1" + +all_ruby_prepare() { + sed -i -e '/git ls-files/d' textpow.gemspec || die +}