diff options
Diffstat (limited to 'dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild')
-rw-r--r-- | dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild deleted file mode 100644 index e8325c340ded..000000000000 --- a/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/Panotools-Script-0.260.0.ebuild,v 1.1 2011/06/14 11:10:23 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=BPOSTLE -MODULE_VERSION=0.26 -inherit 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/ImageSize-2.9 - >=media-libs/exiftool-6 - gui? ( gnome-extra/zenity )" -DEPEND="" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - if use gui ; then - insinto /usr/share/applications - doins "${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." -} |