Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/
Date: Mon, 26 Apr 2021 20:33:50
Message-Id: 1619469218.eabaf33ad6003e4bd43650ac0b61b715ee218402.conikost@gentoo
1 commit: eabaf33ad6003e4bd43650ac0b61b715ee218402
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 26 20:29:58 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 26 20:33:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabaf33a
7
8 x11-themes/vanilla-dmz-xcursors: drop old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 .../vanilla-dmz-xcursors-0.4.5.ebuild | 29 ----------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
17 deleted file mode 100644
18 index dc46ef67938..00000000000
19 --- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="Style neutral scalable cursor theme (white version)"
28 -HOMEPAGE="http://jimmac.musichall.cz/"
29 -SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar.xz"
30 -
31 -LICENSE="MIT"
32 -SLOT="0"
33 -KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
34 -IUSE=""
35 -
36 -DEPEND="x11-apps/xcursorgen"
37 -
38 -S="${WORKDIR}/dmz-cursor-theme-${PV}"
39 -
40 -src_compile() {
41 - cd "${S}/DMZ-White/pngs" || die
42 - ./make.sh || die
43 -}
44 -
45 -src_install() {
46 - insinto /usr/share/icons/Vanilla-DMZ/cursors
47 - doins -r DMZ-White/xcursors/.
48 - insinto /usr/share/icons/Vanilla-DMZ
49 - doins DMZ-White/index.theme
50 -}