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 7FA27158064 for ; Fri, 10 May 2024 00:33:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F0C6E29E2; Fri, 10 May 2024 00:33:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 079F6E29E0 for ; Fri, 10 May 2024 00:33:27 +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 3AC063430DE for ; Fri, 10 May 2024 00:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3348C1A9A for ; Fri, 10 May 2024 00:33:22 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1715283318.adb1b6fbb73973eec18242638a4b53734743b91a.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: virtual/mgcv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: virtual/mgcv/mgcv-0.ebuild X-VCS-Directories: virtual/mgcv/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: adb1b6fbb73973eec18242638a4b53734743b91a X-VCS-Branch: master Date: Fri, 10 May 2024 00:33:22 +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: 6413b4d2-dffb-4dd1-878d-c0536a14195a X-Archives-Hash: dac3fe415511a1b5b5701fae829c0a2e commit: adb1b6fbb73973eec18242638a4b53734743b91a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu May 9 19:35:18 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu May 9 19:35:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=adb1b6fb virtual/mgcv: treeclean Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> virtual/mgcv/mgcv-0.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/virtual/mgcv/mgcv-0.ebuild b/virtual/mgcv/mgcv-0.ebuild deleted file mode 100644 index b6d18483d4..0000000000 --- a/virtual/mgcv/mgcv-0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual of a R recommended package" -SRC_URI="" - -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - || ( - dev-lang/R[-minimal] - dev-R/mgcv - ) -"