summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-06-24 13:10:14 -0700
committerMatt Turner <mattst88@gentoo.org>2020-06-24 13:13:02 -0700
commit2d48801a19480293c228bacbbee0d48863cbebc8 (patch)
tree6ffb08e2bd8069069673f4f5b121fd11ef86b289 /x11-themes/gentoo-xcursors
parentx11-libs/pixman: Drop old versions (diff)
downloadgentoo-2d48801a19480293c228bacbbee0d48863cbebc8.tar.gz
gentoo-2d48801a19480293c228bacbbee0d48863cbebc8.tar.bz2
gentoo-2d48801a19480293c228bacbbee0d48863cbebc8.zip
x11-themes/gentoo-xcursors: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes/gentoo-xcursors')
-rw-r--r--x11-themes/gentoo-xcursors/Manifest1
-rw-r--r--x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/x11-themes/gentoo-xcursors/Manifest b/x11-themes/gentoo-xcursors/Manifest
index 374a6f11b48c..b0342143879d 100644
--- a/x11-themes/gentoo-xcursors/Manifest
+++ b/x11-themes/gentoo-xcursors/Manifest
@@ -1,2 +1 @@
-DIST gentoo-cursors-tad-0.3.1.tar.bz2 1196991 BLAKE2B 126c90b93e5071dbd68c4bb1188cc43b67c74fae5cc0d4b01c08ed0057f8421462116bbafc3862878d43d48591a507ae95d274b8ec0ea11954c3605753160a6b SHA512 b153d5860ec2167a57eba1073ec226fa7d49d256ba20ca4c18b2bac779e6944971253db51a4585d72439c4e5433464991f2e025aaa89b4a3793e15b8bd74cad9
DIST gentoo-xcursors-0.3.2.tar.gz 2035025 BLAKE2B 520dbb3f8fe77bc915bb60c81f2abf4fce1ee6fb349ae5064ff5d2fa10c0af7ba2dd00dc0b36f992c96169214c4ebd28dceb1ba069e638e5efab7088ba804fe6 SHA512 5ccbd2e8be7bda4da0578c5a08d967dded9dc4c9163eb96f629c0eaa548f2e46e85f7301de44d5be707cc63a988b925c9c222863da5bac9095dc5170ca9c4aea
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
deleted file mode 100644
index 1e4e92fead81..000000000000
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2005-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A high quality set of animated mouse cursors"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${PN/xcursors/cursors}-tad-${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/cursors"
-
-src_install() {
- insinto /usr/share/cursors/xorg-x11
- doins -r *
-}
-
-pkg_postinst() {
- einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
- einfo "and add the following line (for example):"
- einfo "Xcursor.theme: gentoo"
- 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/local/share/cursors/xorg-x11/default/index.theme"
- einfo "and change the line:"
- einfo " Inherits=[current setting]"
- einfo "to (for example)"
- einfo " Inherits=gentoo"
- 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\""
- einfo ""
- einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue."
-}