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 82114158020 for ; Thu, 1 Dec 2022 15:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B2C3E07C7; Thu, 1 Dec 2022 15:44:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5E265E07B2 for ; Thu, 1 Dec 2022 15:44:22 +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 A34A2340F09 for ; Thu, 1 Dec 2022 15:44:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAEF6775 for ; Thu, 1 Dec 2022 15:44:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1669909442.21ee971961febf97cdf51339a3a7be3d66f82bde.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-goffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-goffice/Manifest dev-ruby/ruby-goffice/metadata.xml dev-ruby/ruby-goffice/ruby-goffice-3.4.3.ebuild X-VCS-Directories: dev-ruby/ruby-goffice/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 21ee971961febf97cdf51339a3a7be3d66f82bde X-VCS-Branch: master Date: Thu, 1 Dec 2022 15:44:18 +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: d85eccc5-4a4d-40d5-bbc1-f54fd83f4957 X-Archives-Hash: 5bfa3c890e7524593612aadca574f5e9 commit: 21ee971961febf97cdf51339a3a7be3d66f82bde Author: Matt Turner gentoo org> AuthorDate: Thu Dec 1 15:38:35 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 1 15:44:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ee9719 dev-ruby/ruby-goffice: Delete Bug: https://bugs.gentoo.org/877153 Signed-off-by: Matt Turner gentoo.org> dev-ruby/ruby-goffice/Manifest | 1 - dev-ruby/ruby-goffice/metadata.xml | 11 ---------- dev-ruby/ruby-goffice/ruby-goffice-3.4.3.ebuild | 28 ------------------------- 3 files changed, 40 deletions(-) diff --git a/dev-ruby/ruby-goffice/Manifest b/dev-ruby/ruby-goffice/Manifest deleted file mode 100644 index 7f70af3b2295..000000000000 --- a/dev-ruby/ruby-goffice/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ruby-gnome2-3.4.3.tar.gz 3136727 BLAKE2B 3b85136b90e7a9de14f38fbdb55d9c143719e697ff60fdd4c09921b5d0c6363cf27b7b2da55d93a95d302e62879c321df20e729d4a3d9d2e8d1f2a4afb8c6e49 SHA512 ac4614647c20080eb850d47938b00eb69730aef6672a35cf290619a5c3e01007ac59e75995e36398a0ddaed61db2f4ccdf9d26d2453fff9d5160073ee73081b8 diff --git a/dev-ruby/ruby-goffice/metadata.xml b/dev-ruby/ruby-goffice/metadata.xml deleted file mode 100644 index 3b50d592e675..000000000000 --- a/dev-ruby/ruby-goffice/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - ruby-gnome/ruby-gnome - - diff --git a/dev-ruby/ruby-goffice/ruby-goffice-3.4.3.ebuild b/dev-ruby/ruby-goffice/ruby-goffice-3.4.3.ebuild deleted file mode 100644 index 50e96f153494..000000000000 --- a/dev-ruby/ruby-goffice/ruby-goffice-3.4.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_GNOME2_NEED_VIRTX=yes - -inherit ruby-ng-gnome2 - -DESCRIPTION="Ruby GOffice bindings" -KEYWORDS="amd64 ~ppc ~x86" -IUSE="" - -DEPEND+=" x11-libs/goffice[introspection]" -RDEPEND+=" x11-libs/goffice[introspection]" - -ruby_add_rdepend " - ~dev-ruby/ruby-gsf-${PV} - ~dev-ruby/ruby-gtk3-${PV}" - -all_ruby_prepare() { - ruby-ng-gnome2_all_ruby_prepare - - # https://github.com/ruby-gnome/ruby-gnome/issues/1316 - sed -i -e '/only_goffice_version/s/0, 10, 27/0, 10/' \ - test/test-data-scalar-str.rb -}