summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2019-07-17 20:45:12 +1200
committerKent Fredric <kentnl@gentoo.org>2019-07-17 20:47:28 +1200
commitfb95b792b4dbe1e84cfa3ff3d191b3cda4860bd4 (patch)
treeafef00dbf629c4fad548709753ba6ad81939c6e4 /dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r2.ebuild
parentprofiles/package.mask: mask ruby24-only slots (diff)
downloadgentoo-fb95b792b4dbe1e84cfa3ff3d191b3cda4860bd4.tar.gz
gentoo-fb95b792b4dbe1e84cfa3ff3d191b3cda4860bd4.tar.bz2
gentoo-fb95b792b4dbe1e84cfa3ff3d191b3cda4860bd4.zip
dev-perl/Tk-CursorControl: Undo my removal of demos
The demos with the Tk system are a bit quirky, and you can't really handle them the same way we typically handle examples in Gentoo. These demos have to be installed in a location that the "widget" program that ships with Tk can find and load, and it has special spice to make it work. There may be a compromise of some kind, but it requires the ability to gut the demo system from Tk itself, which is far more work than we have time for, and the added complexity with handling that with USE and USE dependencies just isn't worth it. Bug: https://rt.cpan.org/Ticket/Display.html?id=124794 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r2.ebuild')
-rw-r--r--dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r2.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r2.ebuild
deleted file mode 100644
index 0cb384cb448f..000000000000
--- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DUNNIGANJ
-DIST_VERSION=0.4
-
-# https://rt.cpan.org/Ticket/Display.html?id=124794
-# DIST_EXAMPLES=( "demos/*" )
-inherit eutils perl-module virtualx
-
-DESCRIPTION="Manipulate the mouse cursor programmatically"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/Tk"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.4-nodemo.patch" )
-
-src_prepare() {
- perl-module_src_prepare
- edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl}
-}
-src_test() {
- virtx perl-module_src_test
-}