diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 22:29:58 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 22:33:38 +0200 |
commit | eabaf33ad6003e4bd43650ac0b61b715ee218402 (patch) | |
tree | 4dd56a474b2619e7cbd85c6d5196350e32b71331 /x11-themes/vanilla-dmz-xcursors | |
parent | x11-themes/vanilla-dmz-xcursors: bump to EAPI=7 (diff) | |
download | gentoo-eabaf33ad6003e4bd43650ac0b61b715ee218402.tar.gz gentoo-eabaf33ad6003e4bd43650ac0b61b715ee218402.tar.bz2 gentoo-eabaf33ad6003e4bd43650ac0b61b715ee218402.zip |
x11-themes/vanilla-dmz-xcursors: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-themes/vanilla-dmz-xcursors')
-rw-r--r-- | x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
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 deleted file mode 100644 index dc46ef679386..000000000000 --- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Style neutral scalable cursor theme (white version)" -HOMEPAGE="http://jimmac.musichall.cz/" -SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="x11-apps/xcursorgen" - -S="${WORKDIR}/dmz-cursor-theme-${PV}" - -src_compile() { - cd "${S}/DMZ-White/pngs" || die - ./make.sh || die -} - -src_install() { - insinto /usr/share/icons/Vanilla-DMZ/cursors - doins -r DMZ-White/xcursors/. - insinto /usr/share/icons/Vanilla-DMZ - doins DMZ-White/index.theme -} |