summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-04-26 21:20:03 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-04-26 21:20:23 +0200
commit21d6580c179f4bb8d9624655beb91e91842ecc00 (patch)
treed1e8e23b78ba738cd552f5fa0250f69fea4a6418 /x11-themes
parentx11-themes/chameleon-xcursors: fix HOMEPAGE (diff)
downloadgentoo-21d6580c179f4bb8d9624655beb91e91842ecc00.tar.gz
gentoo-21d6580c179f4bb8d9624655beb91e91842ecc00.tar.bz2
gentoo-21d6580c179f4bb8d9624655beb91e91842ecc00.zip
x11-themes/chameleon-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/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild
deleted file mode 100644
index 370c1e7b7174..000000000000
--- a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-MY_PN="Chameleon"
-
-DESCRIPTION="Style neutral scalable cursor theme"
-HOMEPAGE="http://www.egregorion.net/2007/03/26/chameleon/"
-
-COLOURS="Anthracite DarkSkyBlue SkyBlue Pearl White"
-SRC_URI=""
-for COLOUR in ${COLOURS} ; do
- SRC_URI="${SRC_URI} mirror://gentoo/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
-done
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}"
-
-src_install() {
- dodir /usr/share/cursors/xorg-x11/
- for COLOUR in ${COLOURS}; do
- for SIZE in Large Regular Small; do
- local name=${MY_PN}-${COLOUR}-${SIZE}
- cp -r "${WORKDIR}"/${name}-${PV} \
- "${ED}"/usr/share/cursors/xorg-x11/${name} || die
- done
- done
-}