summaryrefslogtreecommitdiff
path: root/dev-perl/Tk-CursorControl
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-perl/Tk-CursorControl
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-perl/Tk-CursorControl')
-rw-r--r--dev-perl/Tk-CursorControl/Manifest1
-rw-r--r--dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r4.ebuild28
-rw-r--r--dev-perl/Tk-CursorControl/files/0.4-demo.patch12
-rw-r--r--dev-perl/Tk-CursorControl/metadata.xml12
4 files changed, 0 insertions, 53 deletions
diff --git a/dev-perl/Tk-CursorControl/Manifest b/dev-perl/Tk-CursorControl/Manifest
deleted file mode 100644
index 3bcdeb76d69c..000000000000
--- a/dev-perl/Tk-CursorControl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Tk-CursorControl-0.4.tar.gz 12847 BLAKE2B 819cc96d1a2e3665cf83622959639cc78e9f4c497a87c79608addbbb3c500a9f44a3d632aecfd566c13ee7350fb66f9a22b4339e139c875fe3eb102467353e35 SHA512 9e4f052173211360f9239759259576c4928d8ffff3476005680ef1b0e90056465fe2a20ea4c6f3b949588c4162c2a4a03cf36ef6aef4bbe9ea5a6461248ced5b
diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r4.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r4.ebuild
deleted file mode 100644
index 38a1bddb4d40..000000000000
--- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=DUNNIGANJ
-DIST_VERSION=0.4
-
-inherit edos2unix perl-module virtualx
-
-DESCRIPTION="Manipulate the mouse cursor programmatically"
-
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-
-RDEPEND="dev-perl/Tk"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/0.4-demo.patch" )
-
-src_prepare() {
- perl-module_src_prepare
- edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl}
-}
-
-src_test() {
- virtx perl-module_src_test
-}
diff --git a/dev-perl/Tk-CursorControl/files/0.4-demo.patch b/dev-perl/Tk-CursorControl/files/0.4-demo.patch
deleted file mode 100644
index 8bb70f86e42a..000000000000
--- a/dev-perl/Tk-CursorControl/files/0.4-demo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Collision with perl-tk -- bug 272083
---- Tk-CursorControl-0.4/Makefile.PL
-+++ Tk-CursorControl-0.4/Makefile.PL
-@@ -16,7 +16,7 @@
- 'trans_cur.mask' => '$(INST_LIB)/Tk/trans_cur.mask',
- 'demos/cursor.pl' => ($] >= 5.005
- ? '$(INST_ARCHLIB)'
-- : '$(INST_LIB)') . '/Tk/demos/widtrib/cursor.pl',
-+ : '$(INST_LIB)') . '/Tk/demos/widtrib/cursor_control.pl',
- },
-
- 'PREREQ_PM' => {
diff --git a/dev-perl/Tk-CursorControl/metadata.xml b/dev-perl/Tk-CursorControl/metadata.xml
deleted file mode 100644
index 7812bcbb5df5..000000000000
--- a/dev-perl/Tk-CursorControl/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Tk-CursorControl</remote-id>
- <remote-id type="cpan-module">Tk::CursorControl</remote-id>
- </upstream>
-</pkgmetadata>