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 8C5901581D3 for ; Fri, 24 May 2024 18:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28AA72BC01E; Fri, 24 May 2024 18:26:06 +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 101722BC01E for ; Fri, 24 May 2024 18:26:06 +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 E9182343030 for ; Fri, 24 May 2024 18:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F06B1B56 for ; Fri, 24 May 2024 18:26:02 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1716546265.a849461a679d7d29657fb69183b44c59345be67b.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-apps/xcur2png/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-apps/xcur2png/xcur2png-0.7.1.ebuild X-VCS-Directories: x11-apps/xcur2png/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: a849461a679d7d29657fb69183b44c59345be67b X-VCS-Branch: master Date: Fri, 24 May 2024 18:26:02 +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: 2a7421e7-f174-4753-a7af-f46821cfd693 X-Archives-Hash: c4e2dd1ff55f42e9467952c682ff677a commit: a849461a679d7d29657fb69183b44c59345be67b Author: tastytea tastytea de> AuthorDate: Fri May 24 10:24:25 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri May 24 10:24:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a849461a x11-apps/xcur2png: drop 0.7.1 Signed-off-by: tastytea tastytea.de> x11-apps/xcur2png/xcur2png-0.7.1.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild deleted file mode 100644 index 603e029c3..000000000 --- a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Convert X cursors to PNG images" -HOMEPAGE="https://github.com/eworm-de/xcur2png" -SRC_URI="https://github.com/eworm-de/xcur2png/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - media-libs/libpng - x11-libs/libXcursor -"