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 213B5138336 for ; Sun, 3 Feb 2019 14:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B5E1E0BC4; Sun, 3 Feb 2019 14:08:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E082CE0BB8 for ; Sun, 3 Feb 2019 14:08:20 +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 AE7C333BEE0 for ; Sun, 3 Feb 2019 14:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF2B052E for ; Sun, 3 Feb 2019 14:08:16 +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: <1549202870.135b618956f804b69f16cfa43ed508aa2f9dc402.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/golden-xcursors/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild X-VCS-Directories: x11-themes/golden-xcursors/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 135b618956f804b69f16cfa43ed508aa2f9dc402 X-VCS-Branch: master Date: Sun, 3 Feb 2019 14:08:16 +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: 90d9832b-7a53-466f-b52d-f61b948d0a2f X-Archives-Hash: 62cfa87725264b8fc15aff15be5fa14b commit: 135b618956f804b69f16cfa43ed508aa2f9dc402 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jan 30 17:17:56 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 3 14:07:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135b6189 x11-themes/golden-xcursors: drop old Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10943 Signed-off-by: Andreas Sturmlechner gentoo.org> .../golden-xcursors/golden-xcursors-0.8.ebuild | 46 ---------------------- 1 file changed, 46 deletions(-) diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild deleted file mode 100644 index 0d47c8ef627..00000000000 --- a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -MY_P="5507-Golden-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=5507" -SRC_URI="http://www.kde-look.org/content/files/$MY_P.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_install() { - dodir /usr/share/cursors/xorg-x11/Gold/cursors/ - cp -R "${WORKDIR}"/${MY_P:5}/Gold/cursors "${D}"/usr/share/cursors/xorg-x11/Gold/ || die - dodoc "${WORKDIR}"/${MY_P:5}/README -} - -pkg_postinst() { - einfo "To use this set of cursors, edit or create the file ~/.Xdefaults" - einfo "and add the following line:" - einfo "Xcursor.theme: Gold" - einfo "" - einfo "You can change the size by adding a line like:" - einfo "Xcursor.size: 48" - einfo "" - einfo "Also, to globally use this set of mouse cursors edit the file:" - einfo " /usr/share/cursors/xorg-x11/default/index.theme" - einfo "and change the line:" - einfo " Inherits=[current setting]" - einfo "to" - einfo " Inherits=Gold" - einfo "" - einfo "Note this will be overruled by a user's ~/.Xdefaults file." - einfo "" - ewarn "If you experience flickering, try setting the following line in" - ewarn "" - ewarn "the Device section of your xorg.conf file:" - ewarn " Option \"HWCursor\" \"false\"" -}