Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/strptime/
Date: Sat, 27 Aug 2022 23:10:50
Message-Id: 1661587771.1e4585787b226b8b416b3c8aab290c5b22134dc4.graaff@gentoo
1 commit: 1e4585787b226b8b416b3c8aab290c5b22134dc4
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 07:48:22 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 08:09:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e458578
7
8 dev-ruby/strptime: drop 0.2.5-r1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/strptime/strptime-0.2.5-r1.ebuild | 31 ------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/dev-ruby/strptime/strptime-0.2.5-r1.ebuild b/dev-ruby/strptime/strptime-0.2.5-r1.ebuild
16 deleted file mode 100644
17 index 807ebce45fec..000000000000
18 --- a/dev-ruby/strptime/strptime-0.2.5-r1.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
26 -
27 -RUBY_FAKEGEM_EXTRADOC="README.md"
28 -
29 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
30 -
31 -RUBY_FAKEGEM_GEMSPEC="strptime.gemspec"
32 -
33 -RUBY_FAKEGEM_BINWRAP=""
34 -
35 -RUBY_FAKEGEM_EXTENSIONS=(ext/strptime/extconf.rb)
36 -RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/strptime
37 -
38 -inherit multilib ruby-fakegem
39 -
40 -DESCRIPTION="A fast strptime/strftime engine which uses VM"
41 -HOMEPAGE="https://github.com/nurse/strptime"
42 -SRC_URI="https://github.com/nurse/strptime/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -all_ruby_prepare() {
50 - sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
51 -}