Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
Date: Wed, 24 Jun 2020 20:13:27
Message-Id: 1593029582.2d48801a19480293c228bacbbee0d48863cbebc8.mattst88@gentoo
1 commit: 2d48801a19480293c228bacbbee0d48863cbebc8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 24 20:10:14 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 24 20:13:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d48801a
7
8 x11-themes/gentoo-xcursors: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-themes/gentoo-xcursors/Manifest | 1 -
13 .../gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 48 ----------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/x11-themes/gentoo-xcursors/Manifest b/x11-themes/gentoo-xcursors/Manifest
17 index 374a6f11b48..b0342143879 100644
18 --- a/x11-themes/gentoo-xcursors/Manifest
19 +++ b/x11-themes/gentoo-xcursors/Manifest
20 @@ -1,2 +1 @@
21 -DIST gentoo-cursors-tad-0.3.1.tar.bz2 1196991 BLAKE2B 126c90b93e5071dbd68c4bb1188cc43b67c74fae5cc0d4b01c08ed0057f8421462116bbafc3862878d43d48591a507ae95d274b8ec0ea11954c3605753160a6b SHA512 b153d5860ec2167a57eba1073ec226fa7d49d256ba20ca4c18b2bac779e6944971253db51a4585d72439c4e5433464991f2e025aaa89b4a3793e15b8bd74cad9
22 DIST gentoo-xcursors-0.3.2.tar.gz 2035025 BLAKE2B 520dbb3f8fe77bc915bb60c81f2abf4fce1ee6fb349ae5064ff5d2fa10c0af7ba2dd00dc0b36f992c96169214c4ebd28dceb1ba069e638e5efab7088ba804fe6 SHA512 5ccbd2e8be7bda4da0578c5a08d967dded9dc4c9163eb96f629c0eaa548f2e46e85f7301de44d5be707cc63a988b925c9c222863da5bac9095dc5170ca9c4aea
23
24 diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
25 deleted file mode 100644
26 index 1e4e92fead8..00000000000
27 --- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 2005-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DESCRIPTION="A high quality set of animated mouse cursors"
36 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
37 -SRC_URI="mirror://gentoo/${PN/xcursors/cursors}-tad-${PV}.tar.bz2"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
42 -IUSE=""
43 -
44 -RDEPEND=""
45 -DEPEND="${RDEPEND}"
46 -
47 -S="${WORKDIR}/cursors"
48 -
49 -src_install() {
50 - insinto /usr/share/cursors/xorg-x11
51 - doins -r *
52 -}
53 -
54 -pkg_postinst() {
55 - einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
56 - einfo "and add the following line (for example):"
57 - einfo "Xcursor.theme: gentoo"
58 - einfo ""
59 - einfo "You can change the size by adding a line like:"
60 - einfo "Xcursor.size: 48"
61 - einfo ""
62 - einfo "Also, to globally use this set of mouse cursors edit the file:"
63 - einfo " /usr/local/share/cursors/xorg-x11/default/index.theme"
64 - einfo "and change the line:"
65 - einfo " Inherits=[current setting]"
66 - einfo "to (for example)"
67 - einfo " Inherits=gentoo"
68 - einfo ""
69 - einfo "Note this will be overruled by a user's ~/.Xdefaults file."
70 - einfo ""
71 - ewarn "If you experience flickering, try setting the following line in"
72 - ewarn ""
73 - ewarn "the Device section of your xorg.conf file:"
74 - ewarn " Option \"HWCursor\" \"false\""
75 - einfo ""
76 - einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue."
77 -}