diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-03 14:43:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-03 15:00:17 +0200 |
commit | b22e10fbb2993eee28bacbfe5627ec3ace9f7b19 (patch) | |
tree | 41dbf7b6a3e5950690fe35184c6a6f3d8541fe4f /x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild | |
parent | app-doc/selflinux: Drop 0.13.0 (r0), EAPI5-- (diff) | |
download | gentoo-b22e10fbb2993eee28bacbfe5627ec3ace9f7b19.tar.gz gentoo-b22e10fbb2993eee28bacbfe5627ec3ace9f7b19.tar.bz2 gentoo-b22e10fbb2993eee28bacbfe5627ec3ace9f7b19.zip |
x11-themes/comix-xcursors: Drop 0.8.2, EAPI5--
Closes: https://bugs.gentoo.org/799677
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild')
-rw-r--r-- | x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild b/x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild deleted file mode 100644 index a828656e492a..000000000000 --- a/x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_PN="ComixCursors" - -DESCRIPTION="X11 mouse theme with a comics feeling" -HOMEPAGE="http://kde-look.org/content/show.php/ComixCursors?content=32627" -SRC_URI="http://www.limitland.de/comixcursors/${MY_PN}-${PV}.tar.bz2 - lefthanded? ( http://www.limitland.de/comixcursors/${MY_PN}-LH-${PV}.tar.bz2 ) - opaque? ( http://www.limitland.de/comixcursors/${MY_PN}-Opaque-${PV}.tar.bz2 ) - lefthanded? ( opaque? ( http://www.limitland.de/comixcursors/${MY_PN}-LH-Opaque-${PV}.tar.bz2 ) )" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="lefthanded opaque" - -RDEPEND="x11-libs/libX11 - x11-libs/libXcursor" -DEPEND="" - -S="${WORKDIR}" - -src_install() { - insinto "/usr/share/cursors/xorg-x11" - doins -r "${S}"/* -} |