summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-04-26 22:27:29 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-04-26 22:33:36 +0200
commit0c2a8069db661ccdadb09405a13489cf3e8dde3c (patch)
tree282582ba13b077e099d2dc889f5bc408c02b1dcc /x11-themes
parentx11-themes/vanilla-dmz-aa-xcursors: bump to EAPI=7 (diff)
downloadgentoo-0c2a8069db661ccdadb09405a13489cf3e8dde3c.tar.gz
gentoo-0c2a8069db661ccdadb09405a13489cf3e8dde3c.tar.bz2
gentoo-0c2a8069db661ccdadb09405a13489cf3e8dde3c.zip
x11-themes/vanilla-dmz-aa-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')
-rw-r--r--x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild b/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild
deleted file mode 100644
index 34c28e8f6a0f..000000000000
--- a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-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 (black 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-Black/pngs" || die
- ./make.sh || die
-}
-
-src_install() {
- insinto /usr/share/icons/Vanilla-DMZ-AA/cursors
- doins -r DMZ-Black/xcursors/.
- insinto /usr/share/icons/Vanilla-DMZ-AA
- doins DMZ-Black/index.theme
-}