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 1B7FD13835C for ; Mon, 26 Apr 2021 19:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5811DE08FA; Mon, 26 Apr 2021 19:20:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4089FE08FA for ; Mon, 26 Apr 2021 19:20:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 19B853410AC for ; Mon, 26 Apr 2021 19:20:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F4C5735 for ; Mon, 26 Apr 2021 19:20:51 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1619464816.9c535a4c3f973a3f1bd65d3dc696ecd7ce976c8a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild X-VCS-Directories: x11-themes/silver-xcursors/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 9c535a4c3f973a3f1bd65d3dc696ecd7ce976c8a X-VCS-Branch: master Date: Mon, 26 Apr 2021 19:20:51 +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: 1a56d0a7-ad55-4bbe-a8da-eb50be38fe9d X-Archives-Hash: 14636a46f1eccec6c696082ab7a0ee20 commit: 9c535a4c3f973a3f1bd65d3dc696ecd7ce976c8a Author: Conrad Kostecki gentoo org> AuthorDate: Mon Apr 26 18:29:53 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Apr 26 19:20:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c535a4c x11-themes/silver-xcursors: drop old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> .../silver-xcursors/silver-xcursors-0.4-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild deleted file mode 100644 index 5345336dffd..00000000000 --- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="5533-Silver-XCursors-3D-${PV}" -DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=5533" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86" - -S="${WORKDIR}/${MY_P:5}" - -src_install() { - dodir /usr/share/cursors/xorg-x11/Silver/cursors/ - cp -R Silver/cursors "${D}"/usr/share/cursors/xorg-x11/Silver/ || die - dodoc README "${FILESDIR}"/README.gentoo -}