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 0452515ACFB for ; Sun, 9 Apr 2023 04:06:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 170C6E08A4; Sun, 9 Apr 2023 04:06:01 +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 E05B5E08A5 for ; Sun, 9 Apr 2023 04:06:00 +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 F0B593407E6 for ; Sun, 9 Apr 2023 04:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BA85A4F for ; Sun, 9 Apr 2023 04:05:56 +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: <1681013146.9215b5d07f7280b9c9bce5f37ebc0699f54d449b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/xcursor-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/xcursor-themes/Manifest x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild X-VCS-Directories: x11-themes/xcursor-themes/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9215b5d07f7280b9c9bce5f37ebc0699f54d449b X-VCS-Branch: master Date: Sun, 9 Apr 2023 04:05:56 +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: 68af64e2-a6db-455c-b00e-80e547b56fbb X-Archives-Hash: 44dfd7b0b4209377ebf9cf6e414b8caf commit: 9215b5d07f7280b9c9bce5f37ebc0699f54d449b Author: Matt Turner gentoo org> AuthorDate: Sun Apr 9 04:02:29 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 9 04:05:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9215b5d0 x11-themes/xcursor-themes: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-themes/xcursor-themes/Manifest | 1 - .../xcursor-themes/xcursor-themes-1.0.6-r1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/x11-themes/xcursor-themes/Manifest b/x11-themes/xcursor-themes/Manifest index d40a1020e998..3a1ff71bd1eb 100644 --- a/x11-themes/xcursor-themes/Manifest +++ b/x11-themes/xcursor-themes/Manifest @@ -1,2 +1 @@ -DIST xcursor-themes-1.0.6.tar.bz2 2363089 BLAKE2B faf6041152d9b42f37ab4d9691f4f11c6b5be52f968f57f88348c0630fb5d5f42ee866ba7ee6072bb4b5ff9121ac36bf49a524b3ceee7e069707dec72767e723 SHA512 2ad3586a5571a5ddc0001187362b54b839644916164834213af98e58698044aec4392dd6e1e42f1794fda85c8fedf259b09214a9636bd0e71a1629c710f198d3 DIST xcursor-themes-1.0.7.tar.xz 1490616 BLAKE2B d759f4ad2cfa50feace45aef1a3f0e0b561e48ad7c4d47e1f36bee26ad1c95a52aacce989ab6e4127d5a3412948fa08ef0129cc60d0788c19d0b52cb1fde0346 SHA512 910925dd17c576028ae0d9dfe5683888648b941806b53cd9ff74ed18ff2de537664b07ab4c647a55290aeba37f6051f322b29e8ecd54f348e32abe2ccea1c902 diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild deleted file mode 100644 index dac2e6be8d6a..000000000000 --- a/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_MODULE=data/ -inherit xorg-3 - -DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" - -BDEPEND=" - x11-apps/xcursorgen -" -RDEPEND=" - x11-libs/libX11 - x11-libs/libXcursor -"