summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-06-03 10:26:07 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-06-03 10:26:07 +0300
commitf607b2232fcff9248e91301185218bf5b4a821d0 (patch)
tree526c617f7d912c2d7717dc8891e0654c90d19c07 /x11-themes
parentx11-themes/vanilla-dmz-aa-xcursors: ppc stable wrt bug #652188 (diff)
downloadgentoo-f607b2232fcff9248e91301185218bf5b4a821d0.tar.gz
gentoo-f607b2232fcff9248e91301185218bf5b4a821d0.tar.bz2
gentoo-f607b2232fcff9248e91301185218bf5b4a821d0.zip
x11-themes/vanilla-dmz-aa-xcursors: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.7
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/vanilla-dmz-aa-xcursors/Manifest1
-rw-r--r--x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/x11-themes/vanilla-dmz-aa-xcursors/Manifest b/x11-themes/vanilla-dmz-aa-xcursors/Manifest
index 15344e4ee82f..359ecbe175e8 100644
--- a/x11-themes/vanilla-dmz-aa-xcursors/Manifest
+++ b/x11-themes/vanilla-dmz-aa-xcursors/Manifest
@@ -1,2 +1 @@
DIST dmz-cursor-theme_0.4.5.tar.xz 947544 BLAKE2B 6c945575f57c3db87a95545ef023a4a7d8cc6a329c5a083d0501452e34c9603568cfe41e495bae4d2982d01641dbcd4deef39e0291d6aa12e4d7a35c47e4797c SHA512 627fff9e4f690e30c6acbedb06035abc3ca7f6c6656a7e1290d752e115dbd8a41c37a2fe0d7cd7ece697c54dd7a343dd78d3c4604d124158961d95125f899f73
-DIST vanilla-dmz-aa-0.4.tar.bz2 159309 BLAKE2B 20ad256d31d101954ba7b41c52624da02e11a52072815a4c13e92787bf930e9fdd17eb8c96af371ee69f254204f225698f571f8459aa85701ff29bc053a7c6b6 SHA512 08a4a0d7e685d77c79b3f917b60cf7e6572bd9828b8314a335727baf8e51d7cf175c6a800ffa2761c5ccea275411e8552c56b39c7ed092effde8ecec784cf446
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
deleted file mode 100644
index ca7a6687d4e4..000000000000
--- a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-MY_PN="Vanilla-DMZ-AA"
-DESCRIPTION="Style neutral scalable cursor theme"
-HOMEPAGE="http://jimmac.musichall.cz/themes.php?skin=7"
-SRC_URI="http://jimmac.musichall.cz/zip/${P/-xcursors}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 sparc x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_PN}
-
-src_install() {
- insinto /usr/share/cursors/xorg-x11/${MY_PN}
- doins -r cursors || die "doins failed"
-}
-
-pkg_postinst() {
- elog "To use this set of cursors, edit or create the file ~/.Xdefaults"
- elog "and add the following line:"
- elog "Xcursor.theme: ${MY_PN}"
- elog
- elog "You can change the size by adding a line like:"
- elog "Xcursor.size: 48"
- elog
- elog "Also, to globally use this set of mouse cursors edit the file:"
- elog " /usr/share/cursors/xorg-x11/default/index.theme"
- elog "and change the line:"
- elog " Inherits=[current setting]"
- elog "to"
- elog " Inherits=${MY_PN}"
- elog
- elog "Note this will be overruled by a user's ~/.Xdefaults file."
- elog
- ewarn "If you experience flickering, try setting the following line in"
- ewarn "the Device section of your xorg.conf file:"
- ewarn " Option \"HWCursor\" \"false\""
-}