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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 204AC158064 for ; Sun, 12 May 2024 06:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B25E1E2A75; Sun, 12 May 2024 06:44:50 +0000 (UTC) Received: from graaff.moving-innovations.com (graaff.connected.by.freedominter.net [45.137.101.13]) by pigeon.gentoo.org (Postfix) with ESMTP id 28DAAE2A5F for ; Sun, 12 May 2024 06:44:49 +0000 (UTC) Received: by graaff.moving-innovations.com (Postfix, from userid 1000) id 011FA32720D; Sun, 12 May 2024 08:44:48 +0200 (CEST) From: Hans de Graaff To: gentoo-dev@lists.gentoo.org Cc: Hans de Graaff Subject: [gentoo-dev] [PATCH 1/3] ruby-ng-gnome2.eclass: remove "default" SRC_URI Date: Sun, 12 May 2024 08:44:26 +0200 Message-ID: <20240512064428.13434-1-graaff@gentoo.org> X-Mailer: git-send-email 2.43.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 56ee1f1d-4163-474a-bac0-d4da406245c4 X-Archives-Hash: e0911042bca476090dfab4dc9190bcfc This default was never used since it was always overwritten by the if/else following it. Signed-off-by: Hans de Graaff --- eclass/ruby-ng-gnome2.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index e10f1e625993..8cce47cf1903 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -44,7 +44,6 @@ BDEPEND="virtual/pkgconfig" ruby_add_bdepend " dev-ruby/pkg-config test? ( >=dev-ruby/test-unit-2 )" -SRC_URI="https://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" HOMEPAGE="https://ruby-gnome.github.io/" LICENSE="LGPL-2.1+" SLOT="0" -- 2.43.2