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 0D5B315838C for ; Sat, 27 Jan 2024 10:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58220E29C8; Sat, 27 Jan 2024 10:09:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 44641E29C8 for ; Sat, 27 Jan 2024 10:09:49 +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 8CD4734335B for ; Sat, 27 Jan 2024 10:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21DC6BE7 for ; Sat, 27 Jan 2024 10:09:47 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1706350072.d78a45031ad4539e3fa6a8a49a8f357f731b754c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/gnustep-back/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/gnustep-back/gnustep-back-0.28.0.ebuild X-VCS-Directories: virtual/gnustep-back/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d78a45031ad4539e3fa6a8a49a8f357f731b754c X-VCS-Branch: master Date: Sat, 27 Jan 2024 10:09:47 +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: 94670f8a-8102-4f13-8ea6-6b24a27e1c56 X-Archives-Hash: 7eaf021442b7da1740fbf1bdfe977e17 commit: d78a45031ad4539e3fa6a8a49a8f357f731b754c Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 13 07:09:18 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 27 10:07:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78a4503 virtual/gnustep-back: drop 0.28.0 Signed-off-by: Ulrich Müller gentoo.org> virtual/gnustep-back/gnustep-back-0.28.0.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/virtual/gnustep-back/gnustep-back-0.28.0.ebuild b/virtual/gnustep-back/gnustep-back-0.28.0.ebuild deleted file mode 100644 index dfb8e0474d95..000000000000 --- a/virtual/gnustep-back/gnustep-back-0.28.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library" -SLOT="0" -KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND="|| ( - ~gnustep-base/gnustep-back-cairo-${PV} - ~gnustep-base/gnustep-back-art-${PV} - ~gnustep-base/gnustep-back-xlib-${PV} - )"