diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-29 20:59:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-29 21:00:58 +0200 |
commit | bd168392601346b57a40e5c5fa1d2e0d4df0e0a9 (patch) | |
tree | 3637bf32cdc7be56b71afc76a7d9f0412b6b5bb6 /dev-perl/Tk-CursorControl | |
parent | dev-perl/Time-TZOffset: EAPI=8 bump (diff) | |
download | gentoo-bd168392601346b57a40e5c5fa1d2e0d4df0e0a9.tar.gz gentoo-bd168392601346b57a40e5c5fa1d2e0d4df0e0a9.tar.bz2 gentoo-bd168392601346b57a40e5c5fa1d2e0d4df0e0a9.zip |
dev-perl/Tk-CursorControl: Remove old
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Tk-CursorControl')
-rw-r--r-- | dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild deleted file mode 100644 index e35b486b88a3..000000000000 --- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=DUNNIGANJ -MODULE_VERSION=0.4 -inherit edos2unix perl-module - -DESCRIPTION="Manipulate the mouse cursor programmatically" - -SLOT="0" -KEYWORDS="amd64 ~ia64 sparc x86" -IUSE="" - -RDEPEND="dev-perl/Tk" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/0.4-demo.patch" ) - -src_prepare() { - perl-module_src_prepare - edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl} -} |