diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-29 17:17:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-29 17:17:47 +0000 |
commit | 2203bada717a36acbbd6effcf0e85b5f0a42e4f2 (patch) | |
tree | 82e1ac26958d45fc850a98345d75d90a592d2740 /dev-perl/Panotools-Script | |
parent | Cleanup (diff) | |
download | gentoo-2-2203bada717a36acbbd6effcf0e85b5f0a42e4f2.tar.gz gentoo-2-2203bada717a36acbbd6effcf0e85b5f0a42e4f2.tar.bz2 gentoo-2-2203bada717a36acbbd6effcf0e85b5f0a42e4f2.zip |
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Panotools-Script')
-rw-r--r-- | dev-perl/Panotools-Script/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Panotools-Script/Panotools-Script-0.25.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-perl/Panotools-Script/ChangeLog b/dev-perl/Panotools-Script/ChangeLog index 918edaa89111..193618898250 100644 --- a/dev-perl/Panotools-Script/ChangeLog +++ b/dev-perl/Panotools-Script/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Panotools-Script # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.6 2011/06/14 11:10:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Panotools-Script/ChangeLog,v 1.7 2011/07/29 17:17:46 tove Exp $ + + 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Panotools-Script-0.25.ebuild: + Cleanup *Panotools-Script-0.260.0 (14 Jun 2011) diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.25.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.25.ebuild deleted file mode 100644 index 7f788207a132..000000000000 --- a/dev-perl/Panotools-Script/Panotools-Script-0.25.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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.25.ebuild,v 1.1 2010/04/17 11:20:04 tove Exp $ - -EAPI="2" - -MODULE_AUTHOR=BPOSTLE -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." -} |