summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-03-11 11:01:23 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-03-11 11:03:26 +1100
commit3088c9dd3c0e581fc2f4838a3c7bb68a79a0f67a (patch)
tree4d4c0ebcacd064559b82d63a32b24c71136b4c6e /x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild
parentnet-irc/unrealircd: add myself as maintainer (diff)
downloadgentoo-3088c9dd3c0e581fc2f4838a3c7bb68a79a0f67a.tar.gz
gentoo-3088c9dd3c0e581fc2f4838a3c7bb68a79a0f67a.tar.bz2
gentoo-3088c9dd3c0e581fc2f4838a3c7bb68a79a0f67a.zip
x11-themes/comix-xcursors: remove 0.7.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild')
-rw-r--r--x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild b/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild
deleted file mode 100644
index 3b4e5c1f5451..000000000000
--- a/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 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}"/*
-}