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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83DCA15800B for ; Wed, 5 Apr 2023 08:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5354AE0872; Wed, 5 Apr 2023 08:25:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3BF2EE0872 for ; Wed, 5 Apr 2023 08:25:41 +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 55C2E340E6C for ; Wed, 5 Apr 2023 08:25:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E09FBA1F for ; Wed, 5 Apr 2023 08:25:38 +0000 (UTC) From: "Naohiro Aota" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Naohiro Aota" Message-ID: <1680683113.23e1c6cb0b6599bf877734d3ecc8097f137dce8b.naota@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gio2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-gio2/Manifest dev-ruby/ruby-gio2/ruby-gio2-4.1.2.ebuild X-VCS-Directories: dev-ruby/ruby-gio2/ X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota X-VCS-Revision: 23e1c6cb0b6599bf877734d3ecc8097f137dce8b X-VCS-Branch: master Date: Wed, 5 Apr 2023 08:25:38 +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: 43a2bcad-9070-4f22-b6e4-e12bd15b9cc4 X-Archives-Hash: 5b4462a0d463041d9de02537cee7cd57 commit: 23e1c6cb0b6599bf877734d3ecc8097f137dce8b Author: Naohiro Aota gentoo org> AuthorDate: Wed Feb 8 15:20:51 2023 +0000 Commit: Naohiro Aota gentoo org> CommitDate: Wed Apr 5 08:25:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e1c6cb dev-ruby/ruby-gio2: add 4.1.2 Signed-off-by: Naohiro Aota gentoo.org> dev-ruby/ruby-gio2/Manifest | 1 + dev-ruby/ruby-gio2/ruby-gio2-4.1.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ruby/ruby-gio2/Manifest b/dev-ruby/ruby-gio2/Manifest index 3402145bf8c5..d288a30647ef 100644 --- a/dev-ruby/ruby-gio2/Manifest +++ b/dev-ruby/ruby-gio2/Manifest @@ -1 +1,2 @@ DIST ruby-gnome2-3.5.1.tar.gz 2613400 BLAKE2B ab9b7e3b6322b5b89a6bf4d529d5b5abdfbe50b1e099cfba67f089bab3abd39c2a96b57305b13311e9c34957c57107e31708cc76ffa4c20d84af2294f7bf7bb4 SHA512 9423c18587c11b6c317a58ec817e886c99ab37b29271b1684d7c793655a121c8b20c9630347d5f248e687843fd888e2137dca5d3d232121d87565ee2707f2f21 +DIST ruby-gnome2-4.1.2.tar.gz 2708791 BLAKE2B ef24788d8c65f96c76b43d8adc38af21dfb3bfe2f8ae2157f6978993fe65e9735030e9912e8eb1ff5ff90ab1c67701ae61ac3b0790cb285646f26b6193d74be5 SHA512 898ae5bcd7a6347d7392b7888c19493905f6e660afb61f17a60b1f22e4069329ef6ccc9277375a2c40b4d998a309b61de6797f50c4633c0f5de22d2e85252537 diff --git a/dev-ruby/ruby-gio2/ruby-gio2-4.1.2.ebuild b/dev-ruby/ruby-gio2/ruby-gio2-4.1.2.ebuild new file mode 100644 index 000000000000..e1bf4e07c34e --- /dev/null +++ b/dev-ruby/ruby-gio2/ruby-gio2-4.1.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby27 ruby30 ruby31" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby binding of gio-2" +KEYWORDS="~amd64 ~ppc ~riscv ~x86" +IUSE="" + +DEPEND+=" dev-libs/glib + test? ( sys-apps/dbus )" +RDEPEND+=" dev-libs/glib" +ruby_add_rdepend "~dev-ruby/ruby-glib2-${PV} + ~dev-ruby/ruby-gobject-introspection-${PV}" + +each_ruby_test() { + XDG_RUNTIME_DIR=${T} dbus-launch ${RUBY} test/run-test.rb || die +}