From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52AF615813A for ; Mon, 13 Jan 2025 07:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88259E07D8; Mon, 13 Jan 2025 07:10:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C0E1E077D for ; Mon, 13 Jan 2025 07:09:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B109340441 for ; Mon, 13 Jan 2025 07:09:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E97CA1D2A for ; Mon, 13 Jan 2025 07:09:56 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1736752187.7ba57925a0a5c4f792e51f4f077b0c5cdc05a8fe.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ox/Manifest dev-ruby/ox/ox-2.14.20.ebuild X-VCS-Directories: dev-ruby/ox/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7ba57925a0a5c4f792e51f4f077b0c5cdc05a8fe X-VCS-Branch: master Date: Mon, 13 Jan 2025 07:09:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b0b24c4-2c6c-485a-92bf-41ad707ca85c X-Archives-Hash: 66bb7d888bbcb560ec05c737cbb81312 commit: 7ba57925a0a5c4f792e51f4f077b0c5cdc05a8fe Author: Hans de Graaff gentoo org> AuthorDate: Mon Jan 13 06:54:13 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jan 13 07:09:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba57925 dev-ruby/ox: add 2.14.20 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ox/Manifest | 1 + dev-ruby/ox/ox-2.14.20.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest index 382f1eb31828..dd8f79604c83 100644 --- a/dev-ruby/ox/Manifest +++ b/dev-ruby/ox/Manifest @@ -1,2 +1,3 @@ DIST ox-2.14.18.tar.gz 224697 BLAKE2B 2add505ebaefc8d8915d2c64f7717073df2c2792efffa75d7e4653c7ebda91390fbb1929099506119535b939a365cecf902e7405d2d84f9240e45ceadeeb38f3 SHA512 9be6c2c6a5e0bc02ec86b1495455112930737d74c1771098b68089e45c2acf897c94a8c8c0b9fdc70ccf584a692eb6aece440d4f7bece9d75bde1cea595853dc DIST ox-2.14.19.tar.gz 225524 BLAKE2B dbed8012e82cc1b0ff4c86d73e22bb041432711824407252fe1e7a869ba9bc1aa3940810b6890db5f7b0196e0f5fbc4da7f4bf4741c5fef7d638980e30fb8bf3 SHA512 db502e62be78086df8ee6499d0c26260a9d93b5c0a7460e454a80d7a41066374bc802bcebe83553d5f955c76692fd953914fba84a83f40c135cdbb251dea13b4 +DIST ox-2.14.20.tar.gz 225719 BLAKE2B 8fdd4b95a9a3a2843b02e2796afe65cc54b5a50a427a94d5a3f7616120576cc91ffab2d7e2cfc00e6b77c8810fe6aea4a2c06aa5ecc52c0dc41217187848b39d SHA512 70f4e5c6f4fdf2d9b771deb63a5722abec69419649cd4fcbe6fab416a9f928233e25be3031fec9da1f07c03c4a7817247155509d8bd64a2f88c74f1f7edb1c6b diff --git a/dev-ruby/ox/ox-2.14.20.ebuild b/dev-ruby/ox/ox-2.14.20.ebuild new file mode 100644 index 000000000000..412f8a9a4f54 --- /dev/null +++ b/dev-ruby/ox/ox-2.14.20.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_GEMSPEC="ox.gemspec" + +RUBY_FAKEGEM_EXTENSIONS=(ext/ox/extconf.rb) +RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/ox + +inherit ruby-fakegem + +DESCRIPTION="A fast XML parser and Object marshaller" +HOMEPAGE="https://www.ohler.com/ox/ https://github.com/ohler55/ox" +SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" + +ruby_add_rdepend ">=dev-ruby/bigdecimal-3.0" + +each_ruby_test() { + ${RUBY} test/tests.rb || die +}