commit:     08521d258fe1bcd5bebd9b079485ba2ae556304b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 06:31:47 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 06:37:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08521d25

dev-ruby/stamp: EAPI 8

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/stamp/stamp-0.6.0-r1.ebuild | 41 ++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/dev-ruby/stamp/stamp-0.6.0-r1.ebuild 
b/dev-ruby/stamp/stamp-0.6.0-r1.ebuild
new file mode 100644
index 000000000000..57d0cf49d992
--- /dev/null
+++ b/dev-ruby/stamp/stamp-0.6.0-r1.ebuild
@@ -0,0 +1,41 @@
+# 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="cucumber"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_GEMSPEC="stamp.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Date and time formatting for humans"
+HOMEPAGE="https://github.com/jeremyw/stamp";
+SRC_URI="https://github.com/jeremyw/stamp/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=""
+RDEPEND=""
+
+ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"
+
+all_ruby_prepare() {
+       sed -i -e '/bundler/d' Rakefile || die "sed failed"
+       sed -i -e '/bundler/,+7d' features/support/env.rb || die "sed failed"
+
+       # Remove obsolete and unneeded cucumber settings
+       rm -f cucumber.yml || die
+
+       sed -i -e 's/git ls-files --/find/; s/git ls-files/find */' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}

Reply via email to