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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D3151382C5 for ; Sun, 9 May 2021 21:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 750B1E0822; Sun, 9 May 2021 21:53:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B91AE0822 for ; Sun, 9 May 2021 21:53:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43915335D2C for ; Sun, 9 May 2021 21:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D1C85C4 for ; Sun, 9 May 2021 21:53:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1620597171.d423a36dc78a0b041922dc1bed774a79c7dc4716.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/freedesktop-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild X-VCS-Directories: virtual/freedesktop-icon-theme/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d423a36dc78a0b041922dc1bed774a79c7dc4716 X-VCS-Branch: master Date: Sun, 9 May 2021 21:53:05 +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: f2d25813-3c73-419f-b5b3-27901e21fa42 X-Archives-Hash: cf7a7ef987e33d24e376646601f862d3 commit: d423a36dc78a0b041922dc1bed774a79c7dc4716 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 9 21:42:46 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 9 21:52:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d423a36d virtual/freedesktop-icon-theme: Drop 0-r3 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../freedesktop-icon-theme-0-r3.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild deleted file mode 100644 index 3c2cf96d15f..00000000000 --- a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A virtual to choose between different icon themes" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" - -RDEPEND="|| ( - x11-themes/adwaita-icon-theme - x11-themes/faenza-icon-theme - lxde-base/lxde-icon-theme - x11-themes/tango-icon-theme - kde-frameworks/oxygen-icons - x11-themes/mate-icon-theme - x11-themes/elementary-xfce-icon-theme -) -"