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 B18EF158095 for ; Sat, 30 Jul 2022 23:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DF36E0A4A; Sat, 30 Jul 2022 23:32:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 330B9E05AC for ; Sat, 30 Jul 2022 23:32:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB7A6340F45 for ; Sat, 30 Jul 2022 23:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AE1355A for ; Sat, 30 Jul 2022 23:32:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659223350.de0c23f5022ef060c4acfe35456d5e684362537f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild X-VCS-Directories: x11-themes/gentoo-xcursors/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de0c23f5022ef060c4acfe35456d5e684362537f X-VCS-Branch: master Date: Sat, 30 Jul 2022 23:32:21 +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: b549a2dc-bfa1-44dc-9708-c098841d8d3f X-Archives-Hash: a74927b63ef1b3d7b0745d37e604f04f commit: de0c23f5022ef060c4acfe35456d5e684362537f Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri Jul 29 13:31:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 30 23:22:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0c23f5 x11-themes/gentoo-xcursors: drop 0.3.2-r2 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/26651 Signed-off-by: Sam James gentoo.org> .../gentoo-xcursors-0.3.2-r2.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild deleted file mode 100644 index e76461648e2d..000000000000 --- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A high quality set of animated mouse cursors" -HOMEPAGE="https://schlomp.space/tastytea/gentoo-xcursors" -SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" - -src_install() { - insinto /usr/share/icons - doins -r cursors/* - - # Add symlinks in Gentoo-specific location for backwards compatibility, #848606 - mkdir -p ${ED}/usr/share/cursors/xorg-x11 || die - cd ${ED}/usr/share/cursors/xorg-x11 || die - for cursorset in ../../icons/*; do - dosym ${cursorset} /usr/share/cursors/xorg-x11/${cursorset##*/} - done -} - -pkg_postinst() { - einfo "To use this set of cursors, consult ." - einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue." -}