Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
Date: Sat, 30 Jul 2022 23:32:26
Message-Id: 1659223350.de0c23f5022ef060c4acfe35456d5e684362537f.sam@gentoo
1 commit: de0c23f5022ef060c4acfe35456d5e684362537f
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri Jul 29 13:31:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 23:22:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0c23f5
7
8 x11-themes/gentoo-xcursors: drop 0.3.2-r2
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11 Closes: https://github.com/gentoo/gentoo/pull/26651
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../gentoo-xcursors-0.3.2-r2.ebuild | 30 ----------------------
15 1 file changed, 30 deletions(-)
16
17 diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
18 deleted file mode 100644
19 index e76461648e2d..000000000000
20 --- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
21 +++ /dev/null
22 @@ -1,30 +0,0 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=8
27 -
28 -DESCRIPTION="A high quality set of animated mouse cursors"
29 -HOMEPAGE="https://schlomp.space/tastytea/gentoo-xcursors"
30 -SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 -S="${WORKDIR}/${PN}"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
36 -
37 -src_install() {
38 - insinto /usr/share/icons
39 - doins -r cursors/*
40 -
41 - # Add symlinks in Gentoo-specific location for backwards compatibility, #848606
42 - mkdir -p ${ED}/usr/share/cursors/xorg-x11 || die
43 - cd ${ED}/usr/share/cursors/xorg-x11 || die
44 - for cursorset in ../../icons/*; do
45 - dosym ${cursorset} /usr/share/cursors/xorg-x11/${cursorset##*/}
46 - done
47 -}
48 -
49 -pkg_postinst() {
50 - einfo "To use this set of cursors, consult <https://wiki.gentoo.org/wiki/Cursor_themes>."
51 - einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue."
52 -}