From 822a054dd1bab7f8080ccd486398034b4ff0b97d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Mar 2023 15:53:38 +0100 Subject: gentoo auto-resync : 29:03:2023 - 15:53:38 --- dev-ruby/regexp_property_values/Manifest | 4 +-- dev-ruby/regexp_property_values/metadata.xml | 3 ++ .../regexp_property_values-1.2.0.ebuild | 36 ---------------------- 3 files changed, 4 insertions(+), 39 deletions(-) delete mode 100644 dev-ruby/regexp_property_values/regexp_property_values-1.2.0.ebuild (limited to 'dev-ruby/regexp_property_values') diff --git a/dev-ruby/regexp_property_values/Manifest b/dev-ruby/regexp_property_values/Manifest index 255404da8759..47947d73c556 100644 --- a/dev-ruby/regexp_property_values/Manifest +++ b/dev-ruby/regexp_property_values/Manifest @@ -1,5 +1,3 @@ -DIST regexp_property_values-1.2.0.tar.gz 13713 BLAKE2B eaf96fea2fcaca3156f87271f772e03c07c447e7876333b7fa3f11f9bbf267d3e93d69c17601e8fa35004aa8fdb35b05829490ba86906fc4b460281ed29da561 SHA512 01add1c7ededb8a48b42d3c24b5de6d539774656bd59b666e6088b20a495e1936b547ec903678bbb8e49af35f7c72e3dbd35a7750ecba91a04c751d5900bed8a DIST regexp_property_values-1.3.0.tar.gz 13626 BLAKE2B 795446b5a51ef59085b73b38211b67b8eadcc51d3707fc69a78e7540fabab0cf1bcf49ce2358c5273006939fe722538f7e4eb02f3f47b1b8de49d232496a1ec1 SHA512 d5195e2e898478696527e266b05b39704aa55cf8d46d6dfe76985064484e5bdbb5c362552a960f6347a00efaed46eaaa0bcef9daf869fd476aea959a035dd98f -EBUILD regexp_property_values-1.2.0.ebuild 1144 BLAKE2B 76608fdc5246ec1a8d125e0f3cd661283c8a40cab1fbe5f1b79980a6aef150621bcdebf58755e49c39622483158009d0811546d172d828eb64a692a21243a986 SHA512 eca9c2b62dc3ab155888869218f420a97d3648a38e45badd6999a77692be7e9c4810a0172a078fbe620040516ba84371e6e31f798535361c6f6195c09d9398b6 EBUILD regexp_property_values-1.3.0.ebuild 1144 BLAKE2B 3ec0cf6b7cb8b9216a2d1f1c493e5a3b06ca6d28c49e4ddaa6618cfb711185a82d1686d5010922c7dd78e99124ccc24e5e0b364ef1c946fa29d8286d85c2f4bc SHA512 cfbfa1dd4e0fe35b849b5953aed827a0cd9ba8cd621f6b4a4e2d203eab6ddb3fea0d2961cfd456b5a90e904c8d9c062d90b87e137fdec75f74aa2b6eff5e07e0 -MISC metadata.xml 248 BLAKE2B 0c876bde3c72e61d28284a95a837103e6d594c9f6fccbd6d7d1039f9c5a604347c20c334c9a57d80b152888fed536196f2807b477e8d0336c80affb0e28c9dc9 SHA512 b2b64178cf6cbbaa5fb4671ffe1ab88b83c920de363ae099ef74fa3e5eb8c8f0285c749cabc0cebf344951503d1b7309ae294afe9e7cf5172700182d8843fa14 +MISC metadata.xml 342 BLAKE2B 447ecb4e317386a2eb1a46c42b121c28bf07bcbc5d77610c571286de296efbb0ac48252a364d1b6735cbb090755198cc056f4d4f150a33d1e47147eacff34718 SHA512 447f0ee83707a111d3c3799cc95fbc087e9e1ff471056a262317af664582a71d2130d44edcc13df4132408b0d26a43c1df7da25493b0523261e7a2ec209c7168 diff --git a/dev-ruby/regexp_property_values/metadata.xml b/dev-ruby/regexp_property_values/metadata.xml index 658c72b1920d..149dd1c176df 100644 --- a/dev-ruby/regexp_property_values/metadata.xml +++ b/dev-ruby/regexp_property_values/metadata.xml @@ -5,4 +5,7 @@ ruby@gentoo.org Gentoo Ruby Project + + janosch-x/regexp_property_values + diff --git a/dev-ruby/regexp_property_values/regexp_property_values-1.2.0.ebuild b/dev-ruby/regexp_property_values/regexp_property_values-1.2.0.ebuild deleted file mode 100644 index a001af267c87..000000000000 --- a/dev-ruby/regexp_property_values/regexp_property_values-1.2.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -RUBY_FAKEGEM_EXTENSIONS=(ext/regexp_property_values/extconf.rb) -RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/regexp_property_values" - -inherit ruby-fakegem - -DESCRIPTION="See which property values are supported by the regular expression engine" -HOMEPAGE="https://github.com/janosch-x/regexp_property_values" -SRC_URI="https://github.com/janosch-x/regexp_property_values/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die - sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die - - # Avoid dependency on character_set which would lead to circular - # dependencies. - sed -i -e '/returns a CharacterSet/askip "gentoo circular dependencies"' spec/regexp_property_values/value_spec.rb || die -} -- cgit v1.2.3