Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-aa-xcursors/
Date: Sun, 03 Jun 2018 07:26:34
Message-Id: 1528010767.f607b2232fcff9248e91301185218bf5b4a821d0.zlogene@gentoo
1 commit: f607b2232fcff9248e91301185218bf5b4a821d0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 07:26:07 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 07:26:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f607b223
7
8 x11-themes/vanilla-dmz-aa-xcursors: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.7
11
12 x11-themes/vanilla-dmz-aa-xcursors/Manifest | 1 -
13 .../vanilla-dmz-aa-xcursors-0.4.ebuild | 43 ----------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/x11-themes/vanilla-dmz-aa-xcursors/Manifest b/x11-themes/vanilla-dmz-aa-xcursors/Manifest
17 index 15344e4ee82..359ecbe175e 100644
18 --- a/x11-themes/vanilla-dmz-aa-xcursors/Manifest
19 +++ b/x11-themes/vanilla-dmz-aa-xcursors/Manifest
20 @@ -1,2 +1 @@
21 DIST dmz-cursor-theme_0.4.5.tar.xz 947544 BLAKE2B 6c945575f57c3db87a95545ef023a4a7d8cc6a329c5a083d0501452e34c9603568cfe41e495bae4d2982d01641dbcd4deef39e0291d6aa12e4d7a35c47e4797c SHA512 627fff9e4f690e30c6acbedb06035abc3ca7f6c6656a7e1290d752e115dbd8a41c37a2fe0d7cd7ece697c54dd7a343dd78d3c4604d124158961d95125f899f73
22 -DIST vanilla-dmz-aa-0.4.tar.bz2 159309 BLAKE2B 20ad256d31d101954ba7b41c52624da02e11a52072815a4c13e92787bf930e9fdd17eb8c96af371ee69f254204f225698f571f8459aa85701ff29bc053a7c6b6 SHA512 08a4a0d7e685d77c79b3f917b60cf7e6572bd9828b8314a335727baf8e51d7cf175c6a800ffa2761c5ccea275411e8552c56b39c7ed092effde8ecec784cf446
23
24 diff --git a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.ebuild b/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.ebuild
25 deleted file mode 100644
26 index ca7a6687d4e..00000000000
27 --- a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=0
34 -
35 -MY_PN="Vanilla-DMZ-AA"
36 -DESCRIPTION="Style neutral scalable cursor theme"
37 -HOMEPAGE="http://jimmac.musichall.cz/themes.php?skin=7"
38 -SRC_URI="http://jimmac.musichall.cz/zip/${P/-xcursors}.tar.bz2"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 sparc x86"
43 -IUSE=""
44 -
45 -S=${WORKDIR}/${MY_PN}
46 -
47 -src_install() {
48 - insinto /usr/share/cursors/xorg-x11/${MY_PN}
49 - doins -r cursors || die "doins failed"
50 -}
51 -
52 -pkg_postinst() {
53 - elog "To use this set of cursors, edit or create the file ~/.Xdefaults"
54 - elog "and add the following line:"
55 - elog "Xcursor.theme: ${MY_PN}"
56 - elog
57 - elog "You can change the size by adding a line like:"
58 - elog "Xcursor.size: 48"
59 - elog
60 - elog "Also, to globally use this set of mouse cursors edit the file:"
61 - elog " /usr/share/cursors/xorg-x11/default/index.theme"
62 - elog "and change the line:"
63 - elog " Inherits=[current setting]"
64 - elog "to"
65 - elog " Inherits=${MY_PN}"
66 - elog
67 - elog "Note this will be overruled by a user's ~/.Xdefaults file."
68 - elog
69 - ewarn "If you experience flickering, try setting the following line in"
70 - ewarn "the Device section of your xorg.conf file:"
71 - ewarn " Option \"HWCursor\" \"false\""
72 -}