From e61316437bd8569d122a22afee87973ea4949120 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Jun 2023 19:25:02 +0100 Subject: gentoo auto-resync : 23:06:2023 - 19:25:02 --- dev-ruby/Manifest.gz | Bin 105487 -> 105486 bytes dev-ruby/polyglot/Manifest | 4 +- dev-ruby/polyglot/metadata.xml | 15 +++-- dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild | 6 +- dev-ruby/text-hyphen/Manifest | 2 - dev-ruby/text-hyphen/text-hyphen-1.4.1-r3.ebuild | 28 -------- dev-ruby/thor/Manifest | 1 - dev-ruby/thor/thor-1.2.1.ebuild | 75 --------------------- dev-ruby/timers/Manifest | 3 - dev-ruby/timers/timers-4.3.3.ebuild | 33 --------- dev-ruby/timers/timers-4.3.5.ebuild | 29 -------- dev-ruby/transaction-simple/Manifest | 2 +- .../transaction-simple-1.4.0.2-r3.ebuild | 4 +- dev-ruby/treetop/Manifest | 4 +- dev-ruby/treetop/treetop-1.6.11-r1.ebuild | 37 ---------- dev-ruby/treetop/treetop-1.6.12.ebuild | 4 +- 16 files changed, 20 insertions(+), 227 deletions(-) delete mode 100644 dev-ruby/text-hyphen/text-hyphen-1.4.1-r3.ebuild delete mode 100644 dev-ruby/thor/thor-1.2.1.ebuild delete mode 100644 dev-ruby/timers/timers-4.3.3.ebuild delete mode 100644 dev-ruby/timers/timers-4.3.5.ebuild delete mode 100644 dev-ruby/treetop/treetop-1.6.11-r1.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index 0205c2db6197..49946584bd0f 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/polyglot/Manifest b/dev-ruby/polyglot/Manifest index ce50d9977acb..02bdbd25d86b 100644 --- a/dev-ruby/polyglot/Manifest +++ b/dev-ruby/polyglot/Manifest @@ -1,3 +1,3 @@ DIST polyglot-0.3.5.gem 8192 BLAKE2B c9f78c05109345e09aa0d0c899e551e67ce7bf191ef00bf169cb05c9860ab538e303fa177c6aec8ac9944bd3ad4263fbf0819af0fa190e989caad1c75c1e5377 SHA512 405790c8edf5a98010334a62f7efeddd60f6dcff91ad5ff599579be3201a7e1b359787da59523a612fed5ccf8385116865316fa8872f0350e33dc078410a54cf -EBUILD polyglot-0.3.5-r1.ebuild 490 BLAKE2B 56375954485448f107717789bc12fece4a99b94f791fd288d354243699ee35519a6f8926f6b3feacb731da20dcb2e145d8ea81db67f78e6ca509ddb0313260c1 SHA512 8ca90caab817407c9c75630a62d448401360a259bfd72d8d636c4b9f7bd7f5f9c612e0c403a3c6875e3c6f51dd201f6ac866444cf7300b40aa788924c0526714 -MISC metadata.xml 476 BLAKE2B 760e3572f49b9d88a8145ab5a2e6215f8a030c81b63a30db5b64fefc6b60f9029be1ea697f7607b045c7bb231b6655221f5523f59ec4e37b7d9a2e5c0a49f6b3 SHA512 a4e4a67c97d0647765408c6e9dde4e8f5221979eb898214a728649945b9caff2df37168c7c4e93472a960a9b3673e67612974040aff83bde8f4a008d019ade4a +EBUILD polyglot-0.3.5-r1.ebuild 495 BLAKE2B f746b0373f0a928eed2d827e261e6bced4a9ba142393c17d74d05925af0877c7269969673c9ddbce9d9249a869819307eda8438455d72d8c033d23ad663c6682 SHA512 5770203bfddea9398a60207d4d0e8fc82b4258249c948b39985fe901aa49e676459e595a9f0024874b81440f1f8e80f22e5ce37a75670c1ff5e3a44653ef51e7 +MISC metadata.xml 569 BLAKE2B 01c7cdb1305062a7cd96e7135e77b208a56670d64d52536cfd5a01af3263bbf52887176438bf8970e9a5e9effb80e15b250e54685762520c59a6d1bca88eb7e0 SHA512 90e996e1747503912ce11e363242a5b34703ccebfb89304b55ec16593a7d65ffe5fa2a67b884352bdf2bd5091509ee0053967aef929f9247939be3e5ca12bcf3 diff --git a/dev-ruby/polyglot/metadata.xml b/dev-ruby/polyglot/metadata.xml index f2941078f009..92cdcad5348c 100644 --- a/dev-ruby/polyglot/metadata.xml +++ b/dev-ruby/polyglot/metadata.xml @@ -1,13 +1,16 @@ - - ruby@gentoo.org - Gentoo Ruby Project - - + + ruby@gentoo.org + Gentoo Ruby Project + + Polyglot provides support for fully-custom DSLs by providing a registry of file types that can be loaded by its improved version of 'require', using a custom loader for each file type. - + + + cjheath/polyglot + diff --git a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild index 9eb64f00481d..d280bbd80eec 100644 --- a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild +++ b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_TEST="" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" inherit ruby-fakegem DESCRIPTION="Polyglot provides support for fully-custom DSLs" -HOMEPAGE="http://polyglot.rubyforge.org/" +HOMEPAGE="https://github.com/cjheath/polyglot" LICENSE="MIT" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" diff --git a/dev-ruby/text-hyphen/Manifest b/dev-ruby/text-hyphen/Manifest index 323467968fc0..84872b30f79c 100644 --- a/dev-ruby/text-hyphen/Manifest +++ b/dev-ruby/text-hyphen/Manifest @@ -1,5 +1,3 @@ -DIST text-hyphen-1.4.1.gem 751616 BLAKE2B 4a6d6a9b430c2dee2a486dde9f49405b98bc32fe8f96448c0cbe8d55f416c4e4e9bef5ae3adb57576dee6fa285680fc57b958cb279786872c8d95282cbf72e73 SHA512 4a6667aff01e56afce79302f46d0afdbf9c965ad80dbf9a7266a213143e6b6bc2cb00092d26900286bf72a700e47be6b0860cfdf87fa2856477db02261f9ef3d DIST text-hyphen-1.5.0.gem 836096 BLAKE2B 702363b99c33e614dab5b2509d0b77e5f37ca2f401e2c13fab466aec5bbc4f24247fe306ed6f7ed16c3e3b8cad35ca5948725175759827ec9a1b45642a7399ea SHA512 7390b057f0fe4918aa98811adc3922bf6b959aedbf327a035324fc92935675f8016574519d0ff34e11c24bc4b8fe0d110b296344ed8a7cfae018ca5a7d6ce5c9 -EBUILD text-hyphen-1.4.1-r3.ebuild 672 BLAKE2B d2f1a8741513fb30ac7c8e796b10ff3b0d75c0b14b1b4cd7289b25f0d6574a16d8482c472bca11f0d7f2f3f2b255cc28ade4eb0dd3fe19201316df01e281347b SHA512 f200c5d2d4ed256b01e91e2a59868e1437f91155fae8967c125f32d83a7c87d13035c50201a1c8741c4aa5b55ef2a57fa848b65aa393f316bdd714ab646fb052 EBUILD text-hyphen-1.5.0.ebuild 664 BLAKE2B b5ac7007b73be0a71cfde58c2239ed64cb0835d17b883d24a17512dd1eebfa64a2150647e83dfd7def67154df3334b2f973cecc9a2594577c855b3f08cf0ca81 SHA512 62f904b0822573980b62103d3c6c5ff7a95bd5c4f9939309b4eef8b6f2f7cbeaccde715743080fb45e076985ead4924838c79dc858873875906b945d52b61820 MISC metadata.xml 252 BLAKE2B 77e9556ac1d210367a95f4c47816618b685c707cf01d1543d988338e14794fb9ccfb9976ebd11f389db618616d91ee024d8e46dc3a1a356ba7a017a7796b44d1 SHA512 0a970a16d73747993198dd301a3127cef7e65a9f46816b40ca149669ba617826c1d81bac1e5ecf93d16079922964923d37301cd8160f22c823c1ec3b79ee56f1 diff --git a/dev-ruby/text-hyphen/text-hyphen-1.4.1-r3.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.4.1-r3.ebuild deleted file mode 100644 index 51f9506382fe..000000000000 --- a/dev-ruby/text-hyphen/text-hyphen-1.4.1-r3.ebuild +++ /dev/null @@ -1,28 +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.rdoc History.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Hyphenates words according to the rules of the language the word is written in" -HOMEPAGE="http://rubyforge.org/projects/text-format" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" - -ruby_add_bdepend " - test? ( - >=dev-ruby/hoe-2.8.0 - dev-ruby/test-unit:2 - )" - -all_ruby_prepare() { - sed -i -e '2igem "test-unit", ">= 2.0"' test/test_*.rb || die -} diff --git a/dev-ruby/thor/Manifest b/dev-ruby/thor/Manifest index 6d9e1ae80411..e9079059acf5 100644 --- a/dev-ruby/thor/Manifest +++ b/dev-ruby/thor/Manifest @@ -3,6 +3,5 @@ AUX thor-1.2.2-no-coverage.patch 752 BLAKE2B 936e3ef4ba494a8e1b221fbf2688c9487c1 DIST thor-git-1.2.1.tgz 96638 BLAKE2B 03826d2545c61f5fd433325bc65b244921fd0ed0f030ea173fa6f558ca9fd62ac52dca829c66de32569321b3d52353f306559fa34c34e472b1aa52184ba3d812 SHA512 88e58b6ca6c812cb84ab59e0ee8afcd8fa70b6c24d403cd5ea05d1d40ac30e85f2c7412611cc176eb541d16878e309d25c7e4284f64c760475925ffe359250b9 DIST thor-git-1.2.2.tgz 98213 BLAKE2B e71ee51eb5c982c585cf9bd9dffda8933975c9d0df8096015d125eefd0597a653887db1acfc132ce1f5a2e8ce4ab71c790a6c0bf39edd7c5e4c85a75de963944 SHA512 2c8af5d59f33691af63e813ba8dfe3392c279593f3e3ccf0ab2d6eb2ccce4220d93b7cb3413ad853e4bba14f4e2182c54caaf4944627cbcbefa31cdc0fabefc7 EBUILD thor-1.2.1-r1.ebuild 2156 BLAKE2B 92a0bd402228056e0348a1288cc591f7fad95847a2aed072a885600ed67dc409430bc2e54a8e5d7cb53d959569cbc7563865ff7bb7536c4da62d1b151a2dc818 SHA512 9152e5aca31ced4e776c4eb6dafb419d15ffd73e7a5addd98ecc24f31f608e70ef4590abd3c96d4170dc3cb1c20e76fe7ce6368ad9dca1ecf2a0efcc320c2344 -EBUILD thor-1.2.1.ebuild 2082 BLAKE2B d570ee2943e5f34e8217fbe327d57b6ac8f8cbf5adaa39c7a16870f6dac7129c8975930932c30b331f9b7143627d5da732bbdf6d700b73ca549dc9a8385ec572 SHA512 2e69b555b603d9a28a3bbfc96820ca09797a946a2f84d49ac0989fa8055ebfa8e740c9f1a15620900fbed2d27b844f02cf739b28a2058f2ef3dc845671243b80 EBUILD thor-1.2.2.ebuild 2163 BLAKE2B f9df9564137afe8860aa9d5aa768d337686ed1fcd3f366e08a34ad2bf229b263f657a5540f8398369313039c0880acdbfc83dedb07b2ef34fb5b89cd5af0a420 SHA512 c201c3e0c26443464580c2053b23426c181d9cce60267487a0c3ab15ef15d8e303dab549ccee8fb0cb5a064a1d99bb5eaea0fc7dafb79a6e1caf8312f4c108f8 MISC metadata.xml 681 BLAKE2B 18af48da65edba93d19a6a8541a5a79b63485d15108736b8b2c964a57006dd8e0bcc094261045a2598ab5537c3162cffc012e35dbff7c631e45f8de1657b5cd4 SHA512 ccc14bf0262a52707216bedfa51c46d5de83b04308d6768dd73e9d63a0e807ae5f069b9730b5e88311ddf51185aaec12144ffd8540044baf2b18d1208dee380a diff --git a/dev-ruby/thor/thor-1.2.1.ebuild b/dev-ruby/thor/thor-1.2.1.ebuild deleted file mode 100644 index 833e26c3ca37..000000000000 --- a/dev-ruby/thor/thor-1.2.1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 2000-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_BINWRAP="thor" - -RUBY_FAKEGEM_GEMSPEC="thor.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Simple and efficient tool for building self-documenting command line utilities" -HOMEPAGE="http://whatisthor.com/" - -SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux" -IUSE="doc" - -# For initial target porting (new rubies), we can make these test deps -# conditional with: -# 1. USE_RUBY="" ruby_add_bdepend ... -# 2. skip logic in each_ruby_test -ruby_add_bdepend " - test? ( - dev-ruby/childlabor - dev-ruby/webmock - ) -" - -RDEPEND+=" !=dev-ruby/rr-1.0 dev-ruby/activesupport )" -ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0" - -all_ruby_prepare() { - sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -all_ruby_install() { - all_fakegem_install - - dodoc -r examples -} diff --git a/dev-ruby/treetop/treetop-1.6.12.ebuild b/dev-ruby/treetop/treetop-1.6.12.ebuild index ed50b8952f53..f255b7c9d3e4 100644 --- a/dev-ruby/treetop/treetop-1.6.12.ebuild +++ b/dev-ruby/treetop/treetop-1.6.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="" -- cgit v1.2.3