From ef404ad1236112aafd6934d223d28179a887ee96 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Tue, 30 Jan 2018 15:13:47 +1300 Subject: dev-perl/Panotools-Script: Cleanup old re bug #623084 Closes: https://bugs.gentoo.org/623084 Package-Manager: Portage-2.3.18, Repoman-2.3.6 --- .../Panotools-Script-0.280.0-r2.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 dev-perl/Panotools-Script/Panotools-Script-0.280.0-r2.ebuild (limited to 'dev-perl/Panotools-Script') diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r2.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r2.ebuild deleted file mode 100644 index 6d02c66ebdec..000000000000 --- a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=BPOSTLE -MODULE_VERSION=0.28 -inherit eutils perl-module - -DESCRIPTION="A perl module for reading, writing, and manipulating hugin script files" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gui" - -RDEPEND="dev-perl/URI - dev-perl/libwww-perl - >=dev-perl/Image-Size-2.900.0 - >=media-libs/exiftool-6 - gui? ( gnome-extra/zenity )" -DEPEND="" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - if use gui ; then - domenu "${S}"/desktop/*.desktop || die - else - rm "${D}"/usr/bin/*-gui || die - fi -} - -pkg_postinst() { - einfo "Some of the scripts require 'nona', 'freepv', 'enblend', 'autotrace', and" - einfo "ImageMagick command-line tools which are available in the following" - einfo "packages: media-gfx/hugin, media-gfx/freepv, media-gfx/enblend," - einfo "media-gfx/autotrace, and media-gfx/imagemagick." -} -- cgit v1.2.3-65-gdbad