commit:     f2e87082c8d6b54c58344a0ba8c843192a225301
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 09:17:34 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 09:25:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e87082

dev-ruby/strptime: cleanup

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

 dev-ruby/strptime/strptime-0.2.5.ebuild | 37 ---------------------------------
 1 file changed, 37 deletions(-)

diff --git a/dev-ruby/strptime/strptime-0.2.5.ebuild 
b/dev-ruby/strptime/strptime-0.2.5.ebuild
deleted file mode 100644
index 69d7704d293..00000000000
--- a/dev-ruby/strptime/strptime-0.2.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="strptime.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A fast strptime/strftime engine which uses VM"
-HOMEPAGE="https://github.com/nurse/strptime";
-SRC_URI="https://github.com/nurse/strptime/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-       sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext/strptime extconf.rb || die
-}
-
-each_ruby_compile() {
-       emake -Cext/strptime V=1
-       cp ext/strptime/strptime$(get_modname) lib/strptime/ || die
-}

Reply via email to