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 57C70158020 for ; Thu, 1 Dec 2022 15:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32F42E07E2; Thu, 1 Dec 2022 15:44:24 +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 18C17E07E2 for ; Thu, 1 Dec 2022 15:44:24 +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 20946340F11 for ; Thu, 1 Dec 2022 15:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 766CC77F for ; Thu, 1 Dec 2022 15:44:19 +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: <1669909444.a7b6d55449497bbbb3c22cb29e3a28ec9f99847b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-rsvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-rsvg/Manifest dev-ruby/ruby-rsvg/metadata.xml dev-ruby/ruby-rsvg/ruby-rsvg-3.4.3.ebuild X-VCS-Directories: dev-ruby/ruby-rsvg/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a7b6d55449497bbbb3c22cb29e3a28ec9f99847b X-VCS-Branch: master Date: Thu, 1 Dec 2022 15:44:19 +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: 25129ddc-01b4-4cda-88bb-2da49f987947 X-Archives-Hash: a4282c2681616d021dbf048c5b991b36 commit: a7b6d55449497bbbb3c22cb29e3a28ec9f99847b Author: Matt Turner gentoo org> AuthorDate: Thu Dec 1 15:38:37 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 1 15:44:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b6d554 dev-ruby/ruby-rsvg: Delete Bug: https://bugs.gentoo.org/877153 Signed-off-by: Matt Turner gentoo.org> dev-ruby/ruby-rsvg/Manifest | 1 - dev-ruby/ruby-rsvg/metadata.xml | 11 ----------- dev-ruby/ruby-rsvg/ruby-rsvg-3.4.3.ebuild | 29 ----------------------------- 3 files changed, 41 deletions(-) diff --git a/dev-ruby/ruby-rsvg/Manifest b/dev-ruby/ruby-rsvg/Manifest deleted file mode 100644 index 7f70af3b2295..000000000000 --- a/dev-ruby/ruby-rsvg/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-rsvg/metadata.xml b/dev-ruby/ruby-rsvg/metadata.xml deleted file mode 100644 index 3b50d592e675..000000000000 --- a/dev-ruby/ruby-rsvg/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - ruby-gnome/ruby-gnome - - diff --git a/dev-ruby/ruby-rsvg/ruby-rsvg-3.4.3.ebuild b/dev-ruby/ruby-rsvg/ruby-rsvg-3.4.3.ebuild deleted file mode 100644 index b08e2854aefd..000000000000 --- a/dev-ruby/ruby-rsvg/ruby-rsvg-3.4.3.ebuild +++ /dev/null @@ -1,29 +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_FAKEGEM_NAME=rsvg2 - -inherit ruby-ng-gnome2 - -RUBY_S=ruby-gnome-${PV}/rsvg2 - -DESCRIPTION="Ruby bindings for librsvg" -KEYWORDS="amd64 ~ppc ~x86" - -RDEPEND+=" >=gnome-base/librsvg-2.16.1[introspection]" - -ruby_add_rdepend " - ~dev-ruby/ruby-cairo-gobject-${PV} - ~dev-ruby/ruby-gdkpixbuf2-${PV} -" - -all_ruby_prepare() { - ruby-ng-gnome2_all_ruby_prepare - - # Avoid test that fails and may be version-specific - sed -i -e '/test_unlimited/aomit "version specific?"' \ - test/test-handle.rb || die -}